/* Alles erstmal auf Null */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Body & HTML Definitionen */
html, body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Verdana,Arial,sans-serif,Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 13px; /* Zeilenabstand */
	color: #151515;
	height: 100%;
	background:#929292 url(/internet/templates/1/bilder/bg_body.gif) repeat-x;
}

h1 {
	text-align: left;
	color: #EF181F;
	font-size: 16px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
}

h3 {
	font-size:11px;
	color:#EF181F;
}

p {
	margin-bottom: 6px;
	margin-top: 3px;
}


hr {
	height: 1px;
	clear:both;
	border: 1px solid #cccccc;
}

a {
	text-decoration: underline;
	font-size: 12px;
	color: #000;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

form {
	margin: 0px;
}

img {
	display: block;
}

/* Formular */
.bezeichnung {
	float: left;
	text-align: left;
}

.zeile {
	padding: 2px 0px 2px 0px;
	clear : both;
}

.feld {
	text-align: left;
}


/* Men? Pfad */

.menue_pfad {
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 2px 0px 2px 20px;
}

.menue_pfad a {
	text-decoration: none;
	font-size: 12px;
	color: #000066;
	letter-spacing: 1px;
}

.menue_pfad a:hover {
	text-decoration: none;
}

.menue_pfad a:active {
	text-decoration: none;
}

/* Menue Horizontal */

.menue_horizontal {
	list-style-type: none;
	margin-right: 25px;
	padding: 0px;
	float: right;
}

.menue_horizontal .linie {
	margin-top: 3px;
	width: 1px;
	height: 13px;
	font-size: 11px;
	background-color: #ffffff;
	/*line-height: 0px;*/
}

.menue_horizontal li {
	float: left;
	margin: 0;
}

.menue_horizontal_a {
	height: 19px;
	background-image: url(/bilder/button1_m.gif);
}

.menue_horizontal_a .links {
	float: left;
	width: 5px;
	/*line-height: 19px;*/
	background-image: url(/bilder/button1_l.gif);
	background-repeat: no-repeat;
}

.menue_horizontal_a .rechts {
	float: left;
	width: 5px;
	/*line-height: 19px;*/
	background-image: url(/bilder/button1_r.gif);
	background-repeat: no-repeat;
}

.menue_horizontal_a a {
	float: left;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	font-size: 11px;
	color: #ffffff;
	/*font-weight: bold;*/
	letter-spacing: 1px;
}


.menue_horizontal_a a:hover {
	text-decoration: underline;
	color: #faf2b5;
}

.menue_horizontal_a a:active {
	text-decoration: none;
}


.menue_horizontal_b {
	height:19px;
	background-image: url(/bilder/button2_m.gif);
}

.menue_horizontal_b .links {
	float: left;
	width: 5px;
	/*line-height: 19px;*/
	background-image: url(/bilder/button2_l.gif);
	background-repeat: no-repeat;
}

.menue_horizontal_b .rechts {
	float: left;
	width: 5px;
	/*line-height: 19px;*/
	background-image: url(/bilder/button2_r.gif);
	background-repeat: no-repeat;
}

.menue_horizontal_b a {
	float: left;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	font-size: 12px;
	/*line-height: 19px;*/
	color: #faf2b5;
	/*font-weight: bold;*/
	letter-spacing: 1px;
}

.menue_horizontal_b a:hover {
	text-decoration: none;
}

.menue_horizontal_b a:active {
	text-decoration: none;
}


/* Men? Vertikal */
.menue_vertikal {
	width: 190px;
	left:0px;
	list-style-type: none;
	border-top:1px solid #fff;
	overflow: hidden;
	background-color: #E0E0E0;
}

.menue_vertikal p {
}

.menue_vertikal li {
  border-bottom:1px solid #fff;
  padding-left:25px;  
}

.menue_vertikal_1_a a {
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;  
	line-height:25px;	
	color:#000;
	font-weight:normal;
}

.menue_vertikal_1_a a:hover {
	text-decoration: none;		
}

.menue_vertikal_1_a a:active {
	text-decoration: none;
}

.menue_vertikal_1_b {   
        background:#E2C8C9;
}

.menue_vertikal_1_b a {
	text-decoration: none;
	font-size: 10px;
	color: #EF181F;
	font-weight: bold;
	letter-spacing: 1px;  
	line-height:25px;
}

.menue_vertikal_1_b a:hover {
	text-decoration: none;
}

.menue_vertikal_1_b a:active {
	text-decoration: none;
}

.menue_vertikal_2_a a {
	text-decoration: none;
	font-size: 10px;
	color: #ff0000;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: 1px;
	padding-left: 10px;
}

.menue_vertikal_2_a a:hover {
	text-decoration: none;
	color: #333333;
}

.menue_vertikal_2_a a:active {
	text-decoration: none;
}

.menue_vertikal_2_b a {
	text-decoration: none;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: 1px;
	padding-left: 0px;
}

.menue_vertikal_2_b a:hover {
	text-decoration: none;
}

.menue_vertikal_2_b a:active {
	text-decoration: none;
}

/* Nachricht */
.nachricht {
	text-align: justify;
	margin: 10px; 10px; 20px; 5px;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

.nachricht h1 {
}

.nachricht a {
}

.nachricht a:hover {
}

.nachricht a:active {
}

.nachricht ul {
	list-style-position: outside;
}

.nachricht ol {
	list-style-position: outside;
}

.nachricht table tr td {
	padding-left: 2px;
	padding-right: 2px;
}

/* Bild */
.bild {
	float: left;	
	margin:0px;
}

.bildunterschrift {
	text-align: left;
	padding: 1px;
	font-size: 10px;
	margin-bottom: 0px;
	color:#777;
}

.bild img {
	/*border:1px solid #EF181F;*/	
}

/* Galerie */

#galerie {
	min-width: 600px;
}

#galerie img {
	display: inline;
	border: 0px;
}

