body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #35b9e5 url(bg.gif) repeat-x top left;
}
body, div, td, span, p {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #000000;
}

h1 {
    font-size: 17px;
    margin: 0 0 10px 0;
}
h3 {
    font-size: 12px;
    margin: 0 0 10px 0;
}
p {
    margin: 0 0 10px 0;
    line-height: 130%;
}

a {
    color: #000000;
}

#center {
    width: 844px;
    margin: 68px auto 20px auto;
    padding: 0;
}
#center td.main {
    text-align: left;
    vertical-align: top;
    background: #FFFFFF url(main_bg.gif) repeat-y top left;
}

#top {
    background: transparent url(top.gif) no-repeat top left;
    height: 39px;
}

#bottom {
    background: transparent url(bottom.gif) no-repeat top left;
    height: 71px;
}

table td.frame-left {
    background: transparent url(frame_left_bottom.gif) no-repeat bottom right;
    width: 29px;
    height: 525px;
    vertical-align: top;
}
table td.frame-left div {
    background: transparent url(frame_left_top.gif) no-repeat top right;
    width: 29px;
    height: 255px;
}

table td.frame-center {
    vertical-align: top;
    padding: 10px 0 0 0;
}

table td.frame-right {
    background: transparent url(frame_right_bottom.gif) no-repeat bottom right;
    width: 29px;
    height: 525px;
    vertical-align: top;
}
table td.frame-right div {
    background: transparent url(frame_right_top.gif) no-repeat top right;
    width: 29px;
    height: 255px;
}

#hovedmenu {
    height: 100px;
}
#hovedmenu td {
    vertical-align: bottom;
    padding: 0 5px 0 5px;
    height: 100px;
}
#hovedmenu td a {
    text-decoration: none;
    height: 95px;
}
#hovedmenu td a div {
    font-size: 10px;
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
}
#hovedmenu td a:hover div {
    color: #333333;
}

#logo {
    margin: 0 0 20px 0;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    display: inline;
}
.menu li a {
    height: 40px;
    background: #FFF000;
    float: left;
}

.breadcrumb {
    list-style-type: none;
    margin: 0 0 8px 0;
    padding: 0;
}
.breadcrumb li {
    display: inline;
    font-size: 9px;
    font-family: arial;
    color: #CCCCCC;
    text-transform: uppercase;
}
.breadcrumb li a {
    
    color: #CCCCCC;
}

.blog {
    list-style-type: none;
    padding: 0;
    margin: 5px 0 0 0;
}
.blog li {
    text-transform: uppercase;
    font-size: 10px;
    font-family: arial;
}
.blog li a {}

.blog-link:hover {
    background: #d0edff;
}

/*** ADMIN STYLES */

tr.list-row {}
tr.content-row {}

ul.admin {
    list-style-type: none;
    margin: 5px 0 10px 0;
    padding: 0;
}
ul.admin li {
    text-transform: uppercase;
    font-size: 10px;
    font-family: arial;
}
ul.admin li a {
    margin: 0 2px 0 2px;
    color: #000000;
    
}
ul.admin li a:hover {
    text-decoration: underline;
}

ul.admin-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.admin-menu li {
    float: left;
}
ul.admin-menu li a {
    float: left;
    padding: 5px 10px 5px 10px;
    margin: 0 2px 10px 2px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    background: #EEEEEE;
}
ul.admin-menu li a:hover {
    background: #DDDDDD;
}

/******************/
