@charset "utf-8";
/* CSS Document */

body {
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	text-decoration:none;
	background-image: url(../images/hintergrund.png);
	background-repeat: repeat-x;
}


#content{
	width:1000px;
	height:850px;
	padding:auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

#header{
	width:1000px;
	height:120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;	/*background-color:#6F3;*/
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: blink;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../images/Header.jpg);
}
	
#bild{
	width:650px;
	height:280px;
	float:left;
	}
	
#menue_1{
	width:350px;
	height:280px;
	float:right;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-color: #633C30;
	color: #A85C20;
	background-image: url(../images/hintergrund_menue_1.jpg);
	}
	
#menue_1 li {
	list-style-image: url(../images/schl%C3%BCssel_braun.gif);
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-color: #633;
	cursor: text;
	color: #600;
	margin-right: 20px;
	padding-left: 10px;
	list-style-position: outside;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	margin-top: 12px;
}



#menue_2  {
	color:#542400;
	width:1000px;
	cursor: text;
	float: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-color: #E2AA6F;
	}
	
#menue_2 td{
	width: 200px;
	float: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#menue_2 a{
	color: #A85C20;
	text-decoration: none;
	}
#menue_2 a:hover{
	color: #360700;
	text-decoration: none;
	}
		
#text{
	width:920px;
	height:355px;
	color: #772C19;
	float: left;
	text-align: justify;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	background-image: url(../images/text.png);
	font-size: 16px;
	top: auto;
	}

#impressum{
	width:950px;
	height:50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;	/*background-color:#6F3;*/
	text-align: right;
	font-size:12px;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #000;
	background-image: url(../images/Impressum.jpg);
	vertical-align: middle;
	padding-right: 50px;
	float: left;
	}
	
.rundekanten_schatten{
	box-shadow:10px 10px 8px #999;
	-moz-box-shadow:10px 10px 8px #999;
	-webkit-box-shadow:10px 10px 8px #999;
	-khtml-box-shadow:10px 10px 8px #999;
	
	border-radius:20px;
	-khtml-border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	}
