body {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #404040;
	font-size: 0.88em;
	line-height: 1.5;
	margin: 0px;
	background-color: White;
}
/**Für Tabelle unter "unveröffentlichtes" und "kontakt/impressum"**/
table {
	width: 100%;
	border: none;
}
td {
	padding: 10px;
	vertical-align: top;
}
img {
	border: none;
}
/**Layout fuer das Kontaktformular**/
form {
	font-size: 11px;
}
input, textarea {
	border: 1px solid #92969A;
	width: 450px;
}
textarea {
	height: 100px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
}
.reset, .submit {
	border: 1px solid #92969A;
	background-color: #D2D2D2;
	width: auto;
}
input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #FDDDDD;
}
/**Link-Auszeichnung im Fließtext**/
a:link{
	text-decoration: none;
	color: #820202;
}
a:visited {
	color: #820202;
	text-decoration: none;
}
a:hover {
	color: Black;
	text-decoration: underline;
}
a:active {
	color: Black;
	text-decoration: underline;
}
/**Linkauszeichnung für graue Menüleiste: warum, wir sind, wir machen... **/
#menu a:link {
	text-decoration: none;
	color: Black;
} 
#menu a:visited { 
	text-decoration: none;
	color: Black;
 } 
#menu a:hover {
	color: White;
}
#menu a:active { 
	color: White; 
}
/**Linkauszeichnung für Kontakt und Impressum, rechts oben im Browser-Fenster **/
#impressum a:link {
	text-decoration: none;
	color: #FFDDDD;
} 
#impressum a:visited { 
	text-decoration: none;
	color: #FFDDDD;
 } 
#impressum a:hover {
	text-decoration: underline;
	color: White;
}
#impressum a:active { 
	text-decoration: none;
	color: Black; 
}
/** Horizontale Liste  als Menüleiste, mit Umbruch bei kleiner Fenstergröße**/
#menu li {
	line-height:20px;
	font-size: 12px;
   display: inline;
	margin: 0 10px;
}
/**Aktiver Menüpunkt als weiß markiert**/
#menu li a#aktiv{
	color: White;
}
#menu ul {
	padding: 0px;
	margin: 0 0 0 114px;
	list-style-type: none;
}
#kopf {
	width: 100%;
	height: 200px;
	color: White;
	background-color: #820202;
}
#kopf img {
	margin-top: 115px;
	margin-left: 100px;
}
#impressum {
	width: 98%;
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
}
#menu {
	width: 100%;
	min-height: 25px;
	background-color: #92969A;
}
#inhalt {
	width: 800px;
	height: auto;
	margin: 65px 0 0 130px;
}
/** Störer auf Startseite für Messehinweis bspw.**/
#stoerer {
	position: absolute; 
	left: 130px;
	border: 1px solid #92969A;
}
