html { 
	height: 100%;
	}
body	{ 
	
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin:0;
	padding:0; 
	background:#3f010e;
	z-index:10;
	}
	
/* ----------container-------------- */
#container {
width: 900px;
padding:0px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
background-color:#fff;
background-image:url(../images/hintergrund2.jpg);
z-index:100;
}

/* ----------content  -------------- */
#content {
	min-height: 580px;
	width:900px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	z-index:200;
	}
	
	/* ----------banner  -------------- */
#banner {
	height: 150px;
	width:900px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}

/* ---------- left  -------------- */

#left {
	width: 250px;
	min-height: 650px;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	z-index:200;
	background-image:url(../images/hintergrund.jpg);
	background-repeat:repeat;
	}
#left img {
	margin:0px 0px 0px 70px;
	border: 0px;
	}
#left p {
	margin:20px 50px 0px 0px;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align:right;
	color:#8a031f;
	}

a.adresse:link   { color:#8a031f; font-weight:normal; font-size: 1em; line-height: 1.4em; text-decoration: none;}
a.adresse:visited   { color:#8a031f; font-weight:normal; font-size: 1em; line-height: 1.4em; text-decoration: none;}
a.adresse:active   { color:#8a031f; font-weight:normal; font-size: 1em; line-height: 1.4em; text-decoration: none;}
a.adresse:hover  { color: #000; font-weight:normal; font-size: 1em; line-height: 1.4em; text-decoration: none;}

 /* ----------mitte ----------------- */
#mitte {
	min-height: 650px;
	width:610px;
	float:right;
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
	z-index:300;
	text-align: left;
	background-image:url(../images/labyrinth_hell.jpg);
	}

h1  {
	color: #8a031f;
	font-weight: bold;
	font-size: 24px;
	margin: 5px 0px 20px 0px;
	text-align: left;
	}
h2  { 
	color:#8a031f;
	font-weight: bold; 
	font-size: 18px;
	line-height:18px;
	margin: 15px 0px 20px 0px;
	}
h3 	{ 
	color:#8a031f;
	font-weight: bold; 
	font-size: 12px; 
	line-height: 14px;
	margin: 10px 0px 4px 0px;
	}
h4  { 
	color:#8a031f;
	font-weight: normal; 
	font-size: 12px; 
	line-height: 14px;
	margin: 0px 0px 4px 0px;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.9em;
	line-height: 1.6em;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	}
ul, li { 
	color: #000; 
	font-size: 0.9em; 
	line-height: 1.6em; 
	list-style-image: url(../images/labyrinth_klein.jpg);
	}
ul  { 
	margin:10px 0px 0px 0px;
	}
p.copyright,td.copyright   { 
	margin:0px 0px 0px 30px;
	color: #006633; 
	font-size: 9px; 
	}
hr  { 
	border:none;
	border-top: 1px solid #999;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	}
	
a:link	   { color:#8a031f;  font-size: 12px; font-weight: normal; line-height: 15px; text-decoration: none; }
a:visited  { color:#8a031f; font-size: 12px; font-weight: normal;line-height: 15px; text-decoration: none; }
a:active	  { color:#8a031f; font-size: 12px; font-weight: normal;line-height: 15px; text-decoration: none; }
a:hover	  { color: #000; font-size: 12px; line-height: 15px; text-decoration: none;}


.titel16px  { 
	color:#004494; 
	font-weight: bold; 
	font-size: 16px;
	line-height:18px;
	margin: 0px 0px 20px 0px;
	}


.bold {
	font-weight: bold;
	}

.bildlinks {
	margin: 0px 20px 0px 0px;
	float:left;
	}
.bildrechts {
	margin: 0px 0px 0px 10px;
	}

.zentriert {
	text-align: center;
	}
.tibitextzent {
	font-size:16px;
	line-height:24px;
	text-align: center;
	}
.tibitextzentklein {
	font-size:12px;
	line-height:20px;
	text-align: center;
	}
.bildadresse {
	text-align: left;
	margin-bottom:3px;
	margin-left:40px;
	}
.bildlogo {
	text-align: left;
	margin-left:70px;
	}
.bild {
	width:200px;
	height:200px;
	margin: 0px 0px 20px 0px;
	float:left;
	}

