body {
	margin:0;
	padding:0;
	outline: 0;
	behavior: url("csshover3.htc");
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	background-image: url(images/layout/background.jpg);
}

#header { /* Einstellungen für den Header */
	background-image: url(images/layout/Header.png);
	font-size: 10px;
	width: 968px;
	height: 277px;
}

#bannerSlider{
	top: 15px;
	left: 175px;
}

#menuRow { /* Größe_ und BildEinstellung von der Menuleiste*/
	background-image: url(images/layout/Navigation_Background.png);
	width:968px;
	height:50px;
	vertical-align: bottom;
}

#main { /* Haupfeld, in dem die Texte Eingebunden werden, 'width muss hier so groß sein wie die länge des grauen Menubalkens */
	width: 827px;
	padding: 50px 0px 50px;
}

#footer { /* Einstellungen für den Footer */
	background-image: url(images/layout/Footer.png);
	font-size: 10px;
	width: 968px;
	height: 85px;
	vertical-align: bottom;
}

H4 {  /* Überschrift klein */
	margin: 0px;
	padding: 0px;
	color: #FF9F00;
}

H5 { /* Überschrift sehr klein */
	color: #FF9F00;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p.haupttext {
 text-align=justify;
}

/* Allgemeine Schrifteinstellungen für Tabellen*/
TABLE {
	font-size: 11px;
}

TD {
	vertical-align: top;
}


/* Einstellungen für die Texte in den ausgelagerten Dateien */
.TextTable {
	width: 100%;
}
.TextTableLeft {
	width: 22%;
	border-right: 1px solid #FF9F00;
	padding-right: 15px;
}
.TextTableMiddle {
	width: 56%;
	padding: 0px 15px 0px;
}
.TextTableRight {
	width: 22%;
	border-left: 1px solid #FF9F00;
	padding-left: 15px;
}




/* Einstellungen für Links und Eingabefelder */
A {
	color: #FF9F00;
	text-decoration: none;
}
A:hover {
	color: #FF9F00;
	text-decoration:overline underline;
}
INPUT, TEXTAREA {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #000000;
	background-color: #FFFFCC;
	margin: 1px;
}
INPUT[type=submit], INPUT[type=reset]  {
	cursor: pointer;
}
