body {
/*	background: #DFFFEB url(seite-hintergrund.gif) repeat fixed center;*/
	background-color: #FEFFEF;
/*	background: #DFFFEB url(hintergrund-w.gif) repeat fixed center;*/
	color: #000000;
	font: normal 62.5% Arial, Tahoma, sans-serif;

	margin: 0.5em;
	padding: 0;
	text-align: center;
}

/*
	Layout der Seite
*/

#seite {
	padding: 0;
	margin: 0px auto;

	text-align: left;
	width: 760px;
}

#seite #titel {
	background-color: #F4FFE0;
/*	background-color: #DFFFEB;*/
	color: #000000;
	padding: 0;
	margin-bottom: 10px;
	border: 1px solid #000000;

	width: 100%;
}

#seite #titel img.logo {
	float: left;
	padding-bottom: 5px;
}

#seite #inhalt {
	background-color: #F4FFE0;
/*	background-color: #DFFFEB;*/
	color: #000000;
	border: 1px solid #000000;
	width: 100%;
}

#seite #inhalt #navigation {
	background-color: transparent;
	color: #000000;

	clear: both;
	width: 160px;
	float: left;
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

#seite #inhalt #navigation ul {
	list-style-type: none;
}

#seite #inhalt #navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

/*
	1. Navigationsebene
*/
#seite #inhalt #navigation ul.ebene1 {
	font-size: 1.3em;
	margin: 0px 0px 0px 10px;
	padding: 0;
}

#seite #inhalt #navigation ul.ebene1 li a {
	background-color: #BFFF47;
	color: #000;
	
	border: 1px solid #000000;
	
	display: block;
	margin: 0 0 2px 0;
	padding: 3px 3px;	
	text-decoration: none;
}

#seite #inhalt #navigation ul.ebene1 li a:hover {
	background-color: #FFE347;
	color: #000;
}

#seite #inhalt #navigation ul.ebene1 li a.active {
	background-color: #FFE347;
	color: #000;
	font-weight: bold;
}

/*
	2. Navigationsebene
*/
#seite #inhalt #navigation ul.ebene2 {
	font-size: 1.0em;
	margin: 0px 0px 0px 5px;
	padding: 0;
}

#seite #inhalt #navigation ul .ebene2 li a {
	background-color: #D1FF7A;
	color: #000;
	
	border: 1px solid #000000;

	display: block;
	margin: 0 0 2px 0;
	padding: 2px 2px;	
	text-decoration: none;
}

#seite #inhalt #navigation ul .ebene2 li a:hover {
	background-color: #FFEB7A;
	color: #000;
}

#seite #inhalt #navigation ul .ebene2 li a.active {
	background-color: #FFEB7A;
	color: #000;
	font-weight: bold;
}

/*
	3. Navigationsebene
*/
#seite #inhalt #navigation ul.ebene3 {
	font-size: 0.85em;
	margin: 0px 0px 0px 5px;
	padding: 0;
}

#seite #inhalt #navigation ul .ebene3 li a {
	background-color: #E2FFAD;
	color: #000;
	
	border: 1px solid #000000;
	
	display: block;
	margin: 0 0 2px 0;
	padding: 1px 1px;	
	text-decoration: none;
}

#seite #inhalt #navigation ul .ebene3 li a:hover {
	background-color: #FFF3AD;
	color: #000;
}

#seite #inhalt #navigation ul .ebene3 li a.active {
	background-color: #FFF3AD;
	color: #000;
	font-weight: bold;
}

/*
	Formatierungen für das Sprachmenü
*/

#seite #inhalt #navigation p {
	text-align: center;
}

#seite #inhalt #navigation img {
	border: none;
	padding: 2px 5px;
}

/*
	Inhaltsbereich
*/

#seite #inhalt #content {
	margin: 0px 0px 0px 170px;
	padding: 5px 10px 5px 10px;
}

#seite #inhalt #footer {
	clear: both;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

/*
	Darstellung der Seiteninhalte
*/
#seite #titel h1 {
	background-color: transparent;
	color: #006600;
	font-size: 3.0em;
	font-weight: bold;
	float: right;
	margin: 25px 0px;
	padding: 0px 10px;
	text-align: right;
}

#seite #titel p {
	background-color: transparent;
	color: #006600;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
	padding-bottom: 15px;
	text-align: right;
	position: relative;
	top: 7px;
	right: 245px;
}

#seite #titel img {
	position: absolute;
	margin: 5px 0px 0px 10px;
	padding: 0;
}

#seite #inhalt #content h2 {
	font-size: 1.6em;
	font-weight: bold;
}

#seite #inhalt #content p,ul,textarea {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5em;
}

#seite #inhalt #content p table {
	border: 1px solid #000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.5em;
}

#seite #inhalt #content p th {
	font-weight: bold;
}

#seite #inhalt #content td .mailformrequired {
/*	background-color: transparent;
	color: #006600;*/
	font-weight: bold;
}

#seite #inhalt #content td input,select,textarea {
	background-color: #BFFF47;
	color: #000;
}

#seite #inhalt #content td input,textarea {
	border: 1px solid #000;
}

#seite #inhalt #content td textarea {
	font-size: 1.0em;
}

#seite #inhalt #content a,#seite #footer a {
	background-color: transparent;
	color: #006600;
}

#seite #inhalt #content img {
	border: 1px solid #000000;
	float: right;
	margin: 5px;
}

#seite #inhalt #content img.noBorder {
	border: none;
}

#seite #inhalt #content img.spacer-gif, #seite #inhalt #content form img {
	border: none;
}

#seite #inhalt #content .caption {
	background-color: transparent;
	color: #666;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#seite #footer p {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

@media print {
	body { background-color: #FFFFFF; }
}