@import url(navigation.css);
@import url(grundelemente.css);
@import url(lightbox.css);

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: center;
	background-color: #ededed;
	margin: 0 auto 15px;
	padding: 0; }

#accesskeys {
	position: absolute;
	top: -300px; }
#wrapper {
	background-color: #cecece;
	text-align: left;
	width: 820px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	border-left: 160px solid #903;
	border-right-width: 0; }
.homewrapper {
	background-image: url(/pictures/home_bg.jpg);	
	background-repeat: no-repeat;
	background-position: right bottom;
 }
#startnews {
	min-height: 240px;
}
*html #startnews {
	height: 240px;
}
#navi {
	width: 160px;
	position: relative;
	z-index: 10;
	float: left;
	margin-left: -160px; }
/*=haeder
--------------------------------------*/
#haeder {
	background-color: #cecece;
	height: 140px;
	z-index: 5;
	position: relative;
	margin-left: -160px;
	border-bottom: 28px solid #903; }
#haederbild {
	background-repeat: no-repeat;
	position: absolute;
	top: 9px;
	left: 24px;
	width: 627px;
	height: 145px;
	z-index: 5;
	float: left; }
.bild1 { 
	background-image: url(/pictures/haeder_bild1.jpg); }
.bild2 { 
	background-image: url(/pictures/haeder_bild2.jpg); }
.bild3 { 
	background-image: url(/pictures/haeder_bild3.jpg); }
.bild4 { 
	background-image: url(/pictures/haeder_bild4.jpg); }
.bild5 { 
	background-image: url(/pictures/haeder_bild5.jpg); }



#haeder img {
	position: absolute;
	right: 0;
	z-index: 10;
	float: right;
	margin-top: 62px; }
#haeder a img {
	border-style: none; }
/*=content
 --------------------------------------*/
#content {
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 15px;
min-height:260px;
height:expression(this.scrollHeight > 260 ? "auto":"260px");
 }
*html #content { /* breite fuer IE-3px-bug */
	width: 750px; }
/*=home
--------------------------------------*/
.folge {
	background-image: url(/pictures/village.gif);
	padding-bottom: 55px; }
.home {
	padding-bottom: 100px;
	background-image: url(/pictures/village_home.gif);}


h1 {
	color: #903;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 8px; }
h2, .titel {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 8px; }
h3 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0; }
p {
	margin-top: 0; }
.normal, table, td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px; }
a {
	color: #903; }
a:hover {
	text-decoration: none; }
ul {
	list-style-type: square; }

table.tabledesign {
	}
table.tabledesign th {
	padding: 3px 15px 3px 0;
	background-color: #fff;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	}
table.tabledesign td {
	padding: 3px 15px 3px 0;
	border-bottom: 1px solid #000;
	}




/*=footer
--------------------------------------*/
.slogan {
color: #fff;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	padding: 3px 0 3px 0;
	margin: 0 0 0 230px;;


}

#footer {
	background-color: #000;
	margin-left: -160px;
	padding-left: 190px; }
#footer p {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	padding: 3px 0 3px 0;
	margin: 0 }
#footer address {
	color: #fff;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	position: relative;
	left: -165px;
	float: left;
	margin-top: -90px; }
#footer ul {
	background-color: #000;
	margin: 0;
	padding: 3px 0 3px 0;
	list-style-type: none; }
#footer ul li {
	display: inline; }
#footer ul li a {
	color: #fff;
	font-size: 10px;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-right: 15px;
	padding-left: 17px; }
.gotop {
	background-image: url(/pictures/icon_gotop.gif); }
.print {
	background-image: url(/pictures/icon_print.gif); }
.homepage {
	background-image: url(/pictures/icon_home.gif); }
.invis {
	display: none; }



/* ---= formular =--- */
form {
	margin:0;
	padding: 0;
}

label {
	color: #000;
	float: left;
	width: 120px;
}

label:hover, 
label:focus, 
.formsubmit:hover {color: #990033}


.suchfeld, .anfrage, .plz, .ort {
	color: #666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding-left: 3px;
	height: 15px;
	border: 1px solid #aaa;
	vertical-align: top;
}

.suchfeld {width: 250px}
.plz {width: 60px;}
.ort {width: 180px;}
.anfrage {width: 300px; height: 150px;}

.formsubmit {
	margin-left: 140px;
	color: #000;
	font-size: 10px;
background-color: #CECECE;
	padding: 0;
	border: 0;
	border-bottom: 1px dashed #fff;
}

.suchfeld:focus, 
.suchfeld:hover, 
.anfrage:hover, 
.anfrage:focus, 
.plz:focus, 
.plz:hover, 
.ort:focus, 
.ort:hover {
	color: #000;
	border: solid 1px #666;
	}

#volltextsuche input.suchfeld {
	font-size: 10px;
	color: #fff;
	padding: 2px;
	width: 85px;
	font-weight: bold;
	border: 1px solid #7f7f7f;
}
	
#volltextsuche input.formsubmit {
	color: #4e4e4e;
	font-size: 10px;
	background-color: #fff;
	margin-left: 4px;
	padding: 1px;
	padding-left: 10px;
	background-image: url("/pictures/searcharrow_bg.gif");
	background-repeat: no-repeat;
	background-position: 0 center;
	border: 0;
}

#volltextsuche input.suchfeld:focus,
#volltextsuche input.suchfeld:hover {
	color: #363636;
}

#volltextsuche input.formsubmit:hover,
#volltextsuche input.formsubmit:focus {
	color: #4e4e4e;
	cursor: pointer;
}

input, select, textarea {
	margin: 0;
	padding: 2px;
}

input, select {
	vertical-align: middle;
}

textarea {
	width: 200px;
	height: 8em;
}
/* ---= end formular =--- */

#created {
margin: 10px 0 0 830px;
color: #a0a0a0;
font-family: arial;
font-size:11px;
}
#created a {
text-decoration:none;
color: #a0a0a0;
font-size:11px;
}

#created a:hover {
text-decoration:underline;
color: #616161;
}

