/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form{
	border: 0;
	margin: 0;
	padding: 0;
}
html{
	background: #a0c5dd;
	height: 100%;
}
body{
	background: url(bgr.gif) repeat-x top;
	color: #000000;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	padding: 5px 0 15px;
}
a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #116EAA;
}
input,select,textarea{
	border: #a2bcd0 1px solid;
	font-size: 10px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

h2 span,h3 span{
	display: none;
}
/*=== Layout ===*/
.page{
	background: url(homepage-bgr.gif) #ffffff repeat-y;
	margin: 0 auto;
	width: 850px;
}
#sub.page{
	background: url(subpage-bgr.gif) #ffffff repeat-y;
}
/*=== Header ===*/
#header{
	background-image: url(header-bgr.gif);
	height: 109px;
	margin: 0 1px 0 0;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}
/*- Logo -*/
#header h1{
	background: url(logo.gif) no-repeat;
	float: left;
	position: relative;
	text-indent: -9999px;
	margin-left: 1px;
}
#header h1 a{
	display: block;
	height: 109px;
	width: 298px;
}
/*- Top Menu -*/
#header ul{
	float: left;
	height: 16px;
	line-height: 16px;
	margin: 80px 0 0;
	width: 349px;
}
#header li{
	color: #FFFFFF;
	float: right;
}
#header li a{
	color: #FFFFFF;
	padding: 2px 7px 0;
}
#header li a:hover{
	color: #116EAA;
	text-decoration: none;
}
#header li img{
	margin: -3px 0 0;
	position: relative;
}
/*- Search -*/
#search{
	float: left; /*padding: 10px 0 5px 13px;*/
	height: 15px;
	margin: 76px 0 0;
	width: 190px;
}
#search input{
	float: left;
	width: 135px;
}
#search .btn{
	border: 0;
	margin: 0 0 0 3px;
	padding: 0;
	width: auto;
}
/*=== Columns ===*/
#columns{
	background: url(columns-top.gif) no-repeat top left;
	height: 1%;
	
}
#sub #columns h2{
	font-size: 14px;
	padding: 0 0 15px;
}
#sub #columns p{
	padding: 0 0 12px;
}
/*- Home Page Columns -*/
.col1{
	background: #b7d3e5;
	color: #474747;
	float: left;
	width: 188px;
	border-left: 1px #ffffff solid;
}
.col1 a{
	color: #474747;
}
.col1 a:hover{
	color: #cc0000;
}
.col2{
background-color: #cfe2ed;
	float: left;
	width: 310px;
	margin: 0 0 0 30px
}

.col2 h2{
margin: 10px 0 10px 0;  
font-size: 14px;
color: #003c63;
}
.col4{
background-color: #cfe2ed;
	float: left;
	width: 310px;
}

.col4 h2{
margin: 10px 0 10px 0;  
font-size: 14px;
color: #003c63;
}


#home .spacer{
	padding: 0 10px;
}
#sub .spacer{
	padding: 20px 15px 0 20px;
}
/*--- Left Column ---*/
#leftcol{
	border-left: 1px #FFFFFF solid;
	float: left;
	width: 187px;
	background: #116eaa;
}
.leftcol-sep{
	background: url(left-sep.gif) no-repeat top left;
	clear: both;
	height: 1px;
	overflow: hidden;
	width: 187px;
	margin-left: 1px;
}

.leftcolsub-sep{
	background: url(leftsub-sep.gif) no-repeat top left;
	clear: both;
	height: 1px;
	overflow: hidden;
	width: 187px;
}

/*- Left Menu -*/
ul.leftmenu{
	padding: 0px;
}


* html .leftmenu li a{
	height: 14px;
}

* html .leftmenu li li a{
	height: 14px;
}

* html .leftmenu li li li a{
	height: 14px;
}


