body {
	background-image: url(images/hintergrund_inhalt.gif)  ;
	background-repeat:repeat-y;
	background-position:left;
	margin:0px;
	padding:0px;

}

/**************einzelne stile********/
hr {
	width:100%;
	border-style:solid;
	background-color: #990000;  /* Mozilla 1.4 */
	color: #990000;    /* IE 6 */
	border: #990000;  /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	clear:both;
	}
	
.trenner {
	height:12px;
	background-image:url(images/hr2.gif);
	background-repeat:repeat-x;
	margin-top:10px;
	}
	
#spalte3 .trenner {
	height:12px;
	background-image:url(images/hr.gif);
	background-repeat:repeat-x;
	margin-top:10px;
	}
	
#spalte3 img {margin-top:10px;}


.tabellenkopf {
	background-color:#990000;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:18px;
	padding:5px;
	}
	
.tabelle {
	background-color:#F7F7F7;
	border: 1px dotted #990000;
	padding:5px;}
	
/************schrift******/

	
#spalte3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#990000;
	}
	
.name {
	color:#999999;
	font-size:10px;
	line-height:12px;
	text-align:right;
	}
	
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:16px;
	border-bottom: 1px dotted #CCCCCC;
	color:#990000;
	}
	
/************navigation*****/
.but a:link,
.but a:visited,
.but a:hover{
	display:block;
	background-image: url(images/pfeil_a.gif);
	background-repeat:no-repeat;
	background-position:left top;
	color: #666666;
	text-decoration:none;
	padding:7px;
	padding-left:27px;
	border-bottom: 1px dotted #CCCCCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;

	}	
	

.but a:hover{
	background-image: url(images/pfeil_b.gif);
	color: #990000;
	background-color:#F7F7F7;
	}
	
	

a:link,
a:visited,
a:hover{
	color: #666666;
	}	
	

a:hover{
	color: #990000;
	}

/************Ebenen******/
#spalte1 {
	float:left;
	width:170px;
	position:relative;
	padding-left:20px;


	}

#spalte2 {
	float:left;
	width:455px;
	position:relative;	
	padding-left:35px;
	
	}
	
#spalte3 {
	float:left;
	width:186px;
	position:relative;
	background-image:url(images/teaser_hintergrund.gif);
	background-repeat:repeat-y;
	background-position:right;
	margin-top:250px;
	padding-left:35px;
	}
	
#spalte3b {
	width:186px;
	position:relative;
	background-image: url(images/teaser_unten.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	margin-top:-250px;
	padding-bottom:30px;
	}
	
#spalte3c {
	width:170px;
	}
	
#imagebild {
	position:relative;
	background-image:url(images/imagebild.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:38px;
	padding-top:220px;
	}
	
#logo {
	position:relative;
	margin-left:38px;

	}
	
	
#impressum{
	color:#999999;
	font-style:italic;
	font-size:11px;
	}