@charset "utf-8";
/* CSS Document */
html *, body  * {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

body {
	background-color:#999;
}	

img {
	border: none;
}

/* =========== EBENEN ====================== */
#main {
	position:relative;
	margin: auto;
	top: 10px;
	background-color:#660000;
	width:855px;
	height:612px;
	background-image:url(images/layout/schlagschatten.gif);
	background-position:right;
	}

#header {
	position: absolute;
	left: 1px;
	top: 1px;
	height: 110px;
	width: 848px;
}
#headerbild1 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 110px;
	width: 145px;
}

#headerueberschrift {
	position: absolute;
	left: 146px;
	bottom: 0px;
	height: 30px;
	width: 556px;
	text-align:right;

}

#headerbild2 {
	position: absolute;
	left: 703px;
	top: 0px;
	height: 110px;
	width: 145px;
}

#content {
	position: absolute;
	left: 1px;
	top: 112px;
	height: 380px;
	width: 848px;
}

#navi {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 380px;
	width: 145px;
	background-image:url(images/layout/Hintergrund_Navi.png);
}

#text {
	position: absolute;
	left: 146px;
	top: 0px;
	height: 380px;
	width: 556px;
	background-image:url(images/layout/Hintergrund_Text.png);
	overflow:auto;
}

#teaser {
	position: absolute;
	left: 703px;
	top: 0px;
	height: 380px;
	width: 145px;

}

#footer {
	position: absolute;
	left: 1px;
	top: 493px;
	height: 110px;
	width: 848px;
}
#footerlogo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 110px;
	width: 145px;
	background-image:url(images/layout/edelstahl145.jpg);	
}

#footerzitat {
	position: absolute;
	left: 146px;
	top: 0px;
	height: 110px;
	width: 556px;
	background-image:url(images/layout/edelstahl_mitte.jpg);

}

#footerbild1 {
	position: absolute;
	left: 703px;
	top: 0px;
	height: 110px;
	width: 145px;
}

/* =========== TEXTE ====================== */
#headerueberschrift h1 {
	font:Arial, Helvetica, sans-serif 18px ;
	color:#FFFFFF;
	font-size:20px;
	margin-right:10px;
}
#navi p {
	margin-bottom:5px;
	font-weight:bold;
	margin-left:8px;	
	font-size:13px;
	}
#navi .top { margin-top:4px; margin-bottom: 4px; }	

#text h1 {
	font-size: 13px;
	padding-top:12px;
	padding-left:15px;
	padding-bottom:10px;
	padding-right:110px;
}
#text h2 {
	font-size: 13px;
	padding-left:15px;
	padding-right:110px;
}
#text p {
	font-size: 13px;
	line-height:20px;
	padding-left:15px;
	padding-right:110px;	
	margin-bottom:12px;
}
#text td {
	font-size: 13px;
	line-height:20px;
	padding-left:15px;
	padding-right:5px;	
	margin-bottom:12px;
}

#teaser p {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:5px 5px 5px 10px;
}	

.rot { color:#333366;}

}	

.blau { color:#660000;}

/* Listen im Content-Bereich */
#text ul{
	list-style-type: square;
	list-style-image: url(images/layout/liste.gif);
	margin-left:32px;
	margin-top:10px;
	font-size: 12px;
}

#text ol{
	margin-left:30px;
	margin-top:10px;
	font-size: 12px;	
}
#text li {
	padding-bottom:10px;
	padding-right:110px;	
}	

.lr1 {
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.lr2 {
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
}

#footerzitat p {
	font-size: 75%;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	letter-spacing: 2px;
	font-style: normal;
	padding-top:10px;
	padding-left:15px;
	padding-right:110px;	
}
/* =========== LINKS ====================== */
#navi a {
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;
	color:#333; 
}
	
#navi a:link {
	color:#333; 
}

#navi a:visited {
	color:#333;
}

#navi a:hover {
	color:#333366;
}

#navi a:active {
	color:#a90302;
}

#navi a.aktuell { color:#333399; font-weight: 1200; }

/* Links im Content */
#text a:link, #text a:visited, #text a:hover, #text a:active  {
	text-decoration:underline;
	color:#333;	
}

#teaser a { color:#FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
