/* @override http://localhost:8888/evks/web-content/_css/css004.css */



body {
	margin: 0; 
	padding: 0;
	background: #ddd url(../images/bg/bg_b.jpg) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 1.4em;
	text-align: left;
	color: #666666;
}

/* @end */





/* @group Aufbau */

#wrapper {
	position: relative;
	width: 1000px;
	background: url(../images/bg/bg_schatten_b.jpg) no-repeat;
	margin: 0 auto;
}

#content {
	width: 970px;
	background: #fff url(../images/content.gif) repeat-y;
	margin: 0 auto;
	position: relative;
}

#header {
	background: url(../images/koepfe/kopfV2.jpg) no-repeat;
	/*background: url(../images/koepfe/kopf_xMas3.jpg) no-repeat;*/
	height: 195px;
}

#menu {
	float: left;
	width: 970px; 
	margin: 0;
	padding: 0; /* Abstand der Buttons vom Menufeld */
	background: #003366 url(../images/navi/nav_b.gif) repeat-x;
}

#main {
	width: 599px; /* eigentlich 660px -> -30px padding -> also 600 ABER -1px wegen Umbruch ie5 */
	float: left;
	padding: 0 30px 4em 30px
}

#right {
	float: right;
	width: 210px; /* eigentlich 310px -> - padding */
	background: url(../images/rechts.jpg) no-repeat;
	padding: 35px 0px 30px 100px;
	font-size: 90%;
	
	min-height:400px;
  	height:auto !important;  /* für moderne Browser */
  	height:400px;  /*für den IE */
}


#right img.karte { margin: 0 0 0 -100px; }

#footer {
	clear: both;
	font-size: 85%; 
	text-align: left;
	background: #003366;
	color: #8aba16;
	padding: 10px 15px 15px 15px;
}

#footer ul {
	list-style: none;
	display: inline
	}

#footer ul li {
	display: inline;
	list-style: none;
}

#footer ul li a {
	color: #8aba16;
	padding: 0 5px 0 5px;
	border-right: #8aba16 1px solid;
	display: inline;
	list-style: none;
}

#footer ul li a:hover {
	color: #fff;
	text-decoration: none
}

#footer .home_footer {
	margin-left: -10px
}


/* @end */





/* @group Menu */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	
#menu ul li a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	text-decoration: none;
	padding: 1.3em .9em 1.9em 1.1em; /* Innenabstand Buttons */
	font-size: 85%;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #a6b9cb;
	background: url(../images/navi/between_b.gif) no-repeat top left;
	border-top: #004f99 4px solid /* damit border-bottom bei #menu li a:hover nicht springt */
}
	
#menu li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/navi/n_on_b1.gif) no-repeat top left;
	border-top: #fff 4px solid
}
	
#menu li a.active {
	color: #fff;
	background: url(../images/navi/n_on_b1.gif) no-repeat top left;
	border-top: #fff 4px solid
}




#menu ul li a.home {
	float: left;
	display: block;
	margin: 0 .6em 0 0;
	text-decoration: none;
	padding: 2.4em 1em 0 .1em; /* Innenabstand Buttons */
	font-size: 85%;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #a6b9cb;
	background: url(../images/home/home.gif) no-repeat center;
	border-top: #004f99 4px solid /* damit border-bottom bei #menu li a:hover nicht springt */
}
	
#menu li  a.home:hover {
	color: #004f99;
	text-decoration: none;
	
	background: url(../images/home/home_hov.gif) no-repeat center;
	border-top: #004f99 4px solid
}
	



#menu img { 
	border: none;
}

/* @end */

/* @end */




