  /* Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  * { margin:0; padding: 0; }
  option { padding-left: 0.4em; }
  /* Globale Korrektur des Italics Bugs des IE 5.x und IE 6  */
  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }


html {
	margin-top: 0;
	margin-bottom: auto;
    margin-left: auto; 
	margin-right: auto;
	}
	
	body {
  /*background: #6e8cb2; */
  background-image: url(../img/hinter2.gif);
  width: 1024px;
  color: black;
  margin-left: auto; 
	margin-right: auto;
  font-size: 100.01%; 
  font-family: verdana, arial, sans-serif;
}
a { color: #000099; text-decoration: underline; } 

/*a:visited { color: black; } */

img { 
  border: solid 1px #aaa;
  padding: 1px;
  max-width: 95%; 
}

#footer {
  clear: both; 
  padding: 0 20px;
  color : black;
	background:  #3399ff;
	text-align: center;
	height: 35px;
  border: 1px solid #aaa; /* optische Abgrenzung. */
}

#footer h5 {
	vertical-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
}

#header {
	height: 40px;
	background:  #3399ff;
	margin: 0;
	color: #000099;
	text-align: center;
}
#logo {
  background: url(../img/wolke1.jpg) 0 0 no-repeat ; 
  height: 120px; 
  padding: 0 20px;
  overflow: hidden; 
  margin: 0; 
}
#logo h2 {
  color: red; /* farbe logo-schrift. */
  text-decoration: none;
  text-align: right;
  line-height: 54px;
  font-size: 26px; 
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-style : oblique;
}
#logo h1 {
	color: yellow;
	text-align: left;
	font-size: 34px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-style : oblique;
}


/* - Menü - */
#menu {
  background:  #3399ff;
  margin: 0;
  text-align: center;
}
#menu li {
  font-size: 16px;
  list-style-type: none; /* Bullets vor den Menüpunkten abschalten  */
  border-bottom: 1px solid white; 
  border-top: 1px solid white; 
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 10px;
  padding-left: 10px;
    font-weight: bold;
}

#menu li a {
  text-decoration: none;
}

#menu li a:hover {
  color: white; /* Linkfarbe*/
  text-decoration: none;
}
.aktuell {background: #000066; color: #00ff00;}

#alles {  
	min-height: 590px; 
  background: #b7c2d4;
}

#sprechts {
  width: 20%; 
  float: left; 
  padding-top: 5px;
  padding-right: 1%;
  padding-bottom: 5px;
  padding-left: 1%;
  font-size: 0.9em; 
}

#splinks {
  width: 20%; 
  float: left; 
  padding-top: 5px;
  padding-right: 1%;
  padding-bottom: 5px;
  padding-left: 1%;
  font-size: 0.9em; 
}

#splinks ul {
	margin-left: 10px;
}

#splinks a { text-decoration: none; }

/* - Mittelteil - */

#main {
  padding-top: 5px;
  padding-right: 1%;
  padding-bottom: 5px;
  padding-left: 1%;
	width: 53.4%;
  line-height: 1.5em; 
  float: left;
}

#main1 {
  padding-top: 5px;
  padding-right: 1%;
  padding-bottom: 5px;
  padding-left: 1%;
	width: 73.4%;
  line-height: 1.5em; 
  float: left;
}
#main1 table {
	text-align: center;
	border: 1px solid gray;
	}
#main1 td {
	text-align: center;
	border: 1px dotted gray;
	}
	
