body,td,th {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #606060; /* Textfarbe */
}
body {
	background-color: #B9D4ED; /* Seiten-Hintergrund-Farbe */
	background-image: url(background.jpg); /* Seiten-Hintergrund-Grafik */
	background-repeat: repeat-y; /* Seiten-Hintergrund-Grafik - Wiederholung */
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #E37015; /* Linkfarbe */
	text-decoration: none;
}
a:hover {
	color: #EC8636; /* Linkfarbe - Mouseover */
	text-decoration: none;
}
h1 {
	font-size: 14px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	line-height: 19px;
	color: #EC8636; /* Ueberschrift-Text-Farbe */
	background-color: #FEF5EE; /* Ueberschrift-Hintergrund-Farbe */
	border-color: #EC8636; /* Ueberschrift-Rahmen-Farbe */
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	margin: 0px 0px 10px 0px; /* Abstand nach... o,r,u,l */
	padding: 0 0 0 3px; /* Einzug von... o,r,u,l */
}
h2 {
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	line-height: 16px;
	color: #004A93; /* Ueberschrift-Text-Farbe */
	border-color: #AAC5E0; /* Ueberschrift-Rahmen-Farbe */
	border-top: 0px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 0px;
	margin: 0px 0px 10px 0px; /* Abstand nach... o,r,u,l */
	padding: 0 0 0 3px; /* Einzug von... o,r,u,l */
}
h3 {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #EC8636; /* Ueberschrift-Text-Farbe */
	margin: 0px 0px 10px 0px; /* Abstand nach... o,r,u,l */
	padding: 0 0 0 0px; /* Einzug von... o,r,u,l */
}
h4, h5,h6 {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	line-height: 16px;
	color: #EC8636; /* Ueberschrift-Text-Farbe */
	border-color: #EC8636; /* Ueberschrift-Rahmen-Farbe */
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px solid;
	border-right: 0px;
	margin: -4px 0px -7px 0px; /* Abstand nach... o,r,u,l */
	padding: 0 0 0 3px; /* Einzug von... o,r,u,l */}
form {
	margin: 0;
}
.header {
	background-color: #FFFFFF; /* Header-Hintergrund-Farbe (Banner) */
	background-image: url(background_site.jpg);
}
.menu2 {
	background-color: #EC8636; /* Gesamt-Hintergrund-Farbe (Zeile) */
	margin: 0 0 0 30px;
	padding: 0 230px 0 15px;
	height: 17px;
}
.menu2 a:link, .menu2 a:visited, .menu2 a:active {
	color: #FFFFFF; /* Link-Farbe */
}
.menu2 ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.menu2 ul li {
	display: block;
	float: right; /* Menue-Ausrichtung */
	text-align: center;
	padding: 0;
	margin: 0;
}
.menu2 ul li a {
	background-color: #EC8636; /* Menue-Hintergrund-Farbe */
	width: 95px; /* Menue-Breite (Feld) */
	height: 17px; /* Menue-Hoehe (Feld) */
	border-color: #FFFFFF; /* Menue-Rahmen-Farbe */
	border-top: 0px;
	border-left: 1px solid;
	border-bottom: 0px;
	border-right: 0px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.menu {
	margin-left: 0px;
	background-color: #EC8636;
	background-image: url(menu_background.gif);
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu li {
	margin: 0;
}
.menu a {
	display: block;
	padding: 3px 1px 3px 10px;
	width: 150px;
	color: #EC8636;
	background-color: #FFFFFF;
	text-decoration: none;
	border-top: 0px solid #EC8636;
	border-left: 0px solid #EC8636;
	border-bottom: 1px solid #FDA661;
	border-right: 1px solid #FDA661;
}
.menu a:hover {
	color: #FFFFFF;
	background-color: #EC8636;
	text-decoration: none;
	border-top: 0px solid #EC8636;
	border-left: 0px solid #EC8636;
	border-bottom: 1px solid #FDA661;
	border-right: 1px solid #FDA661;
}
.menu ul ul li { margin: 0; }

.menu ul ul a
{
	font-size: 11px;
	font-weight: normal;
	display: block;
	padding: 2px 1px 2px 15px;
	width: 140px;
	color: #EC8636;
	background-color: #FFF7F0;
	text-decoration: none;
}

.menu ul ul a:hover
{
	color: #FFFFFF;
	background-color: #EC8636;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
}
.searchfield {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFE3CE; /* Suchfeld-Hintergrund-Farbe */
	color: #E37015; /* Suchfeld-Text-Farbe */
	border-style: solid;
	border-color: #EC8636; /* Suchfeld-Rahmen-Farbe */
	border-width: 1px;
	margin: 2px 2px 2px 5px; /* Abstand nach... o,r,u,l */
}
.content {
	padding: 16px;
	background-color: #FFFFFF; /* Inhaltsbereich Hintergrund-Farbe */
	height: 350px; /* Inhaltsbereich Mindest-Hoehe */
	vertical-align: top;
	text-align: left;
}
.footer {
	background-color: #EC8636; /* Menue-Hintergrund-Farbe */
	background-image: url(menu_background.gif);
	font-size: 10px;
	line-height: 14px;
	padding: 5px; /* Einzug von... o,r,u,l */
	height: 20px;
	color: #FFFFFF; /* Footer Text-Farbe */
	vertical-align: middle;
	text-align: center;
}