/* @group Sidebar

#sidebar { padding: 0; margin-bottom: 4em }


#sidebar ul {
	list-style: none;
	display: inline
}
	
#sidebar ul li {
	list-style: none;
	color: #003366;
	padding: 1em 15px 1em 0;
	border-bottom: #d4d4d4 1px solid;
	margin: 0 -20px 0 0; 
	width: 195px;	
}
	
#sidebar a {
	list-style: none;
	color: #003366;
	padding: 0 20px 0 0;
	text-decoration: none;
}
	
#sidebar ul li a {
	padding-left: 10px;  }
	
#sidebar li a:hover { 
	padding-left: 10px;
	color: #8aba16; }
	
#sidebar li a.active { 
	color: #8aba16; 
	padding-left: 10px;
	font-weight: bold;
	background: url(../images/pfeil.gif) no-repeat 50% left }





/* @group Sidebar – TEST*/

#sidebar { padding: 0; float: left; margin-bottom: 3.5em }


#sidebar ul {
	list-style: none;
	display: inline;
}
	
#sidebar ul li {
	list-style: none;
	color: #003366;
	padding: .9em 0 1em 0;
	background: url(../images/linie_sidebar.gif) no-repeat left bottom;
	

	width: 210px;
	float:left;  
	clear: left;	
	
	display: inline;
	
}


#sidebar ul li.none { background: none }



#sidebar li.ebene3 {
	width: 190px;
	font-size: 90%;
	margin-top: .2em;
	margin-bottom: .2em;
	margin-left: 20px;
}



#sidebar a {
	list-style: none;
	color: #003366;
	text-decoration: none;
	padding-left: 10px;
}
	
#sidebar ul li a 	{ }
	
#sidebar li a:hover { 
	color: #8aba16;
	background: url(../images/pfeil.gif) no-repeat 50% left;
	padding-left: 10px }
	
#sidebar li a.active { 
	color: #8aba16; 
	font-weight: bold;
	background: url(../images/pfeil.gif) no-repeat 50% left;
	padding-left: 10px }






/* @group Pfad */

#pfad { 
	padding: 0;
	float: left;
	margin: 0 -30px 30px -30px;	
	border-bottom: #ddd 1px solid;
	background: #fff url(../images/rechts_pfad.gif) repeat-y top right; /* Bild täuscht Stück(oben) vom rechten Kasten vor */
	width: 970px
}


#pfad ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
	
#pfad ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
	
#pfad ul li a {
	float: left;
	display: block;
	padding: 0em 1.5em 0em 1em; /* Innenabstand Buttons */
	margin: 0px;
	text-decoration: none;
	font-size: 85%;
	color: #888;
	background: url(../images/pfeil_pfad.gif) no-repeat center right;
}
	
#pfad li a:hover {
	color: #8aba16;
	text-decoration: none;
}
	
#pfad li a.active {
	color: #8aba16;
	background: none;
	border-bottom: none;
}

/* @end */







/* @group Text */

p 			{ padding: 0px 0px; }
#right p 	{ padding-right: 30px; }

h1, h2, h3, h4, h5, h6 {
	font-family: "trebuchet ms", helvetica, sans-serif; 
	color: #003366;
	font-weight: bold;
	line-height: 1.3em; 
}

