body {
	background-color: #E7EDED;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	line-height:16px;
	letter-spacing:1px;
	color: #000000;
	font-size: 0.7em;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

a:active {
	text-decoration: underline;
	color: #CC0000;
}

h1 {
	font-size: 1.5em;
	margin:2px 0px 10px 0px;
	color:#333333;
}

h2 {
	font-size: 1.2em;
	margin-top:12px;
    background-color : #eeeeee;
    padding : 2px;
    display : block;
}

h3 {
	font-size: 1.0em;
	margin:10px 0px 5px 10px;
}

h4 {
	font-size: 1.1em;
	margin:10px 0px 5px 10px;
}

p:first-letter { 
	letter-spacing:1px;
	font-size:1.1em;
}

hr {
	background-color:#DDDDDD;
	color:#DDDDDD;
	height:1px;
	border-style:none;
}

/* ende Allgemeines */


/* ///// clear FLOAT ///// */

.clearfloat{
	clear:both;
}

/* ///// ENDE clear FLOAT ///// */

#headContainer {
	width:900px;
	height:200px;
	margin:0 auto;
	background-image:url(../img/head.gif);
	background-repeat:no-repeat;
}

#topContainerRight {
	width:300px;
	margin:0px 10px 0px 0px;
	padding:0px;
	float:right;
}

#datum {
	margin:0px;
	padding:25px 0px 10px 0px; 
	color: #CC0000;
	text-align:right;
}

#topForm {
	width:170px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	text-align:right;
	float:right;
}

#searchField {
	color: #434242;
	width: 120px;
	font-weight:bold;
	border: 1px solid #CC0000;
	background-color:#FCE44A;
}



#searchButton {
	color: #434242;
	width: 40px;
	font-weight:bold;
	border: 1px solid #CC0000;
	background-color:#FCE44A;
	cursor:pointer;
}

#searchField:focus, #searchField:hover #searchButton:focus, #searchButton:hover {
	border:1px solid #000;
	background-color: #FEFAE0;
}

#tastatur {
	margin-top:83px;
	text-align:right;
}

#topContainerLeft {
	width:450px;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
}

#topContainerLeftNav {
	margin:133px 0px 0px 21px;
	padding:0px;
	line-height:20px;
}

#topContainerLeftNav a:link, #topContainerLeftNav a:visited {
	text-decoration:none;
}

#contentContainer {
	width:898px;
	margin:0 auto;
	background-color: #FFFFFF;
	border-bottom: 1px solid #eece00;
	border-left: 1px solid #eece00;
	border-right: 1px solid #eece00;
	background-image:url(../img/nav_bg.gif);
	background-repeat: repeat-y;
}

#mainContent {
	width:470px;
	float:left;	
	margin:0px 0px 0px 3px;
	padding:0px 0px 0px 12px; 
	background-color: #FFFFFF;
	line-height:1.6em;
}

#mainContent .mainContentMarker {
	margin:15px 0px 3px -5px;
	width:470px;
	padding:0px 0px 0px 5px; 
	background-color: #FEFAE0;
	font-weight:bold;
	line-height:20px;
	border-bottom: 1px solid #eece00;
}

#infoContent {
	width:198px;
	margin:0px 0px 25px 0px;
	float:right;
	background-color:#FEFAE0;
	border-bottom: 1px solid #eece00;
	border-left: 1px solid #eece00;
	border-top: 1px solid #eece00;
}

.infoContentDesc {
	margin:0px 0px 3px 0px;
	padding:3px 5px 3px 5px;
	background-color: #eece00;
	font-weight:bold;
	background-image:url(../img/desc_bg.gif);
}

.infoContentTxt {
	margin:0px 0px 3px 0px;
	padding:3px 5px 3px 5px;
	line-height:1.6em;
}

/* ///// HAUPTNAVIGATION ///// */

#navcontainer { 
	float:left;
	width: 196px;
	margin:0px 0px 0px 0px;
	background-color:#FEFAE0;
	border-top: 1px solid #eece00;
	border-right:1px solid #eece00;
}

#navcontainer ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
	letter-spacing:1px;
	text-decoration:none;
}

#navcontainer a {
	display:block;
	padding:4px 0 4px 10px;
	width:186px;
	background-color:#FEFAE0;
	border-bottom:1px dotted #666;
}

#navcontainer a:link, #navlist a:visited {
	text-decoration:none;
}

#navcontainer a:hover {
	padding:4px 0 4px 5px;
	background-color:#fff;
	border-left:5px solid #eece00;
}

#navcontainer a:active {
	padding:4px 0 4px 5px;
	background-color:#fff;
	border-left:5px solid #eece00;
}

#navcontainer a#current {
	padding:4px 0 4px 5px;
	color:#CC0000;
	background-color:#fff;
	border-left:5px solid #999;
}

/* ///// ENDE HAUPTNAVIGATION ///// */


