/* CSS Document */

/*<![CDATA[*/

* { /*  reset margins */ 
	margin:0px;
	padding:0px;
} 

html,body {
	} 
html { /* font-size:75% is approximately 12px as default in the most browsers */
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 70%;
}
body {
	 background: #FFF;
}
a {
	color: #F86F15;
	text-decoration: underline;
} 
a:hover {
 	color: #333;
	text-decoration: underline;
} 
p {
	/* padding: 0 15px; */
	
	padding: 0;
}
h4, h3 {
	 margin:0; 
	 padding: 5px 0;
}

#top {
	background: #003A7D;
	color: #FFF;
	text-align: right;
	padding: 0.4em;
}

#header {
	 height:175px; 
	 width:100%; 
	 background: #FFF;
	 background-repeat: repeat-x;
         background-image: url(../img/bg_header.jpg);
	 padding: 0;
}

#logo {
	/* position: absolute; */
	margin-left: 0;
	margin-top: 0;
	height: 175px;
	width: 286px;
	float: left;
	padding: 0;
}

#img_location {
    /* position: absolute; */
	margin-right: 0;
	margin-top: 0;
    height: 175px;
    width: 318px;
	float: right;
	padding: 0;
}

#redirect_form {
	z-index: 100;
	
}
#redirect_form select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* navigatie styles */

#navcontainer ul {
	padding-left: 0px;
	margin-left: 0;
	background-color: #003A7D;
	color: #A5B7DD;
	float: left;
	width: 100%;
	border-top: 1px solid #003A7D;
	border-bottom: 1px solid #003A7D;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.5em 1em;
	color: #FFF;
	text-decoration: none;
	float: left;
	font-weight: bold;
	font-size: 1.1em;
}

#navcontainer ul li a:hover
{
	background-color: #FFF;
	color: #003A7D;
	text-decoration: none;
}

/* wrappers */

#outer_wrapper {
	background: #fff url(../img/background_3.gif) repeat-y left;
}
#wrapper {
	background: url(../img/background_2.gif) repeat-y right;
}

#container {
	width: 100%;
	margin-right: -200px;
	float: left;
	background: url(../img/background_2.gif) repeat-y right;
}
#content {
	margin-right: 200px;
	background: url(../img/background_3.gif) repeat-y left;
	line-height: 180%;
}

#content ol, #content ul {
	padding: 1.5em 0 2em 3em;
}
#content ul {
	list-style-type: square;
}
#main {
	margin-left: 189px;
	padding: 2em;
	font-size: 1em;
}
/* #main img {
	border: 1px solid #003A7D;
	
} */
#main h1 {
	color: #F86F15;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 0.5em 0;
         text-indent: 0;
} 
#left {
	padding-top: 19px;
        margin-left: 0px;
        margin-right: 3px;
        margin-bottom: 1px;
	width: 189px;
	float: left;
	line-height: 1.7em;
	font-size: 1em;
}
#left ul
       {
	list-style: none;
        padding: 1px 7px;
        margin-top: 0px;
        margin-bottom: 1px;
        margin-left:6px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-indent: -10px;
	}


#left ul ul {
         padding: 1px 1px 1px 1px; 
         margin-left: 4px;
        margin-top: 0px;
        margin-bottom: 1px;
        padding-top: 0px;
        padding-bottom: 0px;
        }


#left a {
	text-decoration: none;
	color: #003A7D;
	background-image: url(../img/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 0.7em;

}
#left a:hover {
	color: #F86F15;
	background-image: url(../img/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#sidebar {
	width: 199px;
	float: right;
	border-left: 1px solid #B2BFDD;
}
.sidebar_title_news {
	display: block;
	font-size: 1.2em;
	background: #FFF;
	padding: 7px;
	font-weight: bold;
	color: #003A7D;
	border-bottom: 1px solid #B2BFDD;
}

.sidebar_headlines {
	font-size: 1em;
	padding: 7px;
	color: #003A7D;
        background-color:#E6EBF4;
	border-bottom: 1px solid #B2BFDD;
}
.sidebar_headlines ul {
	list-style: none;
	
}
.sidebar_headlines li {
	line-height: 1.7em;
}

.sidebar_headlines a {
	color: #003A7D;
	text-decoration: none;
	background-image: url(../img/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0% 0.7em;
	padding-left: 10px;
	display: block
}

.sidebar_headlines a:hover {
	color: #F86F15;
	text-decoration: none;
	background-image: url(../img/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 0% 0.7em;
}

.sidebar_title_address {
	display: block;
	font-size: 1.2em;
	background: #FFF;
	padding: 7px;
	font-weight: bold;
	color: #003A7D;
	border-bottom: 1px solid #B2BFDD;
}

.sidebar_address {
	display: block;
	font-size: 1em;
	padding: 10px;
	color: #003A7D;
	border-bottom: 1px solid #B2BFDD;
	line-height: 1.7em;
	background: #B2BFDD
}
#footer {
	background: #003A7D;
	color: #FFF;
	text-align: center;
	padding: 0.5em;
        bottom: 0;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.last {
	margin-bottom: 0;
}

.css_choice {
	float: left;
	color: #FFF;
} 

.css_choice a {
	color: #FFF;
	text-decoration: none;
} 


.css_choice a:hover {
	color: #FFF;

} 
.clearing {
	height: 0;
	clear: both;
}

.ltblue  {
           background-color:#E6EBF4;
         };
/*]]>*/
