body
{
	font-family: verdana;
	color:#000;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
img{border: none;}
/* -- Grundlayout -- */

body
{
	margin: 0;
	padding: 0;
}
#hauptcontainer
{
	height: 100%;
	width: 100%;
	margin: 0;
}

#rahmen_oben
{
	margin: auto;
	padding: 0; 
	width: 980px;
	height: 10px;
}

#container
{	
	margin: auto;
	width: 980px;	
	background-image:url(../grafiken/rahmen_mitte.png); 
}

#header
{
	margin: auto;
	width: 960px;
	height: 165px;
	
	border-top: 1px solid #7E7E7E;
	border-left: 1px solid #7E7E7E;
	border-right: 1px solid #7E7E7E;
	
	background-image: url(../grafiken/header.png);
}
#logo
{
	float: left;
	width: 390px;
	height: 120px;
	margin: 45px 0 0 150px;
}

#slogan
{
	width: 390px;
	height:30px;
	text-align: center;
	margin: 10px 0 0 0;
}

#slidegal
{
	float: right;
	width: 200px;
	height: 150px;
	margin:7px 20px 0 0;
}

#menu
{
	margin: auto;
	width: 960px;
	height: 40px;
	border-left: 1px solid #7E7E7E;
	border-right: 1px solid #7E7E7E;
	
	background-image: url(../grafiken/menu.png);
	
	background-color: #1B1B8E;
}
#content
{
	margin: auto;
	width: 960px;
	
	border-left: 1px solid #7E7E7E;
	border-right: 1px solid #7E7E7E;

}

#brotkruemel
{
	height: 12px; 
	width: 500px;
	margin: 0 0 0 25px;
	
	font-size: 10px;
}

#content_text
{
	margin: auto;
	width: 700px;
	border: 1px solid #1B1B8E;
	
	padding: 5px 0 15px 0;
}
#content_text_galerie
{
	margin: auto;
	width: 770px;
	border: 1px solid #1B1B8E;
	
	padding: 5px 0 15px 0;
}

#footer
{
	margin: auto;
	width: 960px;
	height: 50px;
	border-left: 1px solid #7E7E7E;
	border-right: 1px solid #7E7E7E;
	
	padding: 0;
	background-color: #1B1B8E;
}

#rahmen_unten
{
	margin: auto;
	width: 980px;

	height: 10px;
}

#divspacer
{
	width: 960px;
	height: 10px;
}
#divspacer1
{
	width: 960px;
	height: 10px;
}
/*
ul.menu  
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 40px;
	padding-top: 0px; 
	color: #fff;

}

li.menu {
	float:left;
	display: inline;
	width: 158px;
	height: 40px;
	font-size: 1.0em;
	padding-right: 2px;
	padding-top: 0;
	text-align: center;
	margin-top: 10px;
}
.menu a{
	text-decoration:none;
	color:#fff;
	font-weight: bold;
}
.menu a:hover{
	border-bottom:1px dotted #fff;
}
.menu li.active a, .menu li a:focus{
	border-bottom: 1px solid #fff;
}
*/

ul.menu, ul.menu ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu a {
   display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

ul.menu span {
   display: block;
   color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

ul.menu ul a {
    padding: 0;
}

ul.menu li {
    padding:0;
	font-size: .9em;
    margin:10px 0 0 0;
	width: 160px;
	text-align: center;
    background-image: none;
    float:left;
}

ul.menu ul {
    margin-left:0;
    padding: 0;
    position: absolute;
	font-size: .9em;
    background-color: #1B1B8E;
	padding-bottom: 10px;
    display:none;
    width:160px;
}

/* IE-Hack für die Breite */

*html ul.menu ul {
    width:160px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}

ul.menu ul li {
    float:none;
    background-color: transparent;
}

ul.footer
{
	margin: 0;
	padding: 0;
	width: 415px;
	height: 25px;
	padding: 0 0 0 0; 
	color: #fff;
}
li.footer
{
	float: left;
	display: inline;
	font-size: 14px;;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}

a.footer
{
	color: #FFF;	
	font-size: 14px;
	text-decoration: none;
}
.footer
{
	color: #FFF;
	font-size: 14px;
	
	margin: 5px 0 0 0;
	
}
.slogan 
{
	font-size: .9em;
	font-weight:bold;
	color: #fff;
}
p.content
{
	text-align: justify;
	font-size: 14px;
	margin: 10px 25px 0 25px
}

label.kontakt {
    width:70px;
    line-height:20px;
    padding-left:5px;
    margin:5px;
	float:left;
    color:#003;
	
	font-size: 14px;
}

input.kontakt{margin-top: 5px;border: 1px solid #BBB;}
input.kontakt:focus
{
	background-color: #EEE;
}
input.kontakt_fehler{margin-top: 5px;border: 1px solid #BBB;background-color: red;}
input.kontakt_fehler:focus{background-color: #EEE;}

input.amc_intern{margin: 5px 0 0 10px;border: 1px solid #BBB;}
input.amc_intern:focus
{
	background-color: #EEE;
}
input.amc_intern_fehler{margin: 5px 0 0 10px;border: 1px solid #BBB;background-color: red;}
input.amc_intern_fehler:focus{background-color: #EEE;}

input.nichts{display: none;}
input.senden{border: 1px solid #BBB;background-color: white;}
input.senden_amc_intern{margin: 5px 0 0 95px;border: 1px solid #BBB;background-color: white;}
textarea.kontakt_text{border: 1px solid #BBB;}
textarea.kontakt_text:focus{background-color: #EEE;}
textarea.kontakt_text_fehler{border: 1px solid #BBB;background-color: red;}
textarea.kontakt_text_fehler:focus{background-color: #EEE;}

label.nennung {
    width:155px;
    line-height:15px;
    padding-left:5px;
    margin:5px;
	float:left;
    color:#003;
	
	font-size: 14px;
}
input.nennung{margin-top: 4px;border: 1px solid #BBB;}
input.nennung:focus{background-color: #EEE;}
input.nennung_readonly{border: 0;margin-top: 4px;}
input.nennung_fehler{margin-top: 5px;border: 1px solid #BBB;background-color: red;}
input.nennung_fehler:focus{background-color: #EEE;}
p.nennung{margin: 5px 0 5px 0;}

select.nennung_fehler{background-color: red;}

a.nennung
{
	text-decoration: none;
	color: #000;
}
a.nennung_kalender
{
	text-decoration: none;
	color: #000;
}
a.nennung:hover{color: #1B1B8E;font-weight: bold;}
a.nennung_kalender:hover{color: #1B1B8E;}

p.kontakt{margin: 0 0 5px 0;}

p.kontakt_nachricht
{
	padding-left: 10px;
	font-size: 14px;
}
span.kalender_renntag
{
	color: #000;
	font-weight: bold;
}
span.kalender
{
	font-size: 18px;
}

span.kalender_eintrag
{
	font-size: 12px;
}

.today
{ 	/* aktueller Tag */
	color: #FFF;
	background-color: #1B1B8E;
	font-weight:bold;
}

table.kalender
{
	margin: 5px 0 0 14px;
	border: 1px solid #CCC;
}
th.kalender
{
	width: 90px;
	font-size: 14px;
	border: 1px solid #CCC;

}

tr.kalender
{
	height: 80px;
	text-align: center;
	font-size: 14px;
}
tr.kalender_top
{
	height: 20px;
	text-align: center;
	font-size: 16px;;
}
td.kalender
{
	border: 1px solid #CCC;

}
td.veranstaltungen_kopf
{
	font-size: 14px;
	text-align: center;
	border: 1px solid #CCC;
}	
td.veranstaltungen
{
	height: 50px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #CCC;
}
h2.veranstaltungen
{
	margin: 0 0 15px 0;
	font-size: 18px;
	text-align: center;
}
span.keine_nennung
{
	text-decoration: line-through;
}
table.nennliste
{
	margin: auto;
	border: 1px solid #CCC;
	margin-top: 10px;
}	
td.nennliste_kopf
{
	padding: 0 0 0 5px;
	font-size: 14px;
	border: 1px solid #CCC;
}	
td.nennliste
{
	padding: 0 0 0 5px;
	font-size: 14px;
	border: 1px solid #CCC;
}
a.ergebnis
{
	text-decoration: none;

	color: green;
}

p.vorstand_bez
{
	margin: 10px 0 0 25px;
	font-size: 14px;
	font-weight: bold;
}
p.vorstand_name
{
	margin: 10px 0 0 45px;
	font-size: 14px;
}
table.news_1
{
	width: 320px;
	margin-left: 15px;
}
table.news_ab_2
{
	width: 645px;
	margin: auto;
}
td.news
{
	width: 320px;	
	border:1px solid black;
}
p.news_autor
{
	font-size: 10px;
	margin: 0 0 0 5px;
}
p.news_geschrieben
{
	font-size: 10px;
	margin: 2px 0 0 5px;
}
p.news_ueberschrift
{
	font-size: 18px;
	margin: 5px 0 0 5px;
}
p.news_text
{
	font-size: 14px;
	margin: 5px 0 0 5px;
}
a.brotkruemel
{
	color: #000;
	text-decoration: none;
}
table.bildergalerie{margin: 10px 0 0 85px;}
a.bildergalerie
{
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
a.bildergalerie:hover
{
	color: #1B1B8E;
	font-size: 14px;
}
img.bildergalerie{margin: 5px 0 0 10px;}
input.klassen{margin-left: 0px;}
span.klassen
{
	font-size: 14px;
}

/* Hoverbox */
.hoverbox
{
	cursor: default;
	list-style: none;
	
	
	margin: 20px 0 0 20px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 319px;
	left: 303px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 320px;
	height: 214px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 650px;
	height: 433px;
}
