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

html, body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
   	padding: 0px;
	background:url(../img/back.gif) no-repeat #8c090b;
   	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   	font-size: 101%;
	height:100%;
   
}


a:link, a:visited { 
	color:#ffffff; 
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	padding-left:20px;
}

a:focus, a:active, a:hover { 
	color:#585f52; 
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	padding-left:20px;
}


a:link.textlink, a:visited.textlink { 
	color:#940709;
	font-size: 12px;
	line-height: 1.1em;
	padding-left:0px;
}

a:focus.textlink, a:active.textlink, a:hover.textlink { 
	text-decoration:underline;
}

a:link.tiplink, a:visited.tiplink { 
	color:#940709;
	font-size: 12px;
	line-height: 1.1em;
	padding-left:0px;
	border-bottom:dotted 1px;
}

a:focus.tiplink, a:active.tiplink, a:hover.tiplink { 
	text-decoration:underline;
	border-bottom:dotted 1px;
}

.container {
	width:699px;
	margin-left:220px;
}


.head {
	width:699px;
	height:185px;
	}
	
.inhalt {
	background:url(../img/layerback.jpg);
	padding-left:100px;
	padding-right:50px;
	padding-top:30px;
	font-size:0.8em;
	}
	
.footer {
	background:url(../img/layerback.jpg);
}

.kleinbilder {
	margin-left:8px;
}

.unterfooter {
	background:url(../img/unterfooter.jpg);
	height:13px;
}

.navi {
	position:absolute;
	z-index:5;
	left:50px;
	top:100px;
	height:340px;
	width:216px;
	background:url(../img/navi.jpg)
}

.textauszeichnung {
	color:#940709;
}

.bildlinks {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:10px;
	border:#6f090a solid 1px;
	}