/* CSS Document */
body {
margin:0px;padding:0px;
background-color: #9A6B25;
background-image: url(../images/body.jpg);
background-position: top left;
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:normal;
color:navy;
scrollbar-face-color: #CA9812;scrollbar-track-color: transparent;scrollbar-arrow-color: white;scrollbar-highlight-color: white;scrollbar-shadow-color: white;scrollbar-3dlight-color: #CA9812;scrollbar-darkshadow-color: #CA9812;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align:center;
}

.align-right {
	text-align: right;
}

.img_left{float:left;}
.img_right{float:right;}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#site {
width: 940px;
height:570px;
background-color:transparent;
background-image: url(../images/site.jpg);
background-position: bottom left;
background-repeat: no-repeat;
position:absolute;
margin-left:-470px;
left:50%;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#top{
width: 940px;
height:119px;
background-image: url(../images/top.jpg);
background-position: top left;
background-repeat: no-repeat;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#navigation{
height:30px;
background-color:transparent;
padding-left:100px;
}
.menu1 {margin:0px;padding:0px;list-style-type:none;padding-top:10px;}
.menu1_level1{float:left;margin-left:-2px;}
.menu1_level1 a, .menu1_level1 a:visited {
color:white;
letter-spacing:1px;
text-decoration:none;
font-weight:bold;
border-left:2px solid #00007F;
border-right:2px solid #00007F;
padding-left:10px;padding-right:10px;
}
.menu1_level1 a:hover {color:#00007F;}

.menu1_level1_act {float:left;margin-left:-2px;}
.menu1_level1_act a, .menu1_level1_act a:visited {
letter-spacing:1px;
text-decoration:none;
font-weight:bold;
border-left:2px solid #00007F;
border-right:2px solid #00007F;
padding-left:10px;padding-right:10px;
color:#00007F;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#content {
margin:0px;padding:0px;
float:left;
width:860px;
margin-top:30px;
height:350px;
overflow:auto;
}

/* ############# Formular ############## */

fieldset {
	border: none;
}

legend {
	display: none;
}

label {
font-weight: bold;
color:black;
display: block;
padding-top: 5px;
}


