/*--------------------Haupt HTML-Elemente-------------------------*/
html{  
	margin:0px;
	padding:0px;
	height:101%;
}
body {  
	background-image:  url(../pics/bg.gif); 
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #333333;
	margin:0px;
	padding:0px;
	text-align:center;
}
#main {
	padding:0em;
	margin:auto;
	width:760px;
	text-align:left;
	}
#nest {
	margin:25px 0px 0px 0px;
	padding:0em 0em 0em 0em;
	clear:both;
}
/*--------------------HTML Elememente-------------------------*/
/*___________Links_____________*/
a {  
	color:#ff9900;
	text-decoration: none;
}
a:link{
	color:#ff9900;
	text-decoration: none;
	}

a:hover{
	color:#ff9900;
	text-decoration:underline;
}
a:active{
	color:#000000;
	text-decoration:underline;
}

/*___________Ende Links_____________*/
UL{
	margin:0em 0em 1em 1.2em;
	padding: 0px 0px 0em 0px;
	list-style-image: url(../images/bullet.gif);
}
UL.mehr{
	padding:.5em 0em 1em 1.3em;
	margin: 0px 0px 0em 0px;
	list-style-image: url(../images/bulletMehr.gif);
}
LI {
	margin:0px;
	padding: 0em 0em .1em 0em;
}
dl.pdf{
	padding: .5em 0px 1.5em 0px;
	margin: 0em;
}
dl.pdf dd{
	padding:.2em 0em .2em 2.5em;
	margin:0em;
	background-image: url(../images/pdficon.GIF);
	background-repeat: no-repeat;
	clear:both;
}
cite  {
	font-size:90%;
	font-style:normal;
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
}
p {
	margin:0em 0em 0em 0em;
	padding:0em 0em 1em 0em;
}
p.top {
	clear:both;
	padding:.3em 0em 0em 0em;
	margin:1em 0em 1em 0em;
	border-top: 1px solid #ececec;
	text-align:right;
}
small {
	font-size: 90%;
}
img {
	border:none;
}

/*___________berschriften_____________*/
h1 {
	font-size: 180%;
	font-weight: normal;
	margin: 0em 0em .65em 0em;
	padding:0px;
	line-height:normal;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 130%;
	margin: 0px 0px 15px 0px;
	padding-bottom:0em;
	padding:0px;
	line-height: 130%;
	color:#666666;
	
}
h3 {
	margin: 0em;
	padding:0em;
	font-size: 110%;
	line-height: 110%;
	color:#666666;
}

hr{
	border:1px solid #cccccc;
	height:1px;
}
table {
	margin:1em 0em 1em 0em;
	padding:0em;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	}
table th {
	margin:0em;
	padding:0.3em 0.3em 0.3em 0.3em;
	text-align:left;
	vertical-align:top;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ececec;
}
table td {
	margin:0em 0em 0em 0em;
	padding:0.3em 0.3em 0.3em 0.3em;
	vertical-align:top;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	
}
table.randlos {
	margin:1em 0em 1em 0em;
	padding:0em;
	border:none;
	}
table.randlos th {
	margin:0em;
	padding:0.2em 0em 0.2em 0em;
	text-align:left;
	vertical-align:top;
	border:none;
}
table.randlos td {
	margin:0em 0em 0em 0em;
	padding:0.2em 0em 0.2em 0em;
	vertical-align:top;
	border:none;
}
table.glossar {
	margin:1em 0em 1em 0em ;
	padding:0em;
	border:none;
	width:100%;
	}
