/* CSS Dokument */



/* Dateiuebergreifende HTML-Tags
---------------------------------------------------------------------- */
html, body {
	margin: 0px;
	padding: 0px;m
}
body {
	background: #e7eef0;
	font: 62.5% Verdana, Tahoma, Arial, sans-serif;	/* Basis-Fontgröße 62.5% = 10px;  daraus ergibt sich als Größenangabe zB 10px × 1.2em = 12px */
	color: #6b6b4e;
	text-align: center; /* zentriert das Layout für IE 5.x */
	margin-top: 0px;
}
a {
	color: #e2365b;
	text-decoration:none;
}
a:hover {
	color: #e2365b;
	text-decoration:underline;
}
hr {		/* wird angewendet, um den Fluss einzelner Bereiche mit dem Attribut "Float" wieder zu unterbrechen */
	clear: both;
	visibility: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}

.orange { /* Orange bei Helmi */
	color:#e2365b;
	font-weight:bold;
	font-size: 1.0em;
	margin:0px;
	padding:0px;
}
td {
	font-size: 11px;
	line-height: 1.6em;
}



/* Container / Geruest
---------------------------------------------------------------------- */
#container {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #f3f3ee;
	border: 1px;
	border-color: #ffffff;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: none;
}

#container_edit {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #ffffff;

}



/* Titel
---------------------------------------------------------------------- */
#titel {
	height: 259px;
	margin-bottom: 0px;
}

#titel .right {
	float:right;
	padding-right: 20px;
	margin-top:14px;
	padding-top: 16px;
	background: url(/includes/img/kleines_menue.gif) no-repeat;
}

#titel .right a {
	text-decoration: none;
	color: #6b6b4e;
}
#titel .right a:hover {
	text-decoration: underline;
	color: #6b6b4e;
}
#breadcrumb {
	height:15px;
}
#breadcrumb .left {
	float:left;
	width: 771px;
	background: #e3e3d7;
	height:15px;
	color: #6b6b4e;
}
#breadcrumb .left_02 {
	float:left;
	width: 1000px;
	background: #e3e3d7;
	height:15px;
	color: #6b6b4e;
}
#breadcrumb .innen {
	padding-left:244px;
}
#breadcrumb .innen a {
	color: #6b6b4e;
}
#breadcrumb .innen a:hover {
	color: #6b6b4e;
}
#breadcrumb .right {
	float:left;
	width: 229px;
	background: url(/includes/img/helmi_oben.gif) no-repeat;
	height:15px;
}






/* Unternavigation
---------------------------------------------------------------------- */
#subnavi {
	float: left;
	width: 204px;
	margin-top: 10px;
	padding-bottom: 15px;
}
#suche {
	background: url(/includes/img/suche.gif) no-repeat;
	color: #FFFFFF;
	height: 28px;
	margin-left: 10px;
	margin-bottom: 4px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 0px;

}
#subnavi p {
	padding-left: 10px;
	padding-right: 2px;
	line-height: 1.4em;
}
#subnavi a {
	text-decoration:none;
	color: #6b6b4e;
}
#subnavi a:hover {
	text-decoration:underline;
	color: #6b6b4e;
}

#subnavi .eins {
	background: url(/includes/img/navi_01.gif) no-repeat 0px 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-top:4px;
	padding-left:30px;
	height: 23px;
	width: 190px;
}
#subnavi .zwei {
	background: url(/includes/img/navi_02.gif) no-repeat 0px 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-top:4px;
	padding-left:30px;
	height: 23px;
	width: 190px;
	font-weight:bold;
}
#subnavi .drei {
	background: url(/includes/img/navi_03.gif) no-repeat 0px 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-top:4px;
	padding-left:30px;
	height: 23px;
	width: 190px;
}
#subnavi .vier {
	background: url(/includes/img/navi_03.gif) no-repeat 0px 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-top:4px;
	padding-left:30px;
	height: 23px;
	width: 190px;
	font-weight:bold;
}

#subnavi .fuenf {
	background: url(/includes/img/navi_04.gif) no-repeat 0px 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-top:4px;
	padding-left:40px;
	height: 23px;
	width: 190px;
}

#subnavi .sechs {
	background: url(/includes/img/navi_04.gif) no-repeat 0px 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-top:4px;
	padding-left:40px;
	height: 23px;
	width: 190px;
	font-weight:bold;
}

#subnavi .eins a, #subnavi .zwei a, #subnavi .drei a, #subnavi .vier a, #subnavi .fuenf a, #subnavi .sechs a {

	text-decoration:none;
	color: #ffffff;

}
#subnavi .eins a:hover, #subnavi .zwei a:hover, #subnavi .drei a:hover, #subnavi .vier a:hover, #subnavi .fuenf a:hover, #subnavi .sechs a:hover {

	text-decoration:none;
	color: #ffffff;
	font-weight:bold;

}
#subnavi p.impressum {
	margin-top: 26px;
	margin-bottom: 16px;
}
#subnavi p.oeffnungszeiten {
	margin-top: 0px;
	margin-bottom: 0px;
}
.suche_kasten
{
background-color:#baeafa;
font-size:7pt;
font-family:verdana,sans-serif;
color:#000000;
width:105px;
border-color:#ffffff;
border-style:solid;
border: 1px;
	color: #6b6b4e;
padding:0px;
margin:0px;
}
.smallbutt
{
background-color:#baeafa;
width:30px;
font-size:8pt;
font-family:verdana,sans-serif;
color:#000000;
border-color:#ffffff;
border-style:solid;
border: 1px;
	color: #ffffff;
text-align:center;
font-weight:bold;
}