/* ///// FOOTER ///// */

#footer {
	width:900px;
	margin:0px auto;
	padding:0;
}	

#siteInfo {
	width:888px;
	margin:0 auto 0 0;
	padding:5px;
	background-color:#FFE976;
	border-bottom: 1px solid #eece00;
	border-left: 1px solid #eece00;
	border-right: 1px solid #eece00;
	text-align:center;
	background-image:url(../img/footer_bg.gif);
	background-repeat: repeat-x;
}

.pfad {
	display:none;
}

/* ///// ENDE FOOTER ///// */

.accessKey  {
	visibility:hidden;
	color: #006600;
	font-family: Courier New, Courier, mono;
	font-weight: bold;
	font-size: 1.1em;
	margin-right:5px;
	text-decoration:underline;
}


#TastaturHilfe {
	position:absolute;
	width:370px;
	height:243px;
	z-index:1;
	top: 157px;
	left: 598px;
	visibility: hidden;
	padding:10px;
	border: 2px solid #000;
	background-color:#FEFAE0;
	font-size: 11px;
}

/* ///// WEBCAM ///// */

#webcambox {
	width:680px;
	background-color: #FFFFFF;
	border-top: 1px solid #eece00;
	border-left: 1px solid #eece00;
	border-right: 1px solid #eece00;
	border-bottom: 1px solid #eece00;
	margin:25px 0px 0px 0px;
	padding:0;
	text-align:center;
}

/* ///// ENDE WEBCAM ///// */

/* ///// BILDWECHSEL ///// */

#bildwechsel {
	margin-left:5px;
}
/* ///// ENDE BILDWECHSEL ///// */


/* ///// FORMULAR ///// */
.form_line {
	position:relative;
	width:400px;
	height:20px;
	left:0px;
	margin: 0px 0px 10px 0px;
}

.form_titel {
	position: absolute;
	top:0px;
	width:150px;
	background-color: #eeeeee;
}

.form_feld {
	position: absolute;
	left:150px;
}

.feld_line {
	position:relative;
	width:400px;
	height:15px;
	left:0px;
	margin: 0px 0px 5px 0px;
}

.feld_rechts {
	position: absolute;
	left:270px;
}

/* ///// ENDE FORMULAR ///// */

/* ///// Table Gemeinderat ///// */

.firstRow {
	margin:7px 0px 3px -5px;
	width:475px;
	height:20px;
	padding:2px 0px 0px 0px; 
	background-color: #F5F5EF;
}
.secondRow {
	margin:7px 0px 3px -5px;
	width:475px;
	height:20px;
	padding:2px 0px 0px 0px; 
	background-color: #FEFCEC;
}
.firstRowZweiZeilen {
	margin:7px 0px 3px -5px;
	width:475px;
	height:38px;
	padding:2px 0px 0px 0px; 
	background-color: #F5F5EF;
}
.secondRowZweiZeilen {
	margin:7px 0px 3px -5px;
	width:475px;
	height:38px;
	padding:2px 0px 0px 0px; 
	background-color: #FEFCEC;
}
.wer {
	float:left;
	width:285px;
	padding:0;
	margin:0px 0px 0px 5px;
}
.wann {
	float:right;
	width:170px;
	padding:0; 
	margin:0px 5px 0px 0px;
	text-align:right;
}

/* //// ENDE Table Gemeinderat ///// */

/* ///// Table Ansprechparnter ///// */

.secondRowDreiZeilen {
	margin:7px 0px 3px -5px;
	width:475px;
	height:54px;
	padding:2px 0px 0px 0px; 
	background-color: #FEFCEC;
}
.rowWochentag {
	margin:7px 0px 3px -5px;
	width:475px;
	height:38px;
	padding:2px 0px 0px 0px; 
	background-color: #FFF;

}
.wochentag {
	float:left;
	padding:0;
	margin:0px 20px 0px 5px;
	text-align:right;
}

.zeit {
	float:left;
	padding:0; 
	margin:0px 5px 0px 0px;

}
.wasWochentag {
	float:left;
	width:200px;
	padding:0;
	margin:0px 0px 0px 5px;
}
.werWochentag {
	float:left;
	width:150px;
	padding:0;
	margin:0px 0px 0px 5px;
}
.direktnummer {
	float:right;
	width:100px;
	padding:0; 
	margin:0px 5px 0px 0px;
	text-align:right;
}

/* //// ENDE Table Ansprechparnter ///// */

/* ///// Galerie ///// */

.menue {
	text-decoration: none;
	background-color: #FFFFcc;
	border: 1px solid #666666;
}

.rahmen {
	border: 1px solid #FFFFFF;
}
.legende {
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
form {
	display: inline;
}

.galerieBox {
	float:left;
	width:150px;
	margin:1px;
	padding:1px;
	background-color:#fefae0;
	border: 1px solid #EECE00
}

/* ///// ENDE Galerie ///// */