/* CSS Document */

/* html tags */
body
{
	background-color: #ffffff;
	background-image: url(bilder/linesCinv.gif);
	font-family: arial, sans-serif;
	color: black;
	font-size: medium;
	border: 0px;
	padding: 0px;
	list-style-type: none;
	height: auto;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
	width: 99.9%;
	min-width: 975px;
}

h1 {
	font-family: "Times new roman", serif;
	font-weight: normal;
	font-size: 150%;
	color: #646464;
	text-align: left;
	letter-spacing: 0.3em;
	margin-top: 2em;
	margin-left: 0px;
	margin-bottom: 4em;
	padding-top: 0px;
	padding-left: 0px;
	width: 99%;
}



h2 {
	font-family: Times new roman, serif;
	font-weight: normal;
	font-size: 150%;
	color: #646464;
	text-align: left;
	letter-spacing: 0.3em;
	margin-top: 50px;
	margin-left: 0px;
	margin-bottom: 0.2em;
	padding-top: 0px;
	padding-left: 0px;
	width: 99%;
	
}

h3 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 90%;
	color: black;
	text-align: left;
	letter-spacing: 0.05em;
	margin-top: 0.5em;
	margin-bottom: 0px;
	padding-top: 0px;
	width: 99%;
	line height: 0.5em;
}

p {
	text-align:left;
	margin:0px;
margin-top: 1em;
margin-bottom: 1em;
}


strong {
	font-weight: bold;

}

h2 strong {
	font-weight: normal;
	color: black;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #00008B;
}

a:hover {
	text-decoration: underline;
}

object {
	text-align: center;
	padding-left: 5.5%;
	padding-right: 5%;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* navigations-elemente */

.navcontainer
{
margin: 0px;
padding: 0px;
display: inline;
letter-spacing: 0.1em;
}


.rubrik {
	font-family: arial, sans-serif;
	background-color: #ffffff;
	background-image: url(bilder/lines.gif);
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 125px;
	float: left;
	text-align: center;
	vertical-align: top;
	color: #555555;
	border: #999999 solid 1px;

}

.rubrik:hover {
	color: black;
	background-color: white;
	border: black solid 1px;
	background-image: url(bilder/lines.gif);
	text-decoration: none;
}


.rubrikaktiv {
	font-family: arial, sans-serif;
	font-size: 10pt;
		font-weight: bold;
	text-decoration: none;
	display: block;
	width: 125px;
	float: left;
	text-align: center;
	vertical-align: top;
	background-color: #FFA02B;
	border: black solid 1px;
	text-decoration: none;

}

.subnavibox {
	letter-spacing: 0.1em;
	padding-top: 0px;
	vertical-align: top;	
	float: left;
	clear: right;
	margin-top: -15px;
	margin-left: -30px;
	}	

* html .subnavibox { /*hack für IE6*/
	margin-left: -15px;
	}	


.unterpunkt  {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	display: block;
	width: 125px;
	float: left;
	text-align: center;
	vertical-align: top;
	background-color: #555555;
	border: black solid 1px;
	background-image: url(bilder/lines2.gif);
}

.unterpunkt:hover  {
background-color: black;
color: White;
text-decoration: none;
}

.unterpunktaktiv  {
	color: white;
	background-color: #417729;
	font-family: arial, sans-serif;
	font-size: 10pt;
		font-weight: bold;
	text-decoration: none;
	display: block;
	width: 125px;
	float: left;
	text-align: center;
	vertical-align: top;
	border: black solid 1px;
	text-decoration: none;
}	
	
.navibild {
	display: block;
	float: left;
	vertical-align: top;
}
	
	
.beisp_aktiv {
text-decoration: underline;
}	
	
/* layout elemente allgemein */

.flashtop {
position: absolute;
height: 151px;
width: 90%;
vertical-align: top;

}

.wrapper {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 155px;
	width: 90%;
	background-color: #cccccc;
	background-image: url(bilder/bg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom: 2px solid #555555;
	border-right: 2px solid #555555;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;


} 

.content {
	color: black;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: -1px;
	margin-left: -1px;
	font-size: 0.9em;
	text-align: left;
	border: 1px;
	border-color: #9b9b9b;
	border-style: solid;
	background-color: #eeeeee;
	background-image: url(bilder/bg-head.gif);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 400px;
	clear: both;
}

.keywords, .keywords a {
color: white;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: -1px;
	margin-left: -1px;
	font-size: 0.9em;
	text-align: left;
	width:500px;
	display: none;
}

#content-li {

	max-width: 400px;
	width: 40%;
	clear: none;

	}

#content-re {

width: 500px;
height: 400px;
float: right;
	clear: none;
	display:inline;
}