/* Content / Hauptinhaltsbereich
---------------------------------------------------------------------- */
#content {
	width: 450px;
	float: left;
	margin-top: 15px;
	margin-left: 40px;
	font-size: 11px;
	line-height: 1.6em;
}
#content h1 {
	color: #195ed1;
	font-size: 16px;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	line-height: 1.2em;
}

#content td {
	font-size: 11px;
	line-height: 1.6em;
}
#content h2 {
	color: #e2365b;
	font-size: 12px;
	margin-top: 0.7em;
	margin-bottom: 1.2em;
}


#content_02 {
	width: 705px;
	float: left;
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 26px;
	font-size: 11px;
	line-height: 1.6em;
}
#content_02 h1 {
	color: #195ed1;
	font-size: 16px;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	line-height: 1.2em;
}

#content_02 td {
	font-size: 11px;
	line-height: 1.6em;
}
#content_02 h2 {
	color: #e2365b;
	font-size: 12px;
	margin-top: 0.7em;
	margin-bottom: 1.2em;
}


.orange_klein {
	color: #e2365b;
	font-size: 11px;

}
.orange_klein a {
	color: #e2365b;
	text-decoration:none;

}
.orange_klein a:hover {
	color: #e2365b;
	text-decoration:underline;

}
.blau_klein {
	color: #195ed1;
	font-size: 11px;
	font-weight: bold;
}
.blau_klein a {
	color: #195ed1;
	text-decoration:none;

}
.blau_klein a:hover {
	color: #195ed1;
	text-decoration:underline;

}
/* Teaser rechts
---------------------------------------------------------------------- */
#teaser {
	float: left;
	width: 236px;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
}

#teaser h5 {
	color: #69a107;
	font-size: 1.4em;
	margin-bottom: 4px;
	margin-top: 0px;
	padding:0;

}


#teaser .helmi {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:20px;
	padding-right:55px;
	padding-top:0px;
	background: url(/includes/img/helmi_unten.gif) no-repeat;
	height:150px;
	text-align:center;
	color: #000000;
}
#veranstaltung {
	margin-top: 18px;
	margin-bottom: 0px;
	padding-left:16px;
	padding-right:5px;
}
#teaser .veranstaltung_einzeln {
	background: url(/includes/img/veranstaltung.gif) no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 70px;
	padding-top: 10px;
	padding-left: 23px;
	padding-bottom: 0px;
	color: #195ed1;
}

#veranstaltung a {
	text-decoration: none;
	color: #69a107;
}

#veranstaltung a:hover {
	text-decoration: underline;
	color: #69a107;
}



#bildergalerie {
	padding-top: 15px;
	margin-bottom: 0px;
	padding-left:16px;
	padding-right:5px;
	color: #195ed1;
}
#bildergalerie a {
	text-decoration: none;
	color: #69a107;
}

#bildergalerie a:hover {
	text-decoration: underline;
	color: #69a107;
}


/* Fusszeile
---------------------------------------------------------------------- */
#foot {
	clear: both;
	padding-top: 8px;
	margin-left: 0px;
	margin-top: 20px;
	background: #e3e3d7;
	height: 22px;
	width: 1000px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #6D6D6D;
}
#foot a {
	color: #6D6D6D;
	height: 16px;
}
#foot a:hover, #foot a:active {
	color: #6D6D6D;
}


#foot p.links {
	padding-left: 10px;
	width: 234px;
	float: left;
	margin:0;
}
#foot p.mitte {
	margin-left: 0px;
	width: 527px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#foot p.copyright {
	float: left;
	width: 229px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/* Formular
---------------------------------------------------------------------- */
  select { 
    color : #5C5B5B;
font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size : 10px;
height: 15px; 
margin:0px; 
padding:0px;
  } 
    textarea { 
color : #5C5B5B;
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
height: 120px; 
width: 300px; 
margin-top: 0px; 
margin-right: 0px;
margin-bottom: 0px; 
margin-left: 0px; 
border-width: 1px;
border-color: #808080;
border-style: solid; 
background-color: #FFFFFF;
  } 
.formular {
color : #5C5B5B;
font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size : 10px;
height: 15px; 
width: 300px; 
margin-top: 0px; 
margin-right: 0px;
margin-bottom: 0px; 
margin-left: 0px; 
border-width: 1px;
border-color: #808080;
border-style: solid; 
background-color: #FFFFFF;
}

