/* - - - - - - - - - - - - Layout - - - - - - - - - - - - */


/* - -  Bodybereich  - - */

body {
	margin: 0px; 
	padding: 0px;
	min-width: 760px; 
	text-align: center; 
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-x;
	background-color: #ACB3AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	}


/* - -  Basiscontainer  - - */

#basiscontainer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../images/hg_basiscontainer.gif);
	background-repeat: repeat-y;
	}


/* - -  Kopfbereich - - */

#header {
	width: 760px;
	height: 130px;
	background-image: url(../images/hg_header.jpg);
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}

div#header .images
{
	float: left;
	border:0px;
	margin: 0px;
	padding: 0px;
	}
	

/* - - Subnavigationsleiste - - */

#subnav {
	width: 760px;
	text-align: right;
	background-color: #2C57D2;
	background-image: url(../images/hg_subleiste.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2C57D2;
	border-bottom-color: #2C57D2;

	}


/* - - Inhalt der Subnavigationsleiste - - */

div#subnav ul {
	list-style: none;
	right: 0px;
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 2px 0px;
	}
	
div#subnav ul li {
	display: inline; /* - - f�r horizontal Darstellung der Listenpunkte - - */
	padding: 0px 0px 0px 0px; 
	/* border-left: 1px solid #000066; /* - - Definiert den linken Trennstrich zwischen den Listenpunkten - - */	
	color: #2C57D2;}

div#subnav ul li.last {
	padding: 5px 5px 5px 0px; 
	/* border-left: 1px solid #000066; /* - - Definiert den linken Trennstrich zwischen den Listenpunkten - - */	
	color: #2C57D2;}

div#subnav ul li.first{
	border-left: 0px ; /* - - L�scht den linken Trennstrich vor dem ersten Listenpunkt - - */	
	}

div#subnav a {
	text-decoration: none; /* - - L�scht die Unterstreichung f�r Links der Subnavipunkte - - */
	color: #2C57D2;
	}

div#subnav a:hover, div#subnav a:focus {
	text-decoration: none;
	color: #FFFFFF; 
	}
	
div#subnav a.active {
	text-decoration: none;
	color: #FFFFFF; 
	}


/* - - Container umschlie�t Mainnavi-, Contentbereich - - */

#nav_contentcontainer {
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	}


/* - - linke Mainnavigation - - */

#mainnav {
	width: 200px;
	text-align: left;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}


/* - - Inhalt der Mainnavigation - - */

ul#mainnav_buttons {
	list-style: none; 
	margin: 0px;
	padding: 0px;
	}
		
ul#mainnav_buttons li {
	display: block;
	padding-left: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom; 
	}

ul#mainnav_buttons li a { /* - - Attribute der Buttons  - - */
	display: block;
	color: #FFFFFF;
	padding: 5px 0px 5px 5px; /* - - letzten Wert �ndern f�r IE bei Grosserschrift - - */
	border-left: 5px solid #2C57D2;
	border-bottom: 1px solid #2C57D2;
	/* font-weight: bold; */ 
	text-decoration: none; 
	text-align: left;
	/*  margin-top: 1px; /* - - Abstand der Listenpunkte zueinander - - */
	width: 95%; /* - - wird f�r IE ben�tigt um HG-Farbe �ber die gesamte Breite zuerhalten - Problem bei IE5 - - */
	background-color: #003366;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
	}	

ul#mainnav_buttons li a:hover, ul#mainnav_buttons li a:focus { 
	border-left: 5px solid #2C57D2;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2C57D2;
	}

ul#mainnav_buttons li a.active {
	border-left: 5px solid #2C57D2;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2C57D2;
	font-weight: bolder;
	}


/* - - Beginn der Subnavigation von Mainnav - - */

ul#mainnav_buttons ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	}

ul#mainnav_buttons ul.subnav li {
	border-top: 0 none;
	}

ul#mainnav_buttons ul.subnav li a { /* - - Attribute der Buttons f�r Subnav  - - */
	padding-left: 5px;
	margin: 0px;
	color:#FFFFFF;
	background-color: #2C57D2;
	font-size: 0.9em;
	}
	
ul#mainnav_buttons ul.subnav li a:hover, ul#mainnav_buttons ul.subnav li a:focus { 
	color: #FFFFFF;
	background-color: #2C57D2;
	text-decoration: underline;
	}
	
