/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial,sans-serif;
	font-size: 101%;
	color: #666666;
}

div, p, .text{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #666666;
}

ul, ol, li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.fett{
	font-weight: bold;
}

a{
	color: #666666;
	text-decoration: none;
}

a.text{
	text-decoration: underline;
}

a.adresse{
	color: #999999;
	text-decoration: underline;
}

a.nav_on{
	font-size: 76%;
	font-weight: bold;
	color: #666666;
}

a.nav_off{
	font-size: 76%;
	font-weight: bold;
	color: #999999;
}

.navliste{
	color: #666666;
	list-style-type:none;
	margin:0px;
	padding:0px;
	line-height: 1.1;
}

.firstnav_on{
	color: #666666;
	margin:0px;
	padding:0px;
	padding-left:5px;
	line-height: 1.1;
}

.firstnav_off{
	color: #999999;
	margin:0px;
	padding:0px;
	padding-left:5px;
	line-height: 1.1;
}

.secondnav_on{
	color: #666666;
	margin:0px;
	padding:0px;
	padding-left:15px;
	line-height: 1.1;
}

.secondnav_off{
	color: #999999;
	margin:0px;
	padding:0px;
	padding-left:15px;
	line-height: 1.1;
}

.thirdnav_on{
	color: #666666;
	margin:0px;
	padding:0px;
	padding-left:25px;
	line-height: 1.1;
}

.thirdnav_off{
	color: #999999;
	margin:0px;
	padding:0px;
	padding-left:25px;
	line-height: 1.1;
}
	
.newsteaser{
	margin:0px;
	padding:0px;
	font-size: 76%;
	color: #666666;
	font-weight: bold;
	padding-left:5px;
	line-height: 1.5;
	text-decoration: none;
	border-bottom: 1px solid #9B9B9B;
}

a.newstext{
	font-size: 100%;
	color: #999999;
	font-weight: bold;
	padding-left:110px;
	text-decoration: none;
}

.newsteaser2{
	margin:0px;
	padding:0px;
	font-size: 76%;
	color: #999999;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
}

a.newstext2{
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.formfehler {
	color: #CF3A1C;
	font-weight: bold;
}

.forminputpflicht {
	color: #999999;
	font-weight: bold;
}

.forminput {
	color: #999999; 
	font-weight: normal;
}

.formarea { 
	color: #666666; 
	font-weight: normal;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #666666;
 margin: 0px;
 padding: 0px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#inhalt{
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-size: 100%;
	border: 0px;
}

#header{
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: left;
	font-size: 100%;
	border: 0px;
}

#elemente{
	display: none;
}

#titel{
	background-color: #ffffff;
	top: 0px;
	left: 0px;
	text-align: left;
	position: absolute;
	font-size: 100%;
	border: 0px;
}

#innerTitel{
	top: 0px;
	left: 50px;
	position: absolute;
	font-weight: bold;
	text-align: left;
	font-size: 86%;
}

#body{
	top: 100px;
	left: 50px;
	position: absolute;
	font-size: 100%;
}

#navigation{
	display: none;
}

#news{
	display: none;
}

#content{
	top: 0px;
	left: 0px;
	position: absolute;
	font-size: 100%;
}

#contentTitel{
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: left;
	font-size: 86%;
	z-index: 3;
}

#contentTextRahmen{
	top: 50px;
	left: 0px;
	position: absolute;
	font-size: 100%;
	border: 0px;
}

#contentText{
	top: 0px;
	left: 0px;
	width: 500px;
	height: auto;
	position: absolute;
	text-align: left;
	padding: 10px 10px 10px 10px;
	font-size: 76%;
}

#bild{
	top: -110px;
	left: 400px;
	height: 100px;
	position: absolute;
	border: 0px;
}

#bildInhalt{
	display: none;
}

#bildText{
	display: none;
}

#adresse{
	top: -110px;
	left: 400px;
	position: absolute;
	text-align: left;
	padding: 10px 10px 10px 10px;
	color: #999999;
	font-size: 69%;
	font-weight: normal;
}

#flaggen{
display: none;
	width: 80px;
	height: 30px;
	bottom: 10px;
	right: 10px;
	position: absolute;
	z-index: 3;
}