.leftmenu li a{
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 3px 0 3px 20px;
}
.leftmenu li.last a{
	border: 0;
	
}
.leftmenu li a:hover, .leftmenu li.active a{
	background: #cfe2ed;
	color: #000000;
}
.leftmenu li.active a{
	background: url(ico-darrow.gif) #CFE2ED no-repeat left;
	color: #116EAA;
}
/*- Left Sub Menu -*/
.leftmenu ul{

}
.leftmenu li.active li a{
	background: #cfe2ed;
	border: 0;
	color: #000000;
	font-weight: normal;
	padding: 3px 0 4px 20px;
}
.leftmenu li.active li a:hover{
	background: #ffffff;
}
.leftmenu li.active li.active a{
	color: #116EAA;
	font-weight: bold;
}
/*- Left Sub Menu 2 -*/
.leftmenu ul ul{
	border: 0;
}
.leftmenu li.active li.active li a{
	background: #ECF3F8;
	color: #000000;
	font-weight: normal;
	padding: 3px 0 4px 35px;
}
.leftmenu li.active li.active li.active a,
.leftmenu li.active li.active li a:hover{
	background: url(ico-arrow.gif) #ECF3F8 no-repeat left;
	color: #116EAA;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 0px;
	width: 658px;
	border-left: 1px #ffffff solid;
	background-color: #ecf3f8;
}
/*- Home Page Title Image -*/
.title{
	background: #ffffff;
	height: 311px;
	overflow: hidden;
}
/*=== Styling Lists ===*/
ul.list1,ul.list2{
	padding: 10px 10px;
}
.list1 li{
	padding: 0 0 12px;
}

.list1 li h3,.list1 li h4{
	font-size: 11px;
}
.list1 li h4{
	font-weight: bold;
}
.list2 li{
	padding: 0 0 6px;
}



ul.list1adresse{
	padding: 140px 5px 10px 20px;
}


.list1adresse li{
	padding: 0 0 12px;
	white-space: nowrap;
}

.list1adresse li h3,.list1adresse li h4{
	font-size: 11px;
}
.list1adresse li h4{
	font-weight: normal;
}

#contentboxsub {
margin: 0px;
padding: 10px 10px 10px 10px;
}


#contentboxsub form td{
	padding: 3px;
}


#contentboxsub  li{
	list-style: disc;
	padding: 0px;
	margin: 5px 0 0 40px;
}

#contentboxsub  ol li{
	list-style: decimal;
	padding: 0px;
	margin: 5px 0 0 0;
}


#contentboxsub  p{
	padding: 0 0 10px 0;
}

#contentboxsub td a{
	color: #116EAA;
}

#contentboxsub font a{
	color: #116EAA;
}


#contentboxsub p a{
	color: #116EAA;
}



#contentboxsub h1{
	padding: 0 0 8px 0;
	font-size: 16px;
	color: #000000;
}


#contentboxsub h2{
	font-size: 15px;
	padding: 0 0 8px 0;
	color: #000000;
}


#contentboxsub h3{
	font-size: 14px;
	padding: 0 0 6px 0;
	color: #000000;
}


#contentboxsub h4{
	font-size: 13px;
	padding: 0 0 6px 0;
	color: #000000;
}


#contentboxsub h5{
	font-size: 12px;
	padding: 0 0 5px 0;
	color: #000000;
}

#contentboxsub input{
	font-size: 12px;
	color: #000000;
}

/*=== Footer ===*/
#homefooter{
	background: none;
	height: 21px;
}
#homefooter ul{
	float: right;
	padding: 0 13px 0 0;
}
#homefooter li{
	float: right;
	line-height: 18px;
	margin: 0 0 0 15px;
}
/*=== Footer ===*/
#footer{
	background: url(subpage-bot.gif) repeat-x top;
	height: 21px;
}
#footer ul{
	float: right;
	padding: 0 13px 0 0;
}
#footer li{
	float: right;
	line-height: 18px;
	margin: 0 0 0 15px;
}
* html #footer li{
	padding: 0;
}
#footer a{
	color: #474747;
}
#footer a:hover{
	color: #116EAA;
	text-decoration: none;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}


.hiddentext {
	visibility: hidden;
	z-index: -4;
	position: absolute;
	top: -1000px;
	}
/* Jump Navi */


.blindThis {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind:focus, .sprungblind:active {
	position: absolute;
	display: block;
	top: 4.5em;
	left: 4.4em;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	color: #000000;
	width: auto;
	height: auto;
	padding: 0 5px 0 5px;
	}

