/* CSS Document */

/* "body" beschreibt die Optik des HTML Dokument */

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-image: url(../../fileadmin/template/bg.gif);
	background-repeat: repeat;
	background-position: center;
}

/* "a" bestimmt das Aussehen und Verhalten von Textlinks */
a {
	font-weight: normal;
	text-decoration: none;
	color: #ECDE00;
	font-size: 12px;
}
/* "a:hover" bestimmt das Aussehen und Verhalten von Textlinks beim überfahren mit der Maus */
a:hover {
	text-decoration: underline;
	color: #E3DA06;
	font-size: 12px;
}
/* "ul, li" bestimmt das Aussehen von Text als Liste */
ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: circle;
}

/* "h1" bestimmt das Aussehen der hierarchischen Überschrift 1, als h1 */
h1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 15px;
	background-color: #759925;
	background-image: url(../../fileadmin/template/blume.gif);
	background-position: right center;
	background-repeat: no-repeat;
	height: 25px;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
/* "p" bestimmt das Aussehen von Zeilenümbrüchen */
p {
	line-height: 150%;
	font-size: 12px;
}

/* ".table" bestimmt das Aussehen und Verhalten von Text in Tabellen */

.table {
font-size: 12px;
}

/* "#pfad" bestimmt das Aussehen von Text in der Pfadangabe, also "Sie befinden sich hier" */
#pfad {
	text-align: left;
	font-size: 12px;
	color: #000000;
}
/* "#pfad a" bestimmt das Aussehen und Verhalten von Textlinks in der Pfadangabe */
#pfad a 
{
	font-size: 12px;
	color: #2A74BF;
	font-weight: lighter;
}

/* von hier weg wird das Aussehen der Navigation definiert */

#left {
	text-align: left;
	background-color: #759925;
}

#left ul, li
{
	list-style: none;
	margin: 0;
	padding: 0;
	color: #ffffff;
}


#left a 
{
	display: block;
	padding-top: 3px;
	padding-left: 30px;
	margin-left: -0px;
	background-image: url(../../fileadmin/template/navi.gif);
	background-repeat: no-repeat;
	height: 23px;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECDE00;
	font-size: 13px;
}


#left a:link
{
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}

#left a:hover 
{
	background-image: url(../../fileadmin/template/navi.gif);
	background-repeat: no-repeat;
	color: #E3DA06;
	background-position: 0px -25px;
	padding-left: 40px;
	font-size: 13px;
}
#aktuell a 
{
	background-image: url(../../fileadmin/template/navi.gif);
	background-repeat: no-repeat;
	color: #E3DA06;
	background-position: 0px -25px;
	padding-left: 40px;
	font-size: 13px;
}


#aktuell1 a 
{
	background-image: url(../../fileadmin/template/navi1.gif);
	background-repeat: no-repeat;
	color: #E3DA06;
	background-position: 0px -20px;
	padding-left: 50px;
	font-size: 12px;
}
/* hier endet die definition des Aussehens der Navigation */

/* hier wird das Aussehen von Mailformularen definiert */

input, textarea, select, option {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #ffffff;
	BORDER-LEFT: 1px solid #ffffff;
	BORDER-RIGHT: 1px solid #ffffff;
	BORDER-TOP: 1px solid #ffffff;
	BORDER-BOTTOM: 1px solid #ffffff;
	background-Color: #2A74BF;
}

.radio, .checkbox {
	BORDER-LEFT: 1px solid #ffffff;
	BORDER-RIGHT: 1px solid #ffffff;
	BORDER-TOP: 1px solid #ffffff;
	BORDER-BOTTOM: 1px solid #ffffff;
	background-Color: #2A74BF; 	
}

.csc-mailform-field
{
	font-size: 12px;
}
.csc-mailform-label
{
	font-size: 12px;
}
.csc-mailform
{
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* hier endet die Definition der Mailformulare */

/* die beiden unteren Einträge definieren die Optik der Suchfunktion */

.tx-indexedsearch-descr 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tx-indexedsearch-info {
font-size: 12px;
}