table.glossar th {
	margin:0em;
	width:28%;
	padding:0em .2em .4em 0em;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	white-space: nowrap;
	border:none;
	background-color:#ffffff;
}
table.glossar td {
	width:70%;
	margin:0em 0em 0em 0em;
	padding:0em 0em .5em .2em;
	text-align:left;
	vertical-align:top;
	border:none;
}
p.glossar {
	margin:1em 0em 1.7em 0em;
	padding:0em;
}
p.glossar a {
	margin-right:.3em;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*--------------------Formulare------------------------*/
form {
	padding:0em;
	margin:0em;
	}
input, select, textarea{
	font-size:95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #999999;
}
.name {
	visibility: hidden;
}
form br, form p{
 clear: both;
 }
 
fieldset{
	border: 1px solid #cccccc;
	padding-left:0.416em;
	padding-bottom:.8333em;
	margin:1em 0em 1em 0em;
	
}
input {
}
legend {
	font-weight: bold;
	margin:0em 0em .5em 0em;
	padding:0em;
	color:#333333;
}
label  {
	width:8em;
	float:left;
	margin:0em 0em 1em .4em;
}
.checkbox {
	border:none;
	float:left;
	clear:right;
}
.browse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #999999;
}
.suche {
	float:right;  
	margin:0em 0em 0em 1em; 
	padding:0em;
}
.rot {
	color:#ff0000;
}
.hidden {
	display:none;
	visibility:hidden;
}
/*++++++++++++++++++++*/


/*--------------------Kopf------------------------*/
#kopf {
	margin:0px;
	padding:0em 0em 0em 0em;
}
#logoKopf {
	clear:both;
}
.logo {
	margin:15px 0px  0px 0px;
	padding:0px;
	clear:right;
	float:left;
	font-size:95%;
}
.kopfText {
	clear:right;
	float:left;
	padding:5px 0px 0px 0px;
	margin:30px 23px  0em 0em;
	font-size:95%;
	width:170px;
	border-top: 1px solid #999999;
	font-weight:bold;
	line-height:14px;
}
/*++++++++++++++++++++*/

/*--------------------Spalte Links-------------------------*/
.links {
	clear:right;
	float:left;
	width:170px;
	margin:0em 25px 0em 0em;
	font-size:95%;
	
}
/*___________funktionsleiste Kopf_____________*/
.funktionsleiste {
	clear:both;
	font-size:90%;
	display:block;
}
.funktL {
	margin-top:2px;
	padding:0px;
}
.funktR {
	width:145px;
	float:right;
}
.funktR dl{
	padding:0em;
	margin:0em;
	color: #333333;
	clear:both;
	white-space: nowrap;
	clear:both;
}
.funktR dl dd{
	margin: 0px;
	padding:.3px 0px 0px 0px;
	float:left;
	white-space: nowrap;
}
.funktR dl a {
	text-decoration:none;
	display:block;
	color:#333333;
	margin:0px 20px 0px 0px;
}
.funktR dl a.last {
	margin:0px 0px 0px 0px;
}
.funktR dl a:hover{
	text-decoration:none;
	color:#ff9900;
}
.funktR dl a:active {
	text-decoration: none;
	color: #ff9900;
}
.funktR dl .active {
	text-decoration:none;
	color:#333333;
}


/*Ende Haupt

/*___________Hauptnavigation Kopf_____________*/
dl.hauptNav{
	width:760px;
	padding:0em;
	margin-top:10px;
	color: #333333;
	font-weight: bold;
	clear:both;
	white-space: nowrap;
	clear:both;
	background-color:#ff9900;
	height:27px;
}
dl.hauptNav dd{
	margin: 0px;
	padding:.3px 0px 0px 0px;
	float:left;
	white-space: nowrap;
}
dl.hauptNav a {
	color:#333333;
	text-decoration:none;
	padding:5px;
	display:block;
	height:15px;
	background-color:#ff9900;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 40px 0px 0px;
}
dl.hauptNav a.first {
	width:175px;
	margin:0px;
}
dl.hauptNav a:hover{
	text-decoration:none;
	color:#333333;
}
dl.hauptNav a:active {
	text-decoration: none;
	color: #ff9900;
}

dl.hauptNav a.active {
	color:#333333;
	
	text-decoration:none;
}

/*Ende Haupt */

.suche {
	float:right;
	width:145px;
}

