/*--------------------------------------*\
		css-ecs
\*--------------------------------------*/
body
{
	text-align:center;
	background-color: #white;

	font-family: tahoma, sans-serif;
	font-size: 10pt;
	color: black;
	padding:20px;
}

/*--------------------------------------*\
		titel
\*--------------------------------------*/
#kopf{
	display:block;
	width:750px;
	height:80px;
	margin: 0px  auto;
	background-color:#fc1;
	position: static;
	text-align: left;
	}
#kopf img{
	float:left;
	margin:15px 15px 10px 20px
	}	
#kopf h1{
	font-family: geneva, arial, helvetica, san-serif;
	font-weight: normal;
	font-size:18pt;
	color:black;
	margin:40px 0px 10px 0px;
	padding: 25px 0 0 125px;
	}
	

/*--------------------------------------*\
		menue
\*--------------------------------------*/
#nav_o{
	display:block;
	width:750px;
	height:19px;
	margin: 0px  auto;
	padding:0px;
	background-color:white;
	border-color: white;
	border-width: 1px 0px;
	border-style: solid;
	}
#nav_i{
	width:100%;
	height:100%;
	margin: 0px  auto;
	padding-top:2px;
	text-align: center;
	border-color: #fc1;
	border-width: 1px 0px;
	border-style: solid;
	}
#nav_i a {
	padding: 2px 2px 3px 3px;
	}
#nav_i .a {
	background-color:#fbf4ca;/**/
	border:1px solid #fc1;
}
#nav_i a:hover {
	background-color:#fc1; /*dunkelgelb*/
	text-decoration: none;
	color:#000;
	}
 

/*--------------------------------------*\
		fusszeile
\*--------------------------------------*/
#unten_o{
	display:block;
	width:750px;
	float:none;
	clear:both;
	margin: 0px  auto;
	padding: 0px;
	background-color:#fc1;
	border-color: #fc1;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	}
#unten_i{
	width:100%;
	height:100%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-color: white;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	}
.copy
{
	color: #006;
	font-size: 9px;
	margin:0px;
	padding:0px;
	border:0px;
	}
	

/*--------------------------------------*\
		inhalt
\*--------------------------------------*/
#inhalt{
	display:block;
	width:750px;
	margin: 0px  auto;
	padding:0px;
	border:none;
	background-color:white;
	text-align: left;
	}
#div_links{
	width:510px;
	float:left;
	margin:0;
	border:0;
	padding:0;
	}
#div_rechts_schmal{
	width: 188px;
	float: left;
	margin: 35px 0px 20px 50px;
	border: 0;
	padding: 0;
}

.div_rechts_kasten {
	margin: 10px 0px 30px 0px;
	border: 1px solid #fc1;
	padding:0;
	}
.div_rechts_kasten .absatz {
	background-color:#fc1;
	text-align:left;
	font-weight: bold;
	font-size: 12pt;
	margin: 0px;
	border: 0;
	padding: 8px;
}
.div_rechts_kasten .liste {
	width:120px;
	margin: 5px 0px 0px 0px;
	border: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: normal;
	text-align:left;
	color: black;
	list-style-type: square;
}
.div_rechts_kasten .logo{
	margin: 12px 0 0 0;
	border: 0px;
	padding: 0px;
	text-align:center;
}

.text
{
	font-size: 10pt;
	color: black;
	margin-left: 35px;
	margin-right: 20px;
	font-weight: lighter;
}
.liste
{
	margin-top: 5px;
	font-size: 10pt;
	color: black;
	margin-left: 7pt;
	margin-right: 20pt;
	font-weight: normal;
	list-style-type: square;
}
.listeOhne {
	margin-top: 5px;
	font-size: 10pt;
	color: black;
	margin-left: 7pt;
	margin-right: 20pt;
	font-weight: normal;
	list-style-type:none
}
.cebulon {
	font-family: "book antiqua";
	font-size: 20pt;
	font-style: italic;
	color: #cccccc;
}
.ueberschrift {
	font-size:18pt; 
	color:black; 
	font-family: geneva, arial, helvetica, san-serif; 
	}
.titel {
	font-weight: bold;
	font-size: 15pt;
	color: black;
	margin-top: 20px;
	margin-bottom: 3px
}
.absatz {
	font-weight: bold;
	font-size: 12pt;
	color: black;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 40px;
	padding: 6px 5px 0px 2px;
}
.reg {
	font-size: 7pt;
}
a {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: underline;
	color:#00f;
	}
img {
	text-decoration: underline;
	border:0px;
	margin:0px;
	padding:0px;
}
