@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: 763px;
	height: 143px;
	border: none;
	position: absolute; 
	left: 30px; 
	top: 0px;
}

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

#navi {
    width: 768px;
	height: 26px;
	padding: 0px 0px 0px 0px; /* Abstand erstes Wort vom linken Rand (der Gesamtbreite abziehen) */
   	text-align: left;
	background: #bde3f6;
	margin-left: 30px;
}

.aktiv {
color: #0094d8;
}


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

#messe {
float: left; 
	text-align: center;

	width: 174px;
	border: none;
	position: relative; 
	left: 0px; 
	top: 0px;
	background: #ecf0f1;
}

#messe h2 {
   	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 15px;
}

#Inhalttext {
	float: left;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
	left: 35px; 
	top: 0px;
	width: 550px;
	height: auto;
	margin-bottom: -3px;
	z-index: 200;
}

 ul { 
list-style-image: url(../img/punkt.gif);
margin-left:22px;
 }

li { 
margin-bottom:4px;
 }
 


* 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 #0094d8;
	color: #0094d8;
}

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




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



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



h1 {
   	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #0094d8;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
   	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #0094d8;
	font-weight: bold;
	margin-bottom: 15px;
}

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: 4px 8px;
	background-color: #bde3f6;
	border: 1px solid #fff;
}

