/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #fdf5db;
	margin: 0px;
	padding: 0px;
	text-align: center;
	scrollbar-face-color: #fdf5db; 
	scrollbar-highlight-color: #fdf5db; 
	scrollbar-shadow-color: #fdf5db; 
	scrollbar-3dlight-color: #9B9B9B; 
	scrollbar-arrow-color: #9B9B9B; 
	scrollbar-track-color: #CCCCCC; 
	scrollbar-darkshadow-color: #9B9B9B;
	font-family: Arial,sans-serif;
	font-size: 101%;
	color: #666666;
}

div, p, .text{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #666666;
}

p{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

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:5px 0px 2px 0px;
	padding:0px;
	font-size: 76%;
	color: #666666;
	font-weight: bold;
	padding-left:5px;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #9B9B9B;
}

.newstext{
	margin:0px;
	padding:0px;
	font-size: 76%;
	color: #666666;
	font-weight: bold;
	padding-left:5px;
	text-decoration: none;
	text-align: left;
}

.newsteaser2, .newstext2{
	margin:0px;
	padding:0px;
	font-size: 76%;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

a.newstext2{
	color: #666666;
	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: 114%;
 font-weight: bold;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 104%;
 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{
	width: 800px;
	height: 580px;
	margin: auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border: 1px solid #9B9B9B;
	font-size: 100%;

}

#header{
	width: 800px;
	height: 50px;
	top: 0px;
	left: 0px;
	position: relative;
	font-size: 100%;
	background-color: #fdf5db;
	border: 1px solid #9B9B9B;
}

#elemente1{
	width: 275px;
	height: 50px;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: left;
}

#elemente2{
	width: 250px;
	height: 50px;
	top: 0px;
	left: 275px;
	position: absolute;
	text-align: center;
}

#elemente3{
	width: 275px;
	height: 50px;
	top: 0px;
	left: 525px;
	position: absolute;
	text-align: right;
}

#body{
	width: 800px;
	height: 500px;
	top: 0px;
	left: 0px;
	position: relative;
	font-size: 100%;
}

#navigation{
	width: 225px;
	height: 300px;
	top: 0px;
	left: 0px;
	position: absolute;
	font-size: 100%;
}

#logo{
	background: url(../images/logo.gif) no-repeat top left; 
	width: 58px;
	height: 294px;
	top: 0px;
	left: 0px;
	position: absolute;
}

#menue{
	width: 160px;
	height: auto;
	top: 10px;
	left: 60px;
	position: absolute;
	font-weight: bold;
	text-align: left;
	font-size: 100%;
}

#news{
	width: 200px;
	height: 200px;
	top: 280px;
	left: 45px;
	position: absolute;
	z-index: 1;
	font-size: 100%;
}

#newsTitel{
  display: none;
	width: 170px;
	height: 20px;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: right;
	font-weight: bold;
	font-size: 93%;
}

#newsText{
	width: 175px;
	height: 200px;
	top: 20px;
	left: 0px;
	position: absolute;
	text-align: left;
	padding: 5px 15px 5px 5px;
	font-size: 100%;
	border: 1px solid #9B9B9B;
	background-color: #fdf5db;
}

#content{
	width: 385px;
	height: 500px;
	top: 0px;
	left: 230px;
	position: absolute;
	z-index: 2;
	font-size: 100%;
}

#contentTitel{
	width: 380px;
	top: 20px;
	left: 0px;
	position: absolute;
	text-align: right;
	font-size: 86%;
	z-index: 3;
}

#contentTextRahmen{
	width: 400px;
	height: 450px;
	top: 50px;
	left: 0px;
	position: absolute;
	border: 1px solid #9B9B9B;
	background-color: #ffffff;
	font-size: 100%;
}

#contentText{
	width: 360px;
	height: 435px;
	top: 2px;
	left: 0px;
	position: absolute;
	text-align: left;
	padding: 5px 10px 5px 10px;
	overflow: auto;
	font-size: 76%;
}

#bild{
	width: 175px;
	height: 255px;
	top: 20px;
	right: 5px;
	position: absolute;
	border: 1px solid #9B9B9B;
	background-color: #ffffff;
	z-index: 3;
}

#bildInhalt{
	top: 5px;
	left: 5px;
	position: absolute;
}

#bildText{
	width: 130px;
	height: 200px;
	top: 280px;
	right: 5px;
	position: absolute;
	text-align: left;
	padding: 10px 10px 10px 10px;
	z-index: 3;
	font-size: 69%;
}

#bild1{
	width: 160px;
	height: 160px;
	top: 15px;
	right: 15px;
	position: absolute;
	border: 1px solid #9B9B9B;
	background-color: #ffffff;
	z-index: 3;
}

#bildInhalt1{
	top: 5px;
	left: 5px;
	position: absolute;
}

#bild2{
	width: 160px;
	height: 160px;
	top: 185px;
	right: 15px;
	position: absolute;
	border: 1px solid #9B9B9B;
	background-color: #ffffff;
	z-index: 3;
}

#bildInhalt2{
	top: 5px;
	left: 5px;
	position: absolute;
}

#bild3{
	width: 160px;
	height: 160px;
	top: 355px;
	right: 15px;
	position: absolute;
	border: 1px solid #9B9B9B;
	background-color: #ffffff;
	z-index: 3;
}

#bildInhalt3{
	top: 5px;
	left: 5px;
	position: absolute;
}

#adresse{
	width: 150px;
	height: 200px;
	top: 330px;
	left: 45px;
	position: absolute;
	text-align: left;
	padding: 5px 5px 10px 10px;
	z-index: 3;
	color: #999999;
	font-size: 69%;
	font-weight: bold;
}

