/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
body {
    background: #7FAAB0 url(../../Aarsmelding/img/bg.png) repeat-y top center;
    font: 12px/1.5 Verdana, Arial, sans-serif;
    padding-bottom:40px;
}

p, ul {
    margin-bottom: 1em;
}

ul ul, ul ol, ol ul, ol ol {
    font-size: 100%;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
}

h3 {
    font-size: 1.3em;
    color:#232220;
    font-weight: normal;
}

ul {
    list-style: square;
    padding-left: 14px;
}

a:link, a:visited {
    color:#174d85;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}



/* -----------------------------------*/
/* ---------->>> LAYOUT <<<-----------*/
/* -----------------------------------*/
#wrap {
    width: 964px;
    padding: 0 30px;
    margin: 0 auto;
    background: #FFF;
    border-top: 3px solid #FFA02F;
}

#page_top {
    margin-bottom: 30px;
}

#footer {
    height: 45px;
    padding-top:10px;
    clear:both;
    border-top:2px solid #9ABDC1;
    text-align: center;
    color:#555;
}

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/
#header {
    height:69px;
    padding:9px 0 0 0;
    font-family: Arial, sans-serif;
}

#header h1 {
    width: 202px;
    height: 48px;
    font-size: 15px;
}

#header h1 span {
    background: url(../../Aarsmelding/img/logo.jpg) no-repeat;
    position: absolute;
    width: 202px;
    height: 48px;
}

#header ul {
    float:right;
    margin-top:-40px;
}

#header li {
    display:inline;
    padding:0 10px 0 8px;
    background: #FFF url(../../Aarsmelding/img/pipe.gif) no-repeat bottom right;
}

#header li:first-child {
    padding:0 12px 0 0;
}

#header #size_switcher {
    padding-right:0;
    background-image: none;
}

#header #search {
    float:right;
}

#search label {
    display:none;
}

#search input {
    height:17px;
}

#search input.search_submit {
    width: 49px;
    height: 19px;
    border: 0;
    margin-bottom: -4px;
}

#header a:link, #header a:visited {
    text-decoration: underline;
}

/* -----------------------------------*/
/* ----------->>> TOPP MENU <<<-------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ----------->>> MENU <<<------------*/
/* -----------------------------------*/

#ToppMeny li a.current {
    font-weight:bold;
}

#nav
{
    background-color: #443e3e;
    font-size: 0px;
    color: #FFF;
    text-align: center;
    padding: 5px 0;
}
#nav li {
    font: 14px/1.5 Arial, sans-serif;
    display: inline;
}
#nav li a {
    padding: 7px 2em;
    color: #FFF;
    text-decoration: none;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    margin-right: -1px;
}
#nav li a:hover, #nav li a.current {
    background-color: #145F6A;
    color: #FFF;
}

/* -----------------------------------*/
/* ----------->>> FORMS <<<-----------*/
/* -----------------------------------*/
input, textarea {
    border:1px solid #BBB;
    font-family: Verdana, sans-serif;
}


/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/
#page_top h2 {
    margin:0 0 10px 64px;
}

.font_s {
    font-size: 8px;
}
.font_m {
    font-size: 11px;
}
.font_l {
    font-size: 14px;
}
.caps {
    text-transform: uppercase;
}
.clear {
    clear:both;
}
.alpha {
    margin-left:0;
}
.omega {
    margin-right:0;
}

.article_intro {
    font-weight: bold;
}

.breadcrumbs {
    font-size: 0.9em;
}

.breadcrumbs a {
    color:#333;
}

.breadcrumbs span {
    color:#145F6A;
}

.img_wrap p {
    padding-left: 17px;
    background: url(../../Aarsmelding/img/dot.gif) 2px 5px no-repeat;
    margin-bottom: 4px;
    
}

.img_wrap .upperCase{
    text-transform:uppercase;
} 


.noshow {
    display:none;
}

