@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#9D293A;
}
#site{
	font-family: Arial, Helvetica, sans-serif;	
}
#site #top{
	background-image:url(bilder/hintergrund.jpg);
	background-repeat:repeat-x;
	min-height:459px;
}
#logo{
	text-align:center;
}
#logo img{
	margin-top:50px;
}
#site #bottom{	
	min-height:92px;	
}
#selection{
	text-transform:uppercase;
	text-align:center;
	width:308px;
	margin:auto;
	margin-top:20px;
}
#selection ul{
	padding:0;
	margin:0;
}
#selection a{
	color:#FFF;
	text-decoration:none;
}
#selection a:hover{
	font-weight:bold;
}
#selectionkids{
	background-image:url(bilder/hintergrund-selection-kinder.png);
	background-position:32px 0;
	background-repeat:no-repeat;
	padding:2px 0 0 32px;
	width:244px;
	height:23px;
	list-style:none;
}
#selectionadults{
	background-image:url(bilder/hintergrund-selection-erwachsene.png);
	background-repeat:no-repeat;
	padding:2px 0 0 0;
	width:308px;
	height:24px;	
	list-style:none;
	margin-top:22px;
}
#subfooter{
	text-align:center;
	color:#9d5a64;
	font-size:10px;
	margin-top:50px;
}
#subfooter a{
	color:#9d5a64;
}