/* CSS Document */
html{
	height:100%;
}
body{
	height:100%;
	background-image: url(../grafix/bodymuster.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
* {
	margin:0;
	padding:0;
}
.cleaner {
	clear:both;
	height:0px;
	font-size:0px;
	border:0 none;
	margin:0px; 
	padding:0px;
	background:transparent;
}
/***** Globale Schriftformatierungen *****/

h2, p, ul{
	margin-bottom: 12px;
}
h1{
	font-size: 14px;
	color: #E18D00;
}
h2, h3 {
	font-size:12px;
}
.small{
	font-size:10px;
}
a:link{
	color: #E18D00;
}
a:visited{
	color: #E18D00;
}
a:hover{
	color: #E18D00;
}
/****** Kopf mit Hauptnavigation ids *****/
#verlauf{
	height:100.5%;
	width:100%;
	background-image: url(../grafix/htmlverlauf.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
#boxschatten{
	width:774px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../grafix/boxschatteni.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color: #FFFFFF;	
}
#box{
	width:774px;
	background-image: url(../grafix/boxschatten.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#kopf{
	display:inline;
	width: 283px;
	height:550px;
	margin-left:7px;
	background-color: #000000;
	background-image: url(../grafix/kopfmuster.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float:left;
}
#kopf ul{
	width:283px;
	margin-top:7px;
	list-style-type: none;	
}
#kopf li{
	height:18px;
	margin-top:2px;
	background-image: url(../grafix/kopfnoback.gif);
	background-repeat: no-repeat;
	background-position: left;	
}
#kopf ul li a {
	color: #FFFFFF;
	display:block;
	width:200px;
	height:18px;
	padding-left: 40px;
	text-decoration: none;
	border:0 none;
}
#kopf ul li a:hover{
	background-image: url(../grafix/kopfroback.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#kopf ul li .ro{
	background-image: url(../grafix/kopfaktivback.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #333333;	
}
#indexbild{
	display:inline;
	float:left;
	width:477px;
}
/***** Box für die nächsten drei Stücke *****/
.infobox{
	width:250px;
	margin-left:25px;
	margin-top:45px;
	margin-bottom:10px;
	font-size: 11px;
	color: #FFFFFF;
}
.infobox h2{
	margin:9px 14px 9px 14px;
	font-size: 11px;
}
.infobox p{
	margin:5px 14px 9px 14px;
}
.infobox a{
	font-weight: bold;
	color: #E18D00;
	padding-left:0;
	text-decoration: underline;
}
/***** Footer *****/
#footer{
	width:761px;
	height:45px;
	margin-left:7px;
	font-size: 10px;
	line-height: 20px;
	background-image: url(../grafix/footerback.gif);
	background-repeat: repeat-y;
	background-position: center top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B97C1F;
}
#impressum, #copyright{
	margin-top:5px;
	float:left;
}
#impressum {
	width:213px;	
}
#copyright{
	color: #FFFFFF;
}
#impressum ul{
	list-style-type: none;
}
#impressum li{
	height:18px;
	background-image: url(../grafix/kopfnoback.gif);
	background-repeat: no-repeat;
	background-position: left;	
}
#impressum a{
	color: #FFFFFF;
	display:block;
	height:18px;
	padding-left: 40px;
	text-decoration: none;
	border:0 none;
}
#impressum a:hover{
	background-image: url(../grafix/kopfroback.gif);
	background-repeat: no-repeat;
	background-position: left;
}
