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

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;         /* required */
	}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background:  #fff;
	height: 101%; /* Erzwingt Scrollbalken */
	  }
	
body,td,th, dl, dt, dd, p, input, textarea {
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
}

  


#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 826px;
	padding: 0;
	background:  url(../img/bg_grau.png) repeat-y;
	position: relative;
}



#Logo {
	width: 826px;
	height: 80px;
	border: none;
	position: absolute; 
	margin: 0 auto;
	text-align: center;
}

#Kopf {
	margin: 0 auto; 
	width: 826px;
	height: 80px;
}

#navi {
    width: 780px;
	height: 40px;
	padding: 0px 0px 0px 20px;
   	text-align: left;
	z-index: 100;
}

.aktiv {
color: #620727;
}




/* SLIDESHOW */
#slideshow {
 height:140px; /* hier Hoehe der Slideshow-Bilder angeben */
 width: 826px; 
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0;left:13px;
}
#slideshow img.start {
 display:block;
}



#Inhalt {
	text-align: left;
	margin: 0; padding: 0;
	width: 740px; 
	height: auto;
	font-size: 13px; 
	line-height: 1.7em;
	color: #000;	
	margin-bottom: -3px;
	padding: 50px 0px 30px 40px;
}

* html #Inhalt {
	height: 1%;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	margin-bottom: -3px;
}


.text {
    margin-left: 240px;
}


.link:link, .link:visited, .link:active { 
	text-decoration: none; 
	border-bottom: 1px dotted #242b90;
	color: #242b90;
}

.link:hover { 
	text-decoration: none; 
	border-bottom: 1px solid #d91010;
	color: #d91010;
}




#Fuss {
	width: 826px;
	height: 45px;
	font-size: 12px; 
	line-height: 1.5em;
	background:  url(../img/fuss.png) no-repeat;
}



#Copyright {
  	margin: 6px 10px 0px 370px;
	width: 400px;
	font-family: Courier, Courier New, monospace;
	font-size: 12px; 
	text-align: right;
	float:left;
	z-index: 2;
}



h1 {
   	font-family: Courier, Courier New, monospace;
	font-size: 22px;
	line-height: 24px;
	color: #242b90;
	font-weight: bold;
	margin-bottom: 30px;
}

h2 {
   	font-family: Courier, Courier New, monospace;
	font-size: 13px;
	line-height: 20px;
	color: #242b90;
	font-weight: bold;
	margin-top: 30px;
}

dl {
	margin: 0px; 
	padding: 0px;
}

dt {
	float: left;
	margin-right: 0px; 
	padding: 0px;
	display: inline;
}

dd {
	display: block;
	padding: 0px;
	margin-left: 40px;
}





	
img{
	border: 0px;
	}
	

td{
	padding: 0px;
}

.thumbs {
	border: 1px solid #242b90;
	outline: none;
	margin-top:12px;
	text-align: right;
}

.thumbsgrau {
	border: 1px solid #cccccc;
	margin-top:5px;
	text-align: right;
}