/*___________Subnavigation_____________*/
dl.subNav01 {
	margin:0px 0px 0px 0px;
	padding:0px;
	width:100%;
	border-top: 1px solid #ff9900;
	
}
dl.subNav01 dd{
	margin:0px 0px 0px 0px;
	padding: 0em;
	color:#ff9900;
}
dl.subNav01 dd.last{
	margin:0px 0px 0px 0px;
	padding: 0em;
	color:#ff9900;

}

/*Subnavigation Links*/
dl.subNav01 a {
	color:#333333;
	text-decoration:none;
	padding:.5em 0em .5em 0em;
	display:block;
	border-bottom: 1px solid #ff9900;
}
dl.subNav01 a:hover{
	text-decoration:none;
	color:#ff9900;
	border-bottom:1px solid #ff9900;
}
dl.subNav01 a:active {
	text-decoration: none;
	color: #ff9900;
}
dl.subNav01 .active {
	text-decoration: none;
	color:#ff9900;
	padding:.5em 0em .5em 0em;
	border-bottom:1px solid #ff9900;
}
.active {
	color:#ff9900;
}
/*___________Subnavigation_____________*/
dl.subNav02 {
	margin:0em 0em 1em 1em;
	padding:.3em 0em .3em 0em;
	border:none;
	font-size:95%;
}
dl.subNav02 dd{
	margin:0em 0em 0em 0em;
	padding:.2em 0em .2em 0em;
	border-bottom: 1px dotted #ececec;
	}

/*Subnavigation Links*/
dl.subNav02 a{
	color:#000000;
}
dl.subNav02 a:hover{
	color:#ff9900;
	text-decoration:none;
}
dl.subNav02 .active{
	color:#ff9900;
	text-decoration:none;
	background-color:none;
	padding:0em 0em 0em 0em;
}

.imageLinks {
	margin:20px 0px 20px 0px;
	text-align:right;
}

/*++++++++++++++++++++*/

/*--------------------Inhalt-------------------------*/

.inhalt {
	width:388px;
	margin:0em 0px 20px 0px;
	padding:0em;
	clear:right;
	float:left;
}
#inhaltBreit {
	width:580px;
	margin:0em 0px 20px 0px;
	padding:0em;
	clear:right;
	float:left;
}
.teaserBild {
	
}
.teaser {
	position:absolute;
	top:330px;
	z-index:1;
	font-size:23px;
}
.gelb {
	color:#ff9900;
	font-weight:bold;
}

/*++++++++++++++++++++*/

/*---------------------Spalte Rechts-------------------------*/

.rechts{
	clear:right;
	float:left;
	font-size:95%;
	margin:0 0 0 20px;
	padding:0px 0 0;
	width:145px;
}
/*++++++++++++++++++++*/
/*--------------------Fuss der Seite------------------------*/

#fuss {
	clear:both;
	padding:5px 0em 0em 0em;
	margin:20px 0em 0em 0em;
	color:#999999;
	font-size:90%;
	border-top: 1px solid #ff9900;
	display:block;
}
.fussRechts {
	clear:right;
	float:left;
	width:170px;
	margin:0em 20px 0em 0em;
	padding:0px;
}
.fussMitte {
	width:570px;
	margin:0em;
	padding:0px;
	clear:right;
	float:left;
}
.elemL {
	width:45%;
	float:left;
	clear:right;
}
.elemR {
	width:50%;
	float:right;
	text-align:right;
}

#fuss a {
	color:#999999;
	text-decoration:none;
}
#fuss a:hover{
	text-decoration:none;
	color:#ff9900;
}
#fuss .active{
	color:#ff9900;
}
/*++++++++++++++++++++*/

/*--------------------Bilder-------------------------*/
.textR {
	float:left;
	margin:0em 1em .5em 0em;
	padding:0em 0em 0em 0em;
}
.imgLogo {
	margin:0 0 2px 0;
	padding:0px;
}
p.clear {
	clear:both;
	margin:0px;
	padding:0px;
}
.schwarz {color: #333333}
.gruen {	color: #00CC33;
	font-weight: bold;
}
