/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Formular, Links und Ueberschriften in der rechten Spalte											   */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#rechte_spalte form
{
	padding: 10px;
	margin-bottom: 10px;
}
#rechte_spalte form label, #rechte_spalte form p
{
	display: block;
	color: #6aaf23;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.2em;
}
#rechte_spalte form input.text
{
	display: block;
	width: 172px;
	border: 1px solid #6f95ad;
	color: #6f95ad;
	background: #e9f6ff;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.8em;
	padding: 3px;
}
#rechte_spalte form input.button
{
	float: right;
	border: none;
	color: #6e94ac;
	background: #e9f6ff;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.8em;
	padding: 10px 30px 10px 10px;
}

#rechte_spalte h2
{
	clear: both;
	margin: 0 1px;
	padding: 10px;
	background: #afd5ed;
	border: 1px solid #e9f6ff;
	border-left: none;
	border-right: none;
	color: #ffffff;
	font-size: 1.6em;
}
#rechte_spalte ul
{
	padding: 10px;
}
#rechte_spalte li
{
	color: #6f95ad;
	font-size: 1.2em;
	margin-bottom: 0.7em;
}

#rechte_spalte li a
{
	color: #ffffff;
	text-decoration: none;
}
#rechte_spalte li a:hover
{
	text-decoration: underline;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Eintraege																							   */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

.eintrag
{
	clear: both;
	margin-bottom: 50px;
}

.eintrag h1
{
	margin: 0;
	font-size: 1.8em;
	color: #6e94ac;
	background: #cdebff;	
	padding: 15px 25px;
	*display: inline-block;
}

.eintrag p.datum
{
	margin-right: 0;
	padding: 5px 25px 7px;
	color: #759bb3;
	background: #daf0ff;
	text-align: right;
	font-size: 1.2em;	
	font-weight: bold;
}

.eintrag .textdetail
{
	font-size: 1.5em;
	line-height: 1.4em;	
	margin: 25px;
}

.eintrag .textdetail ul
{
	margin-left: 100px;
}

.eintrag .beschreibung
{
	float: left;
	padding: 15px 25px 0px 25px;
}


.eintrag .beschreibung .startbild
{
	float: left;
	display: inline;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 125px;
}

.eintrag .beschreibung span.text
{
	float: right;
	width: 425px;
	text-align: left;
	font-size: 120%;
	ffont-size: 1.5em;
	line-height: 1.4em;	

}



/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Kommentare														   									   */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

.kommentar
{
	clear: both;
	margin-bottom: 25px;
}

.kommentar h2
{
	margin: 15px 25px 5px;
	padding: 0 0 0 1em;
	font-size: 1.2em;
	line-height: 1em;
	color: #6aaf23;
	border-left: 1em solid #6aaf23;
}
.kommentar p
{
	margin: 0 25px;
	padding-top: 5px;
	border-top: 1px solid #6aaf23;
	font-size: 1.1em;	
}
.kommentar span.datum
{
	float: right;
	font-size: 0.9em;
	padding: 0;
	color: #6aaf23;
	text-align: right;
	font-weight: normal;
}

/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Kommentar schreiben																					   */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

.kommentar_schreiben
{
	clear: both;
	margin-bottom: 25px;
}

.kommentar_schreiben h1
{
	margin: 0;
	padding: 15px 25px;
	font-size: 1.8em;
	color: #bddc9f;
	background: #e9f3de;	
}
.kommentar_schreiben form
{
	margin: 25px;
}
.kommentar_schreiben form #links
{
	float: left;
	width: 160px;
}
.kommentar_schreiben form #rechts
{
	float: left;
	width: 320px;
	margin-left: 20px;
}

.kommentar_schreiben form label
{
	display: block;
	color: #6aaf23;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.2em;
}
.kommentar_schreiben form input.text
{
	display: block;
	width: 152px;
	border: 1px solid #6aaf23;
	color: #6aaf23;
	background: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.8em;
	padding: 3px;
}
.kommentar_schreiben form textarea
{
	display: block;
	width: 320px;
	height: 120px;
	border: 1px solid #6aaf23;
	color: #6aaf23;
	background: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.8em;
	padding: 3px;
}
.kommentar_schreiben form input.button
{
	float: left;
	border: none;
	color: #6aaf23;
	background: #e3f0d6;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.8em;
	padding: 10px 30px 10px 10px;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  statische Seiten  */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


.content
{
	clear: both;
	margin-bottom: 50px;
	padding: 15px 25px;
  xwidth: 500px;
}


.content .text
{
	float: left;
	margin-bottom: 10px;
}

.content h1
{
	margin: 0;
	font-size: 1.8em;
	color: #6e94ac;
	padding-bottom: 25px;
}

.content p, .content ul, .content em,  .content label, .content legend
{
	font-size: 1.2em;	
}


.content li
{
	margin-bottom: 0.5em;	
}


.tabelle
{
	border-collapse: collapse;
	width: 550px;
	font-size: 1.2em;
	margin-bottom: 50px;

}

.tabelle th
{
	font-style: italic;
}

.tabelle th, .tabelle td
{
	margin: 0;
	padding: 5px 0px;
	text-align: left;
	bborder-bottom: 1px solid #E6E8D9;
	vertical-align: top;
}

.tabelle .name
{
	text-align: left;
}

.tabelle td a
{
	display: block;
	padding-bottom: 5px;
}

.tabelle td.zweihundert, .tabelle th.zweihundert
{
	width: 350px;

}

.tabelle td.einhundert, .tabelle th.einhundert
{
	width: 100px;
	text-align: right;
}




/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  kontakt                                                    */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#kontaktformular
{
	width: 500px;
	margin: 0 auto 20px auto;
}

#kontaktformular fieldset
{
	padding-bottom: 20px;
	border: 1px solid #172982;	
}

#kontaktformular legend
{
	padding: 0 10px;
	color: #000;
	font-weight: bold;
	margin: 10px;
}

#kontaktformular label
{
	float: left;
	width: 10em;
	text-align: right;
}

#kontaktformular .zeile
{
	float: left;
	margin: 5px 0;
	display: inline;
}


#kontaktformular .mussfeld
{
	float: left;
	width: 300px;
	border: 1px solid #172982;
	margin-left: 10px;
}


#kontaktformular .textfeld
{
	float: left;
	width: 300px;
	height: 200px;
	border: 1px solid #172982;
	margin-left: 10px;
}

#kontaktformular .senden
{
	float: left;
	margin-left: 10px;
}


#bilder
{
	clear: both;
}

#bilder a
{
	float: left;
	display: inline;
	margin: 14px;
	padding: 4px;
	border: 1px solid #ffffff;
}
#bilder a:hover
{
	padding: 2px;
	border: 3px solid #ffffff;
}
#bilder a img
{
	border: none;
}


.highlight
{
	display: none;
}
