body{
	/*margin:0;
	padding:0;*/
	background-color:#ED6F17;
	font-family:trebuchet ms, verdana, tahoma, arial, sans-serif;
	color:#ffffff;
}
/*----------------------inhalte----------------------*/
h1{
	font-size:12px;
}

a{
	color:#ffffff;
}
.bodytext{
	font-size:11px;
}
img{border:0;}

/*-----------------------content----------------------*/
#content-container{
   height: 610px;
   width: 800px;
   position:absolute;
   top: 50%;
   left: 50%;
   background-color:#000000;
   margin: -305px 0 0 -400px;
}
#newsletter{
	position:absolute;
	right:89px;
	top:30px;
	display: none;
}
#siegel{
	position:absolute;
	right:97px;
	top:220px;
}
#extra{
	position:absolute;
	right:40px;
	bottom:20px;
	width:190px;
	/*height:200px;*/
}
#header{
	width:760px;
	height:151px;
}
#logo{
	position:absolute;
	left:29px;
	top:8px;
}
#inhalt-container{
	width:526px;
	height:440px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	margin-left:30px;
	overflow:auto;
}

#inhalte{
	width:100%;
	height:100%;
}
#links{
	width:300px;
}
/*------------------------	FIRST LEVEL MENU----------------------*/
#menu{
	position:absolute;
	top:49px;
	left:30px;
	width:580px;
	z-index:1;
	background-image:  url(../img/back.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	/*padding-left:3px;*/
}
.menu-firstlevel{
	list-style:none;
	display:block;
	font-size:9px;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin:0;
}
.menu-firstlevel li{
	float:left;
	width:84px;
	padding-left:4px;
}

/*---------------------	SECOND LEVEL MENU----------------------*/

.menu-secondlevel{
	list-style:none;
	padding:0;
	margin:0;
	height:86px;
	width:86px;
	float:left;

	
}

.menu-secondlevel li{
	width:84px;
	height:15px;
	padding-left:1px;
	margin-top:1px;
}

/*---------------------	THIRD LEVEL MENU----------------------*/
#submenu2{
	position:absolute;
	bottom:19px;
	left:32px;
	width:472px;
	height:20px;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#000000;
	z-index:10;
}
#impressum{
	width:150px;
	padding: 0px 0px 0px 12px;
}
.menu-impressum{
	list-style:none;
	padding:0;
	margin:0;
}

.menu-thirdlevel{
	list-style:none;
	padding:0;
	margin:0;
}
.menu-thirdlevel li{
	width:20px;
	height:20px;
	float:left;
}
.navi{
	text-decoration:none;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
}

.subnavi2{
	padding:5px;
	background-attachment: scroll;
	background-image:  url(../img/sub2.gif);
	background-repeat: no-repeat;
}
.subnavi2:hover{
	padding:5px;
	background-attachment: scroll;
	background-image:  url(../img/sub2_over.gif);
	background-repeat: no-repeat;
}