h1 			{ font-size: 160%;					margin: 2em 0 .7em 0;									text-transform: uppercase;			}
h2			{ font-size: 140%;	color: #8aba16;	margin: 1.3em 0 .1em 0;									text-transform: uppercase;			}
h2.kurznews {									margin: 1em 0 0 110px;																		}

h3 			{ font-size: 135%;					margin: 1.2em 0 .1em 0;																		}
#right h3 	{ 									margin-right: 0; 																			}		

h4 			{ font-size: 120%;	color: #8aba16;	margin: 1.5em 0 .5em 0;																		}
h5 			{ font-size: 120%;	color: #8aba16;	margin: 1.5em 0 .5em 0;	padding: 0 0 .2em 0;		border-bottom: #8aba16 1px solid;	}
h6 			{ font-size: 110%;	color: #666;	margin: 2em 0 -0.3em 0;										text-transform: uppercase;			}


a			{ text-decoration: none; color: #8aba16; }
a:hover		{ text-decoration: underline; }




/* KLASSEN FÜR HEADLINES + LINIEN --------------------------- */

.abstand {
	position: relative;
	background: url(../images/abstand_schatten.gif) no-repeat;
	margin: 1em -29px .5em -29px;
	clear: both;
	padding: 3.5em 0 0 30px;
}

.abstand2 {
	height: 3.5em;
	clear: both;
}

.linie {
	border-top: #ddd 1px solid;
	position: relative;;
	clear: both;
	margin-top: 2.5em;
	margin-right: -29px;
	margin-left: -29px;
	padding: 0em 0 0 30px;
}

h2.linie { padding-top: 2em }



.linie_k {
	border-top: #ddd 1px solid;
	position: relative;
	clear: both;
	margin-top: 2.5em;
	padding: 1em 0 0 0;
}

#right .linie_k  {
	margin-top: 1.7em;
	padding: 0 0 0 0;
}


.linie_abstand {
	border-bottom: #ddd 1px solid;
	position: relative;
	clear: both;
	margin: 0 -29px 3em -29px;
	padding: 2em 0 1em 30px;
}

.kein_abstand { margin-top: .3em }

.h2_typ1 { margin: 3em 0 .1em 0 }



.h2_sub1 { /* SUBLINE BEI LANG-NEWS */
	font-size: 85%;
	color: #003366;
	padding-bottom: 2em;
}

.faq_rubrik_o {
	clear: both;

	position: relative;
	margin: 1.3em 0 0 0;
	padding: 1.4em 0 .5em 0;
	border-top: #ddd 1px solid
}

.faq_rubrik_u {
	position: relative;
	background: url(../images/abstand_schatten.gif) no-repeat;
	margin: 1em -29px .5em -29px;
	clear: both;
	padding: 3.5em 0 0 30px;
}



.link_rubrik_o  {
	clear: both;
	position: relative;
	margin: 1.3em 0 0 0;
	padding: 1.4em 0 .5em 0;
	border-top: #ddd 1px solid
}



/* BESONDERHEITEN --------------------------- */
.k 						{ font-size: 85%; color: #bbb }
.rahmen .k, .rahmen2 .k { font-size: 90%; color: #666; line-height: 1.3em; margin-top: .5em }
.auszeichnung 			{ font-weight: bold; color: #8aba16 }

.subline 				{ font-size: 10px; color: #a9a9a9; margin-bottom: 1.5em }


/* @end */


	 


.back, .next, .pfeil, .druckversion {	margin: 0 0 1em 0 }

.back			{ background: url(../images/pfeil_back.gif) no-repeat left;		padding-left: 10px;  margin-right: 5px; }
.next			{ background: url(../images/pfeil_next.gif) no-repeat right;	padding: 0 10px 0 0; margin-left: 5px; }
.pfeil			{ background: url(../images/pfeil_li.gif) no-repeat top left;	padding-left: 10px; clear: left; float: left }

.druckversion	{ background: url(../images/icons/druck.gif) no-repeat;				padding-left: 20px; float: right }





.pagetop { 
	float: left; 
	clear: both;
	text-align: right;
	border-bottom: 1px solid #ddd; 
	padding: .5em 0 0 0; 
	margin: .5em 0 2em 0;
	width: 100%
	}	 

#footer .top {  
	color: #fff;
	background: url(../images/pfeil_top.gif) no-repeat left;
	padding: 0 20px 0 12px; 
	margin: 0 10px 0 0;
	}	 

#footer a.top:hover {  
	text-decoration: underline
	}	 



/* @group HOME | IMPRESSUM | SITEMAP*/
#info	{ 
	font-size: 80%;
	margin-left: 25px;
	padding-top: 1em
	 }
	 
#info a	{ 
	padding: 0 5px;
	color: #003366
	 }

/* @end */




/* @group Termine TEST */

.term_zeitraum	{ margin-bottom: 3em; color: #8aba16 }


#term_daten {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 2.5em;
	padding-top: 2em;
	border-top: #ccc 1px solid;
	font-size: 85%
}

#term_daten .li { float: left; clear: both; width: 100px; color: #8aba16; font-weight: bold }
#term_daten .re { float: left; margin-bottom: 1em; width: 250px }


.term_datum { 	font-size: 105%; color: #003366;
				margin-bottom: 10px; margin-top: 3em;
				text-transform: uppercase;
				font-weight: bold
				}

.term_termin1	{  }
.term_termin2	{  }
.term_l			{ float: left;  }
.term_r1		{ 
				
				margin: 0 0 .7em 85px;
				 padding: 0 0 0 0;
				 border-bottom: 1px solid #ddd; 
				  }
.term_r2		{ 
				margin: 0 0 .7em 85px;
				 padding: 0 0 0 0;
				 border-bottom: 1px solid #ddd; 
				 }
.term_text		{ margin-bottom: 10px; }
.term_text_k	{ font-size: 10px; }
.term_headline1	{ float: left; margin: 0; font-weight: bold; font-size: 105%; line-height: 1.4em; width: 400px }
.term_headline2	{ float: left; margin: 0; font-weight: bold; font-size: 105%; line-height: 1.4em; width: 400px; color: #8aba16 }
.term_zeitraum	{ font-size: 10px; color: #808080; margin-bottom: .5em; clear: both }
.term_logo		{ float: right; margin-right: 10px; }
.term_link		{ float: right; border: none; padding-top: 10px; 	clear: right }


				  
.term_dauer		{ margin-top: 20px; margin-bottom: 5px; width: 350px; margin-left: 85px; color: #808080; font-weight: bold}

/* @end */



/* @group Termine ALT

.term_datum { 	font-size: 16px; color: #003366;
				margin-bottom: 10px; margin-top: 3em;
				text-transform: uppercase;
				font-weight: bold
			}

.term_termin1	{ margin-top: 1px; margin-bottom: 5px; width: 470px; clear: both; float: none; }
.term_termin2	{ margin-top: 1px; margin-bottom: 40px; width: 470px; float: none; clear: both; }
.term_l			{ width: 70px; float: left; }
.term_r1		{ margin-top: 1px; margin-bottom: 1px; width: 350px; margin-left: 70px; clear: none; }
.term_r2		{ margin-top: 1px; margin-bottom: 1px; width: 380px; margin-left: 70px; clear: none; }
.term_text		{ margin-bottom: 10px; }
.term_text_k	{ font-size: 10px; }
.term_headline1	{ font-weight: bold; font-size: 110%; line-height: 1.4em}
.term_headline2	{ font-weight: bold; }
.term_zeitraum	{ font-size: 10px; color: #808080; margin-bottom: 1.5em; border-bottom: #ddd 1px solid }
.term_logo		{ float: right; margin-right: 10px; }
.term_link		{ float: right; }
.term_dauer		{ margin-top: 20px; margin-bottom: 5px; width: 350px; margin-left: 70px; color: #808080; font-weight: bold}

/* @end */



	


/* @group Rahmen */


#right .rahmen2, #right .rahmen_termine { 
	margin-left: 10px; width: 75%; }
#right .rahmen { 
	margin-left: 10px; width: 74%; }

.rahmen { 
	clear: both;
	border: #8aba16 2px solid;
	margin: 0 0 3.5em 0;
	width: 80%;
	font-size: 90%;
	line-height: 1.4em;
	padding: 10px; 
	}
	
		
	
.rahmen2 { 
	clear: both;
	border: #ccc 1px solid;
	margin: 0 0 3.5em 0;
	width: 80%;
	font-size: 90%;
	line-height: 1.4em;
	padding: 10px; }	
	
.rahmen_termine { 
	clear: both;
	background: #b9d673;
	margin: 0 0 3.5em 0;
	font-size: 90%;
	line-height: 1.4em;
	padding: 10px 10px 0 10px;
	color: #fff; 
	border: #8aba16 2px solid;}	
	
	
.rahmen_info { 
	clear: both;
	float: left;
	border: #8aba16 2px solid;
	margin: 1.5em 20px 3.5em 0;
	font-size: 90%;
	line-height: 2em;
	padding: 10px; 
	color: #8aba16;
	font-weight: bold
}	


	
.rahmen_kopf { 
	clear: both;
	color: #fff;
	background: #8aba16 url(../images/box/box_verlauf_g.gif) repeat-x top left;
	padding: .5em 10px .7em 10px;
	margin: -10px -10px 1em -10px;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4em;
	}	
	
.rahmen_kopf2 { 
	clear: both;
	color: #fff;
	background: #8aba16 url(../images/box/box_verlauf_g.gif) repeat-x top left;
	padding: .8em 10px .8em 10px;
	margin: -10px -10px 1em -10px;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase
	}			


	
.rahmen_term_datum		{ 
	padding: 0 0 .5em 0; 
	font-size: 105%; 
	font-weight: bold;
	line-height: 1.4em; 
	color: #fff; 
	text-transform: uppercase; 
	margin-bottom: .5em }	

.rahmen_term_headline	{
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: .3em}
	
.rahmen_term_l				{ 
	font-weight: bold; 
	font-size: 120%; 
	color: #8aba16;
	padding-bottom: .3em}
	
.rahmen_term_zeitraum		{ 
	font-size: 10px; 
	color: #888; 
	}
	
.rahmen_termine .linie_k {
	border-top: #8aba16 1px solid;
	position: relative;
	margin: 0 0 1.5em 0;
	padding: 0;
}	



.stoerer { min-height: 39px; height: auto !important;  /* für moderne Browser */ height: 39px;  /*für den IE */ }

.stoerer a { 
	float: left; clear: both;
	margin-left: 10px; 
	margin-bottom: 0;
	width: 132px;
	color: #fff;
	background: #003366 url(../images/button_b.gif) no-repeat top left;
	padding: 10px 10px 10px 35px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
	border: #003366 1px solid;
	margin-top: 1.5em
	}


.stoerer a:hover { 
	background: #003366 url(../images/button_b_hov.gif) no-repeat top left;
	text-decoration: none
	}
	
.stoerer .sub { 
	color: #c9d5ac;
	font-size: 90%
	}
		
	
/* @end */		
	
	
		
/* @group Kurz-News + Kurz-Termine –> Rechte Spalte */
		
ul.ueberblick {
	display: inline
	 }
	.ueberblick li {
	float: left; clear: left;
	width: 100%;
	list-style: none;
	margin-bottom: .5em;
	border-bottom: #ddd 1px solid;
	}
 	a.ueberblick_link 		{ color: #666 }
 	a:hover.ueberblick_link { color: #003366; text-decoration: none; }
	#right .next			{ color: #003366; font-weight: bold; margin-left: 0; background: url(../images/pfeil_next_b.gif) no-repeat right; }
	
	
	#right .rahmen 			{ border-color: #003366 }
	
/* @end */





/* @group News */

.news {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	float: left;
	width: 100%;
}


.news_headline {
	margin-bottom: 0;
	font-size: 130%;
	margin-top: .3em;
}

.news_lang_headline {
	color: #8aba16;
	margin-bottom: 0;
 }


.news_datum {
	font-size: 85%;
	color: #036;
	padding-bottom: 3px; /* unterer Abstand bei Langnews größer */
}
	
.news_lang_datum {
	font-size: 85%;
	color: #036;
	margin-bottom: 2em; /* unterer Abstand bei Kurznews kleiner */
}

#news_lang_bottom	{	
	margin-top: 2em; padding-top: 1em; 
	clear: left; float: left; 
	width: 100%; 
	border-top: #ddd 1px solid;
	text-align: right

}

.news_footer {
	position: relative;
	background: url(../images/foot_verlauf.gif) repeat-x bottom right;
	border-bottom: #e4e4e4 solid 1px;
	margin-right: -29px;
	margin-left: -29px;
	clear: both;
	padding-bottom: .5em;
	padding-top: .5em;
	height: 2em;
}

.news_footer ul {
	list-style: none;
	position: absolute;
	right: 30px;
	margin-top: .2em;
	margin-bottom: .2em;
}


.news_footer ul li {
	display: inline;
	padding-left: 17px; /* Abstand Icon zum Text */
	margin-left: 15px; /* Abstand Text zum Icon bzw. zwischen "Komentar" u. "mehr lesen" */
	background: no-repeat 0 50%; /* vertikale ausrichtung – mittig */
}

.news_footer ul li a 	{ color: #003366 }



#main .news_footer ul li.lesen		{ background: url(../images/listen/lesen.gif) no-repeat 0 50%; }



.news img						{ margin: 3px 0 5px 10px; float: right; border: solid 1px #036 }
.news img.news_kurzbildlinks	{ margin: 3px 15px 5px 0; float: left }
.news img.news_kurzildrechts	{ margin: 3px 15px 5px 0; float: right }

/* @end */








/* @group input-Felder */

#login 	{ padding: 10px 30px 0 30px; height: 34px}
.login	{ width: 85px }

#suchen	{ float: right; padding-top: 1.5em; padding-right: 30px; }
.suche	{ width: 125px }

/* @end */





/* @group Bilder */

#main img 				{   }


img.bild 				{ margin: 0 0 4px; 								border: none }
img.bildlinks 			{ margin: 0px 12px 10px 0px;	float: left; 	border: none }
img.bildrechts 			{ margin: 0px 0px 10px 12px;	float: right; 	border: none }

img.bildrahmen  		{ margin: 0px 0px 4px 0px;  					padding: 3px;	border: 1px solid #ccc }
img.bildrahmenlinks  	{ margin: 3px 12px 3px 0px;		float: left; 	padding: 3px;	border: 1px solid #ccc }
img.bildrahmenrechts  	{ margin: 3px 0px 5px 12px;		float: right;	padding: 3px;	border: 1px solid #ccc }
img.bildrahmenmitte  	{ margin: 0px 0px 4px 0px;						padding: 3px;	border: 1px solid #ccc }

img.bildrahmenreihe  	{ margin: 3px 5px;				float: left; 	padding: 3px;	border: 1px solid #ccc }
img.bildrahmenreihe2  	{ margin: 3px 5px;								padding: 3px;	border: 1px solid #ccc }
img.bildkurzlinks 	 	{ margin: 3px 7px 3px 0;		float: left;	padding: 3px;	border: 1px solid #ccc }
img.bildkurzrechts  	{ margin: 3px 0 3px 7px;		float: right; 	padding: 3px;	border: 1px solid #ccc }



/* Bilder she */
				
img.pic_kurznews		{ margin: -20px 20px 3px 0;		float: left;	background: #fff; width: 80px; height: 80px; }

				
img.floatleft { float: left; margin: 10px 20px 3px 0px; }

img.floatright { float: right; margin: 10px 0px 3px 20px; }



.galerie	{ 
	border: 1px #ccc solid;
	margin: 23px 23px 0 0; 
	padding: 2px;
	float: left;
	width: 20%
}	


/* @end */





/* @group Tabellen */

.tabelle_head { 
	width: 100%;
	border-bottom: 1px solid #000033;
	margin: 1em 0;
	padding-bottom: .1em;
	font-weight: bold;
	color: #000033;
	float: left
}

.tabelle_head_gruen { 
	width: 100%;
	border-bottom: 1px solid #8aba16;
	margin: 1em 0;
	padding-bottom: .1em;
	font-weight: bold;
	color: #8aba16;
	float: left
}

.zeile { 
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 1em
}

.tabelle, .tabelle_linie					{ float: left; clear: both; width: 100%; margin-bottom: 2.5em }
.tabelle_linie .zeile						{ border-bottom: 1px solid #ddd; padding-bottom: .5em }
.rahmen .zeile								{ margin-bottom: .5em; padding-bottom: .1em } /* Abstand-Korrektur für Tabellen in Rahmen */
.rahmen .tabelle, .rahmen .tabelle_linie	{ margin-bottom: 1.8em }
.zeile_none									{ border-bottom: none;   } /* letzte Zeile ohne Linie */
.tabelle h5, .tabelle_linie h5				{ float: left; clear: both; width: 100%; margin-top: 1em  } 

.zeile h1,
.zeile h2,
.zeile h3,
.zeile h4,
.zeile h5,
.zeile h6  { margin: 0em }

.spalte10 	{ width: 5%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte15 	{ width: 10%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte15o 	{ width: 15%;	float: left; 					padding-bottom: .5em }
.spalte20 	{ width: 15%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte20o 	{ width: 20%;	float: left; 					padding-bottom: .5em }
.spalte25 	{ width: 20%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte25o 	{ width: 25%;	float: left; 					padding-bottom: .5em }
.spalte30 	{ width: 25%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte30o 	{ width: 30%;	float: left;					padding-bottom: .5em }
.spalte35 	{ width: 30%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte35o 	{ width: 35%;	float: left; 					padding-bottom: .5em }
.spalte40 	{ width: 35%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte40o 	{ width: 40%;	float: left; 					padding-bottom: .5em }
.spalte45 	{ width: 40%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte50 	{ width: 45%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte55 	{ width: 50%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte60 	{ width: 55%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte60o 	{ width: 60%;	float: left; 					padding-bottom: .5em }
.spalte65 	{ width: 60%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte70 	{ width: 65%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte70o 	{ width: 70%;	float: left; 					padding-bottom: .5em }
.spalte75 	{ width: 70%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte80 	{ width: 75%;	float: left; padding-right: 5%; padding-bottom: .5em }
.spalte80o 	{ width: 80%;	float: left; 					padding-bottom: .5em }
.spalte33 	{ width: 30%;	float: left; padding-right: 3%; padding-bottom: .5em }
/* @end */







/* @group Kontakt */


img.passbild	{ 
	border: #ccc 1px solid;
	padding: 3px;
	margin-top: .5em
}

.abteilung, .ansprech, .zimmer, .status, .adresse, .telefon, .fax, .email, .web, .paragraph, .zeit, .bemerkungen, .links, .leer, .pdf, .mov, .mp3  {
	margin: 7px 0px 2px 0px;
	padding-left: 25px;
	line-height: 140%;
}

.status		{ font-weight: bold; color: #003366; padding-left: 0px; padding-right: 35px }
.foto		{ padding-left: 25px; }


.ansprech	{ background: url(../images/icons/ansprech.gif) no-repeat; }
.adresse	{ background: url(../images/icons/adress.gif) no-repeat; }
.telefon	{ background: url(../images/icons/telefon.gif) no-repeat; }
.fax		{ background: url(../images/icons/fax.gif) no-repeat; }
.email		{ background: url(../images/icons/mail.gif) no-repeat; }
.web		{ background: url(../images/icons/inet.gif) no-repeat; }
.paragraph	{ background: url(../images/icons/paragraph.gif) no-repeat; }
.zeit		{ background: url(../images/icons/zeit.gif) no-repeat; }
.links		{ background: url(../images/icons/inet.gif) no-repeat; }

.pdf		{ background: url(../images/icons/pdf_k.gif) no-repeat; }
.mov		{ background: url(../images/icons/mov_k.gif) no-repeat; }
.mp3		{ background: url(../images/icons/mp3_k.gif) no-repeat; }


/* @end */





/* @group Download */

.dok {
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #ddd; 
	margin-bottom: .5em
}

.dok_thumb	{ 
	margin-top: 1em;
	clear: both;
	width: 80px;
	float: left; }

.dok_headline {
	margin: .8em 0 .3em 0;
	color: #000033;
	font-size: 120%;
	float: left;
	width: 70%
}
.dok_beschreibung {
	clear: both;
	margin-top: 0;
	margin-left: 80px;
	margin-bottom: 2px;
}
.dok_groesse	{ 
	font-size: 80%;
	color: #aaa;
	float: left;
	padding-left: 80px;
}

.dok_link	 	{ 
	float: right;
}

.dok_hinweis	 	{ 
	color: #666;
	font-size: 85%;
	margin: -1.5em 0 2em 0
}




/* @end */



/* @group Personal */


.pers	{
	border-bottom: #ddd 1px solid;
	margin-bottom: 2em;
	float: left;

	clear: both;
	width: 80%;
	padding-bottom: 2em
}

.pers_headline 	{ 
	margin-top: 2em;
}

.pers_bild	{ 
	float: right;
	border: #ccc 1px solid;
	padding: 3px;
	margin-top: -1.5em
}

.pers_daten	{ 
	float: left;
	width: 60%
}

.position	{ 
	font-weight: bold;
	color: #8aba16;
	margin-bottom: 2em;
}

.beauftragung	{ 
	margin-bottom: 2em;
}



/* @end */



/* @group Instanzen */

.inst	{
	margin-bottom: 2em;
	float: left;
	clear: both;
	padding-bottom: 2em;
	width: 100%;
}

h1.inst_headline { margin-bottom: 1.3em }

h2.inst_headline { 
	border-top: #ddd 1px solid;
	position: relative;
	clear: both;
	margin: 2.5em 0 1em 0;
	padding: 1em 0 0 0; }
	
h2.inst_headline h3 {  }


.inst_bild	{ 
	float: right;
	border: #ccc 1px solid;
	padding: 3px;
}


/* @end */




/* @group DOWNLOADS Listen */

ul .pdf, ul .mov, ul .mp3 {
	list-style: none;
	margin-left: -20px;
	line-height: 100%;
	margin-top: .5em;
}

ul li .pdf, ul li .mov, ul li .mp3 {
	list-style: none;
}



/* @group Formulare */

#form1 {
	background-color: #eee;
	border: 1px solid #ccc;
	width: 380px;
	margin-bottom: 3px;
	padding: 10px 10px 0;
}

.form_zeile {
	padding-top: 1px;
	padding-bottom: 8px;
	clear: both;
}

.form_sp1 {
	font-size: 10px;
	float: left;
	/* border: 1px solid #ff9100; */
	padding-right: 10px;
}

.form_help {
	float: right;
	position: relative;
}

a.form_help:link	{ border-bottom: none; text-decoration: none; } 
a.form_help:visited	{ border-bottom: none; text-decoration: none; } 
a.form_help:hover 	{ border-bottom: none; text-decoration: none; }

.form_error {
	color: #f00;
	font-size: 11px;	
	/* background: url(../images/achtung_k.gif) no-repeat; */
	background-color: #fdd;
    border: 1px solid #f44;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 2px 4px;
	margin-right: 20px;
}


.form0, .form0b, .form10, .form20, .form50, .form80, .form100 {
	font-size: 11px; 
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #000;
}

.form0, .form10, .form20, .form50, .form80, .form100 {
	border: 1px solid #909090;
}

.form10		{ width: 30px; }
.form20		{ width: 60px; }
.form50		{ width: 165px; }
.form80		{ width: 270px; }
.form100	{ width: 345px; }

.box_rot {
	background-color: #f00;
}

/* @end */


/* @group Aufzählung */

#content ul {
	list-style-type: square;
	margin: 0;
	padding-left: 20px;
}

#content ol {
	list-style-type: decimal;
	margin: 0;
	padding-left: 20px;
}

#content ol li, #content ul li {
	padding-bottom: .5em;
}


/* @end */


/* @group Buecher */

.buch_zeile {
	margin-bottom: 5px;
}

.spalte_l {
	float: left;
	width: 35%;
}

.spalte_r {
	margin-left: 40%;
}
/* @end */





/* @group Farben */

.gruen		{color: #8aba16}
.orange		{color: #003366}
.rot		{color: #ff4500}
.blau		{color: #003366}
.weiss      {color: #ffffff}
.grau     	{color: #898989}
.dunkelgrau	{color: #444444}

/* @end */



/* @group Debug */

#debug {
	width: 620px;
	border-top: 4px solid #fa8d39;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
}


/* @end */