ul#mainnav_buttons ul.subnav li a.active {
	color: #FFFFFF;
	background-color: #2C57D2;
	text-decoration: underline;
	font-weight: normal;
	}	
	
ul#mainnav_buttons ul.activesub { 
	color: #FFFFFF;
	background-color: #2C57D2;
	text-decoration: underline;
	}
	
ul#mainnav_buttons ul.subnav3 {
	margin: 0px;
	list-style: none;
	padding: 0px 0px 0px 5px;
	border: 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	
	}
	
	
	
/* - - Beginn der Suchmaske - - */	

#searchcontainer {
	margin: 0px;
	padding: 25px 5px 15px;
	background-color: #2C57D2;
	color: #0066FF;
	background-image: url(../images/test2.jpg);
	border-top: 1px solid #2C57D2;
	border-right: 0px;
	border-bottom: 1px solid #2C57D2;
	border-left: 5px solid #2C57D2;
	 /* -height: 50px; f�r IE5- */
	
	}
	
label.left{
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bolder;
	}

input.eingabe{
	width:176px;
	margin: 3px 0px 2px 0px;
	border-bottom: 1px solid #2C57D2;
	border-left: 1px solid #2C57D2;
	border-top: 1px solid #2C57D2;
	border-right: 1px solid #2C57D2;
	font-size:1.1em;
	}

input.start{
	width: auto;
	margin: 0px;
	padding: 1px;
	border: 1px solid #2C57D2;
	color: #FFFFFF;
	background-color:#003366;
	text-align: center;
	font-size:0.9em;
	}

input.reset{
	width: auto;
	margin-top: 3px;
	margin-left: 0px;
	padding: 1px;
	border: 1px solid #2C57D2;
	color: #FFFFFF;
	background-color:#003366;
	text-align: center;
	font-size:0.9em;	
	}

form.search{
	margin: 0px;
	padding: 0px;
	}


/* - - Beginn des Adressbereichs - - */

div#adresse{
	font-size: 11px;
	color: #2C57D2;
	background-color:#003366;
	padding: 0px 10px 10px 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2C57D2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

div#adresse p.absatz{
	color: #FFFFFF;
	padding: 5px 0px 3px;
	margin: 0px;
	text-align: left;
	}
	
	
/* - - Besucherz�hler - - */

div#counter{
	font-size: 10px;
	color: #2C57D2;
	background-color:#003366;
	margin-top: 5px;
	text-align: center;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C57D2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2C57D2;
	margin-bottom: 10px;


	}


/* - - rechter Contentbereich - - */

#content {
	width: 560px;
	margin:0px;
	padding: 0px;
	float: left;
	background-attachment: scroll;
	/* background-image: url(../images/hg_contentcontainer.gif); */
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	}

/* - - Content Mittelspalte - - */

div#wrapper_mittelspalte{
	margin: 0px;
	padding: 0px;
	width: 408px;
	/*\*//*/
	margin-right: 150px; /* - - IE5-Mac-Hack - - */
	/**/
	}



div#mittelspalte, #einspaltig{
	padding: 10px 10px 5px 10px;
	display: block;
	margin: 0px;
	border-right: 1px dotted #2C57D2;
	}
	
#einspaltig.noborder{
	margin: 0px;
	padding: 20px 30px 20px 20px;
	border-top: 0px dotted #000000;
	border-right: 0px dotted #000000;
	border-bottom: 0px dotted #000000;
	border-left: 0px dotted #000000;
	}

#einspaltig.iframe{
	margin: 0px;
	padding: 20px 20px 20px 20px;
	border-top: 0px dotted #000000;
	border-right: 0px dotted #000000;
	border-bottom: 0px dotted #000000;
	border-left: 0px dotted #000000;
	}

/* - - Newscontainer - - */


div#wrapper_newscontainer{
	float: right;  
	width: 146px;
	margin: 0px; 
	padding: 0px;
	overflow: hidden;
	}

div#newscontainer{
	padding: 10px 5px 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: left;
	color: #666666;
	width: 140px;
	}
	

/* - - Fu�zeile - - */

#footer {
	width: 760px;
	color: #2C57D2;
	background-color: #99CCFF;
	clear: both;
	font-size: 0.85em;
	background-image: url(../images/hg_subleiste.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 2px 0px;
	text-align: center;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2C57D2;
	border-bottom-color: #2C57D2;
	}
	