#galerie #kopf {
	text-align: justify;
	font-size: 12px;
	color: #000000;
	border: 1px;
}

#galerie #kopf h1 {
}

#galerie .drittel{
	width: 33%;
	text-align: center;
	float: left;
	padding: 20px 0px 20px 0px;
}

#galerie .thumbnail {
	float: left;
	text-align: center;
	padding: 2px 0px 2px 0px;
}

#galerie .ausgabe {
	text-align: center;
	padding: 2px 0px 2px 0px;
}

#galerie .bezeichnung {
	width: 90px;
}

#galerie .uebersicht{
	width: 33%;
	text-align: center;
	float: left;
	padding: 5px 0px 5px 0px;
}

#galerie #tv {
	width: 330px;
	height: 250px;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
}

#galerie #tvmenue {
	width: 330px;
	text-align: center;
}

#galerie h1 {
	text-align: left;
	color: #EF181F;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

#abfallsms {
	padding: 0px;
}

#abfallsms .bezeichnung {
	width: 90px;
}

#gaestebuch {
	padding: 0px;
	width: 600px;
}

#gaestebuch .bezeichnung {
	width: 90px;
}

#gaestebuch .kopf {
	font-weight: bold;
}

#gaestebuch .kopf img {
	display:inline;
}

#benutzer {
	padding: 0px;
}

#benutzer .bezeichnung {
	width: 100px;
}

.meldung {
	width: 150px;
	border-color: #003a84;
	background-color: #ffffff;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #ff0000;
}

.meldung h1 {
	width: 147px;
	font-size: 11px;
	line-height: 12px;
	padding: 2px 2px 2px 2px;
	margin:0px;
	color: #ffffff;
	background-color: #ff0000;
}

.meldung p {
	width: 130px;
	font-size: 10px;
	padding: 0px 2px 0px 2px;
	color: #333333;
}

.meldung a {
	font-size: 9px;
	color: #333333;
}


/* Formular Elemente */
.button {
	background-color:#E2C8C9;
	color: #EF181F;
	height: 18px;
	border: solid 1px #EF181F;
}

.image {
}

.submit {
	background-color:#E2C8C9;
	color: #EF181F;
	height: 18px;
	border: solid 1px #EF181F;
}

input {
  margin:2px;
}

.reset {
}

.checkbox {
}

.radio {
}

.select {
	font-family: Verdana,Arial,sans-serif,Helvetica;
	font-size: 11px;
}

.file {
	border: solid 1px #b9c9dd;
}

.textarea {
	font-family: Verdana,Arial,sans-serif,Helvetica;
	font-size: 12px;
	border: solid 1px #333333;
	width: 300px;
}

.text {
	border: solid 1px #333333;
	width: 300px;
}

.password {
	border: solid 1px #333333;
	width: 300px;
}

/* Eigene Styles */

#Container {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	background: #fff;
	overflow: hidden;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
}

/* -------------- KOPF-BEREICH -------------- */
#Header {
	height: 131px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-color: #666;
	/*overflow:hidden;*/
}

#Datum {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 216px;
	line-height: 22px;
        height: 22px;
	background-color: #666;
	color: #ffffff;
	font-size: 10px;
}

#MenueOben {
	float: right;
	width: 529px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
        height: 22px;
	background-color: #666;
	text-align: right;
}

#KopfBild {
	float:left;
	width: 760px;
	height: 109px;
}


/* -------------- INNEN-BEREICH -------------- */

#Innen {
	margin:0;
	padding-left:0px;
	padding-right:0px;
	width: auto;
	height: 32px;
	background: transparent url(../bilder/innen.gif) no-repeat 0 0;
}

#Links {
	float: left;
	width: 190px;
	height: 600px;
	background-color:#E0E0E0;
	margin: 0px;
	border-right:1px solid #EF181F;
	border-bottom:1px solid #EF181F;
}

#Adresse {
	margin-left: 20px;
}

#Adresse img {
	display: inline;
}

#Box {
    left:0px;
	width: 190px;
	float: left;
	font-size: 12px;
	border-bottom:1px solid #EF181F;
	background-color: #fff;   
	margin-top: 30px;
}

#Box #BoxH1 {
    margin-top:-5px;
    left:0px;
	width: 170px;
	font-size: 11px;
	font-weight:bold;
	line-height:25px;
	color: #ffffff;
	background-color: #EF181F;
	padding-left:20px;
}

#Box h3 {
	padding:15px;
	margin-top:-10px;
	margin-bottom:2px;
}

#Box p {
	margin-top:-30px;
	padding:15px;
	font-size:10px;
}


#Mitte {
	border-top:1px solid #EF181F;
	float: left;
	width: 539px;
	background-color:#ffffff;
	padding: 10px;
}