.themenbild {
margin-left: 20px;
border: 1px gray solid;
float: right;
}

.foto {
	margin-right: 15px;
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
	float: left;
}

.footer {
	padding:0px;
	margin:0px;
	vertical-align: bottom;
	float: left;
	font-size: 7pt;
	margin:10px;
	float:none;
}

.footerlink {
	font-size: 7pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	clear: none;
	}
	
.footerlink-top {
	font-size: 7pt;
	color: #505050;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none;
	clear: none;
}

.liste {
	font-weight:bold;
	text-align: left;
	font-size:80%;
	color:#646464;
	background: url(bilder/pfeil.jpg) top left no-repeat;
	list-style: circle;
	padding-left: 5px;
	line-height: 1.55em;
	margin-left: 20px;
}

.listesimpel {
	list-style-type: circle;
	margin: 0px;
	padding: 0px;
	display:list-item;
	width: 300px;
}

.linkliste {
	font-weight:bold;
	font-size: 80%;
	background: url(bilder/pfeil.jpg) top left no-repeat;
	list-style: none;
	margin-bottom: 20px;
	margin-left: -35px;
	padding-left: 35px;
}

.linkliste a {
	text-decoration: none;
	color:#B7C72A;
}

.linkliste-rechts {
	font-weight:bold;
	font-size: 80%;
	text-align:right;
	background: url(bilder/pfeil2.jpg) top right no-repeat;
	padding-right: 30px;
	list-style: none;
   margin-bottom: 20px;
	vertical-align: middle;

}

.linkliste-rechts a {
	text-decoration: none;
	color:#B7C72A;
}

/* layout elemente für einzelne seiten*/

.aktuell {
	font-size: 75%;
	font-weight: normal;
	
}

.input {
	font-family: "Courier New", Courier, monospace;
	color: Blue;
	border: 1px solid gray;
	margin-bottom: 2px;
	margin-left: 2px;
}

.submit {
		background-color: Black;
		color: White;
		border: 1px solid gray;
		margin-left: 2px;
		width: 175px;
}

.submit:hover {
border-color: black;
background-color: gray;
}

.submit:active {
border-color: black;
background-color: white;
color:black;
}


/* layout elemente und HTML für formular*/


label {
width: 7em;
display:block;
text-align:left;
float:left;
}

input, textarea { 
	color: #1A4D77;
 }

legend {
	color: #555555;

}
 
#felder {
clear: both;
width: 25em;
margin-bottom: 1ex;
}

.form-li {
width:25em;
clear:none;
float:left;
}

.form-re {
width:25em;
float:left;
margin-left: 2em;
}

.textfeld {
	background-color:#ffffff;
	width:23.7em;
	border:1px solid #999999;
	display: block;
	margin-bottom: 1ex;
}

.feld {
	background-color:#ffffff;
	width:15em;
	border:1px solid #999999;
	}
	
.buttons	{
clear: both;
margin-top: 0px;
float: left;
width: auto;
text-align: center;
}
	
	
.reset-button {
	background-color:#555555;
	color:#ffffff;
	width:8em;
	border:1px solid #999999;
	float: left;
}

.submit-button {
	background-color:#555555;
	color:#ffffff;
	width:8em;
	border:1px solid #999999;
	display: block;
	float: right;
}
