/* CSS Document */



body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	

	background-attachment: fixed;

	background-repeat: repeat-y;

	background-position: center top;

	background-color: #663300;

}



#heim {

	width:570px;

	background-color:#996600;

	color:#FFFFCC;

	font-size:14px;

	font-family:"Courier New", Courier, monospace;

	padding: 10px;

	border:5px solid #FF9933;

}



#menue {

	width:570px;

	background-color:#663300;

	color:#FFFFCC;

	font-size:14px;

	font-family:"Courier New", Courier, monospace;

	padding: 10px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: none;

	border-left-style: solid;

	border-bottom-color:#FF9933;

	border-top-width: 5px;

	border-right-width: 5px;

	border-bottom-width: 5px;

	border-left-width: 5px;

	border-top-color: #FF9933;

	border-right-color: #FF9933;

	border-left-color: #FF9933;
	
	background-image:url(../bilder/menueHintn.jpg);
	
	background-position:middle;

}


#rahmen {

		width:900px;

		background-image:url(../bilder/rahmen.jpg);
		
		background-repeat:no-repeat;
		
		background-color:#663300;
		
}







a:link {

	color:#FFFFFF;

	text-decoration: none;

	font-size:16px;

}

a:visited {

	color:#FFFFFF;

	text-decoration: none;

	font-size:16px;

}

a:hover {

	color:#FFCC33;

	text-decoration: none;

	font-size:16px;

}