body {
	margin:0px;padding:0px;
	background-image: url(../images/body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color:black;
	text-align:justify;
}


.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#site{
	margin:0px;padding:0px;
	width:1000px;
	height:auto;
	margin-left:-500px;
	left:50%;
	position:absolute;
	background-image: url(../images/site.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#navigation {
margin:0px;padding:0px;
width:1000px;
margin:0px;padding:0px;list-style-type:none;padding-top:0px;padding-right:0px;
background-image: url(../images/ul_navi.jpg);
background-position: bottom left;
background-repeat: repeat-x;
background-color: white;
float:left;
}
#nav, #nav ul {margin:0px;padding:0px;list-style-type:none;padding-top:17px;padding-right:0px;}
#nav a {
color:black;
text-decoration:none;
padding-top:5px;
padding-bottom:5px;
background-image: url(../images/li_right.gif);
background-position: right bottom;
background-repeat: no-repeat;
display:block;
width:200px;
text-align:center;
}
#nav li {float: left;padding: 0;font-weight:bold;background-image: url(../images/li_left.gif);background-position: left bottom;background-repeat: no-repeat;}
#nav li a {padding-left:0px;padding-right:0px;}
#nav li a:hover {text-decoration:underline;color:black;padding-top:5px;padding-bottom:5px;}

/*PULLDOWN+++PULLDOWN+++PULLDOWN+++PULLDOWN+++PULLDOWN+++PULLDOWN+++PULLDOWN+++*/
#nav li ul {
left: -999em;
margin: 0;padding-top:0px;
position: absolute;
height: auto;
width: 200px;
font-weight: normal;
background-color: #C47E24;background-image: none;
border-right:1px solid white;border-left:1px solid white;border-bottom:1px solid white;
}
 
#nav li li {background-image: none;width: 200px;}
#nav li ul a { background-image: none;border:none;border-top:1px dotted white;width: 200px;padding-left: 0px;padding-right: 0px;color:white;}
#nav li ul ul {margin: -1.75em 0 0 200px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}
#nav li:hover, #nav li.sfhover {border:none; width:200px; color:white; padding-left:0px;}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#head {
	margin:0px;padding:0px;
	width:1000px;
	height:221px;
   background-image: url(../images/head.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
}
#box_head {
	margin:0px;padding:0px;
	width:288px;
	height:221px;
	padding-right:70px;
	background-color: transparent;
	background-image: url(../images/box_head.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float:right;
}
.adresse {text-align:right;padding-top:40px;font-size: 80%;}
.adresse span {font-size:120%;}

.menu2 {
	margin:0px;padding:0px;
	list-style-type:none;
	border:1px solid #DF9534;
	float:right;
	padding:3px;
	margin-top:15px;
}
.menu2_level1 {float:left;}
.menu2_level1 a, .menu2_level1 a:visited {
	text-decoration:none;
	display:block;
	background-image: url(../images/menu2_level1.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	line-height:27px;
	border-right:3px solid white;
	padding-left:3px;
	padding-right:3px;
	color:black;
}
.menu2_level1 a:hover{text-decoration: none;background-image: url(../images/menu2_level1_act.jpg);background-position: top left;background-repeat: repeat-x;}
.menu2_level1_act{float:left;}
.menu2_level1_act a, .menu2_level1_act a:visited {
	text-decoration:none;
	display:block;
	background-image: url(../images/menu2_level1_act.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	line-height:27px;
	border-right:3px solid white;
	padding-left:3px;
	padding-right:3px;
	color:black;
	text-decoration:underline;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#content {width:900px;padding-left:50px;}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#footer{
	margin:0px;padding:0px;
	height:43px;
	width:1000px;
	background-image: url(../images/footer.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/********* Formular **********/

fieldset {
	border: none;
}

label {
font-weight: bold;
color:#00217D;
display: block;
padding-top: 5px;
}
