@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;
}

  
  body {
 scrollbar-face-color: #C4CEC0;
  scrollbar-track-color: #CCCCCC;
  scrollbar-arrow-color: #620727;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #2B522F;
  scrollbar-3dlight-color: #666666;
  scrollbar-darkshadow-color: #000000;
  }

#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 {
    display: none;
	width: 714px;
	height: 26px;
	padding: 0px 0px 0px 112px;
   	text-align: left;
	z-index: 100;
	border-top: 1px solid #ccc;
}

.aktiv {
color: #620727;
}

#Bilder {
    display: none;
	margin: 0 auto;
	text-align: center;
	width: 826px; 
	height: 160px;
}


/* SLIDESHOW */
#slideshow {
display:none;
 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;
}

.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:  #fff;
}

#Hinweis {
	display: none;
    margin: 6px 0px 0px 123px;
	width: 300px;
	float:left;
   	text-align: left;
	z-index: 2;
}

#Copyright {
  	margin: 6px 0px 0px 70px;
	width: 400px;
	font-size: 11px; 
	text-align: right;
	float:left;
	z-index: 2;
}






#flash {
    text-align: center;
	width: 826px; 
	height: 330px;
	z-index: 1;
	}






#motto {
    top: 490px;
	left: 8px;
	width: 842px;
    position: absolute;
	text-align: right;
	z-index: 3;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #672067;
}




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: 5px 0px 5px 0px;
}

.thumbs {
	border: none;
	outline: none;
	float: left; 
	margin-right: 20px;
	margin-bottom: 25px;
}