@charset "utf-8";
/* CSS Document */

body{
	background-color:#fff0cf;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#wrapall{
	margin:auto;
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	width:1024px;
	}


#pic-left{
	width:310px;
	float:left;}
	
#pic-rigth	{
	width:310px;
	float:left;
	}	
	
#logo{
	background-image:url(img/logo.png);
	width:230px;
	height:75px;
	background-repeat:no-repeat;
	float:left;
	border-bottom:#990033 solid 3px;
	}
#line{
	margin-top:30px;
	background-color:#990033;
	width:3px;
	height:45px;
	float:left;
	border-bottom:#990033 solid 3px;
}
	
#top{
	margin-top:30px;
	background-image:url(img/top.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:790px;
	height:45px;
	float:left;
	border-bottom:#990033 solid 3px;

	}

#menu{
	width:180px;
	border-right:#990033 solid 3px;
	padding:20px 25px;
	min-height:370px;
	float:left;

	}
a,a:visited,a:active{
	text-decoration:none;
	color:#990033;
	padding:9px 35px;
	display:block;
	font-weight:600;
	

	}
	
a:hover{
	font-weight:bold;
	color:#FFFFCC;
	}
	
.aktiv{	
	font-weight:bold;
	color:#FFFFCC;
	}

li{
	list-style:none;

	}
li:hover{
	background-color:#990033;
	border-radius:5px;
}		

strong{
	color:#990033;}
	
#content{
	width:750px;
	height:440px;
	overflow:auto;
	float:left;
	background:url(img/bg.jpg);
	padding:0px 10px 0px 0px;
	margin:70px 00px 0px 20px;}
	
#content2{
	width:750px;
	height:440px;
	overflow:auto;
	float:left;
	background:url(img/bg2.png);
	background-repeat:no-repeat;
	padding:0px 10px 0px 0px;
	margin:5px 00px 0px 20px;}
		
#zeiten2{
	margin-top:10px;
	padding:10px 0px 0px 10px;
	height:340px;
	width:190px;
	background-image:url(img/schnitt2.png);
	background-repeat:no-repeat;
	color:#FFFFFF;	}
	
#zeiten{
	margin-top:10px;
	padding:10px 0px 0px 10px;
	height:340px;
	width:190px;
	background-image:url(img/schnitt.png);
	background-repeat:no-repeat;
	color:#FFFFFF;	}	