/* Data: stachon.css */
/* Author: info@onwest.de */
/* v1.2.0, 30.01.2012 */

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	font-family:Verdana,Tahoma,Arial,sans-serif;
} 
* {
	font-size: 14px;	
}
#kopf {
	height: 90px;
	margin: 10px 10px 0px 10px;
	border: 1px solid #000000;
	color:#fff;
	background: #000080 url(../grafik/bg01.gif) top left repeat-x;
	
}
#kopf p {
	height: 5px;
	vertical-align:middle;
	
}
#kopf h1 {	
	font-size:22px;
	text-align:center;
}

#kopfzeile {
	margin: 0px 10px 10px 10px;
	padding-top:0px;
	height: 20px;
	border: 1px solid #000000;
	border-top: 0px  solid #000000;
	color:#fff;
	background: #000 url(../grafik/bg30.gif) top left repeat-x;
}

#kopfzeile p {
	padding-left:10px;
	margin: 0px;
	font-size: 11px;
	vertical-align:bottom;
}

#fuss {
	height: 30px;
	margin: 10px;
	color: #fff;
	background: #000 url(../grafik/bg35.gif) top left repeat-x;
	text-align:right;
}
#fuss p{
	padding: 5px;
	font-size:10px;
}

#mitte {
	position: relative;
	width: 100%;
}
#inhalt {
	margin: 0px 180px;
	background-color: #ffffff;
	padding: 5px;
	border-style:solid; border-width:1px;border-color:#000;
	line-height: 140%;
}
.graf{
	text-align:center;
}

#inhalt h3 {
	color:#000;
	margin: 15px 5 10px 5;
	line-height: 2.0em;
	background: #fff url(../grafik/bg40.gif) top left repeat-x;
}

#links {
	background: #fc0 url(../grafik/bg11.gif) top left repeat-x;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 160px;
	height: 90px;
	border-style:solid; border-width:1px;border-color:#000;
	text-align:center;
	vertical-align:top;
}
#links p{
	height: 10px;
	vertical-align:middle;
}
#linksbox{
	position: absolute;
	top: 250px;
	left: 10px;
	width: 160px;
	height: 130px;
	border-style:solid; border-width:1px;border-color:#000;
	text-align:center;
	vertical-align:top;
}
#rechts {
	background-color: #C0C0C0;
	position: absolute;
	top: 0px;
	right: 10px;
	width: 160px;

	border-style:solid; border-width:1px;border-color:#000;
}
#rechts ul {
	list-style: none;
	width: 160px;
	margin: 0 0 0 0;
	padding: 0;
}

#rechts li {
	margin-bottom:1px;
}

#rechts li a {
	display:block;
	font-size: 14px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	color:#fff;
	background: #000 url(../grafik/bg30.gif) top left repeat-x;
	height:30px;
	line-height:170%;
	padding:0px 0px 0px 8px;
}

#rechts li a:hover {
	background-color:#7F7F7F;
	color:#fc0;
}







 