.texteditor img{
margin: 0 10px 5px 0;
}

.CalendarContainer {
margin: 0 0 0 0;	
font-size: 0.85em; 
    display:block;
	clear:left;
	float:left;
	width:140px;
	background-color:transparent;

}

.CalendarContainer span {
	display:inline;
	clear:none;
	float:left;
	width:20px;
	height:20px;
	text-align:center;
	vertical-align:middel;
}
.Calendar {
color: #2C57D2;		
display:block;
	clear:left;
	float:left;
	width:140px;
border-bottom: #2C57D2 1px solid;
}

.CalendarHead {
	display:block;
	clear:left;
	float:left;
	width:100%;
	background-color:transparent;

}
.CalendarHeadLeft {
	display:block;
	clear:left;
	float:left;
	width:40px;
	text-align:left;
}

.CalendarHeadRight {
color: #2C57D2;		
display:block;
	clear:none;
	float:right;
	width:100px;
	text-align:right;
	background-color:transparent;
}

.CalendarDays {
color: #2C57D2;	
display:block;
	clear:left;
	float:left;
	width:140px;
}

.CalendarWeekdays span { background-color:transparent;
border-bottom: #2C57D2 1px solid; font-weight: bold; }

.CalenderLink { 
background-color:#2C57D2; 
color: #FFFFFF;
text-decoration: none;
padding: 1px; }

.CalenderLinkMonth { 
font-weight: bold;
color: #2C57D2;
text-decoration: none;
 }

.CalendarDays {
	display:block;
	clear:left;
	float:left;
	width:140px;
}

.CalendarDaysActive { background-color:transparent; font-weight: bold;} /* aktuelle Datum - aktuelle Nachricht hervorgehoben */
.CalendarDaysWeekdays { background-color:transparent; } /* Hintergrund der Wochentage */
.CalendarDaysWeekenddays { background-color:transparent; } /* Hintergrund der Wochenendtage */
.CalendarDaysIdontknow { background-color:transparent; }

.CalenderHeadline {
color: #2C57D2;	
font-size: 1.1em;
	margin: 0;
	padding: 0;
	font-weight: bold;
border-width: 0;
	}

.ArticlelistArticle
{
width: 140px;
margin: 0 0 5px 0;
padding:0 0 5px 0;
border-bottom: #2C57D2 1px solid;}

.ArticlelistDate {
font-size: 0.8em;
color: #2C57D2;	 
}

.ArticlelistHeadline{
font-size: 0.85em;
color: #993300;	 
}

.ArticlelistLink { 
font-size: 0.85em;
color: #003366;
text-decoration: none;

}



dl.CalendarArticlelist {
	margin: 0 20px;
	padding: 0;
	}
dl.CalendarArticlelist dt {
	float: left;
	width: 80px;
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.4em;
	color: #2C57D2;
	}
dl.CalendarArticlelist dd {
	margin: 0 0 0 80px;
	padding: 8px 0;
	line-height: 1.4em;
	border-bottom: 1px dotted #2C57D2;
	}


/* - - Loginmaske - - */	

#Logincontainer {
	margin: 0px;
	padding: 10px 5px 15px;
	background-color: #CEE6FF;
	color: #2C57D2;
	border-top: 1px solid #2C57D2;
	border-right: 1px solid #2C57D2;
	border-bottom: 1px solid #2C57D2;
	border-left: 1px solid #2C57D2;
	 /* -height: 50px; f�r IE5- */
	
	}

input.login{
	width:125px;
	margin: 3px 0px 2px 0px;
	border-bottom: 1px solid #2C57D2;
	border-left: 1px solid #2C57D2;
	border-top: 1px solid #2C57D2;
	border-right: 1px solid #2C57D2;
	font-size:1.1em;
	}




/*	
label.left{
	color: #99CCFF;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bolder;
	}



input.start{
	width: auto;
	margin: 0px;
	padding: 1px;
	border: 1px solid #2C57D2;
	color: #99CCFF;
	background-color:#003366;
	text-align: center;
	font-size:0.9em;
	}

input.reset{
	width: auto;
	margin-top: 3px;
	margin-left: 0px;
	padding: 1px;
	border: 1px solid #5C6F90;
	color: #99CCFF;
	background-color:#003366;
	text-align: center;
	font-size:0.9em;	
	}

form.search{
	margin: 0px;
	padding: 0px;
	}
*/
