@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

/*	EXPERIMENTE		*/

/* 	Grundeinstellungen fuer den Aufbau der gesamten Seite	*/

*
{
	margin: 0;
	padding: 0;
}

body 
{ 
	background: -moz-linear-gradient(top, #d2d2d2 0, #fff 75%, #d2d2d2 100%);
    background: -webkit-gradient(linear, left top, left bottom,color-stop(0, #d2d2d2), color-stop(0.75, #fff), color-stop(1, #d2d2d2));
	padding:30px 0 0 0;
	min-width: 970px;
	height: 100%;
	font-family: Verdana, Calibri, Helvetica;
	z-index:0;	/* Damit Firefox negative z-indexe akzeptiert !! */	
}


div#wrapper
{
	width: 970px;
	margin: 0 auto 0 auto;
	box-shadow: 5px 5px 25px  #666;
	-webkit-box-shadow: 5px 5px 25px  #666;
	-moz-box-shadow: 5px 5px 25px  #666;
}

div#header
{
	position:relative;
	width: 100%;
	height: auto;
	z-index: 10;
	background-color: #ececec;
}


img.notifier
{
	position: absolute;
	top: 35px;
	left: -45px;
	z-index: 0;
}


div#header img.header_logo_rechts
{
	position: absolute;
	top: -20px;
	right: -35px;
}

div#header_print
{
	display:none;
	position:relative;
	font-family: Arial;
	width: 100%;
	height: 100px;
	z-index: 10;
	border-bottom: 1px solid #DCDCDC;
}

div#header_print h3.zeile_1
{
	font-family: Arial;
	font-size: 40px;
	color: #ECECEC;
}

div#header_print h3.zeile_2
{
	font-family: Arial;
	font-size: 30px;
	color: #FCFCFC;
}

div#header_print h3.zeile_3
{
	font-family: Arial;
	font-size: 20px;
	color: #FCFCFC;
}

div#header_print img
{
	position:absolute;
	top:0;
	right:0;
}


div#header-logo
{
	width: 100%;
	height: 100px;
}

div#header-nav
{
	width: 100%;
	height: 24px;
	font-size: 10px;
	color: white;
	background-color: #f5f5f5;
	border-bottom: 5px solid #ccc;
}

div#login
{
	position: absolute;
	top: 0;
	right: 74px;
	font-size: 10px;
	padding: 2px;
	height: 21px;
	filter:Alpha(opacity=30);
	opacity: 0.20;
	color: #404040;
}

div#login:hover
{
	filter:Alpha(opacity=100);
	-webkit-transition: all 1s; -moz-transition: all 1s;
	opacity: 1;
}

div#login a:link
{
	color: #404040;
}

div#login a:visited
{
	color: #404040;
}

div#login a:hover
{
	color: #066ec6;
}

div#login a:active
{
	color: #404040;
}


div#login_mobil
{
	position: absolute;
	top: 0;
	right: 74px;
	font-size: 10px;
	padding: 2px;
	height: 21px;
	color: #404040;
}

div#login_mobil a:link
{
	color: #404040;
}

div#login_mobil a:visited
{
	color: #404040;
}

div#login_mobil a:hover
{
	color: #066ec6;
}

div#login_mobil a:active
{
	color: #404040;
}



form .login_feld_nr
{
	padding:1px;
	font-size: 10px;
	width: 20px;
	color: #3d3d3d;
	border: 1px solid black;
	}

form .login_feld_kennung
{
	padding:1px;
	font-size: 10px;
	width: 38px;
	color: red;
	border: 1px solid black;
	
}

form .login_button
{
	position: relative;
	top: 4px;
	padding:0px;
	height: 15px;
	width: 15px;
}


div#options
{
	position: relative;
	width: 970px;
	height: 25px;
	background: #F5F5F5;
	border-bottom: 5px solid #ccc;
	z-index: 1;
}

div#options-stop
{
	position: relative;
	width: 300px;
	height: 25px;
}

div#options-stop:hover
{
	cursor: not-allowed;
}


div#options_facebook
	{
	position:absolute;
	top: 3px;
	left: 120px;
	width: 120px;
	}
	
div#options_twitter
	{
	position:absolute;
	top: 3px;
	left: 5px;
	width: auto;
	}
	
div#options_google
	{
	position:absolute;
	top: 3px;
	left: 240px;
	width: auto;
	}
	
div#options_vz
	{
	position:absolute;
	top: 4px;
	left: 240px;
	width: auto;
	opacity: 0.8;
	}

div#options_schnellfinder
{
	float:right;
	width: 160px;
	height: 25px;
	padding-top: 1px;
	text-align: center;
	border-left: 1px solid #dcdcdc;
}

div#container-main
{
	z-index: 2;
	position:relative;
	height: 100%;
	background: #f5f5f5;
}

div#container-hilfe
{
	height: auto;
}

div#Leiste_rechts
{	
	
	float: right;
	width:160px;
	height:auto;
	z-index:200;
}

div#Leiste_rechts:hover
{	
	float: right;
	width:160px;
	height:auto;
	opacity: 1.0;
}




div#content
{
	padding: 5px;
	width: 800px;
	height: auto;
	font-size: 14px;
	color: #575757;
}

div#content_titel
{
	font-weight:bold;
	font-size: 17px;
	text-align: left;
	color: #517AC4;
	height: auto;
	width: 100%;	
}

div#content_titel_a
{
	margin: 5px;
	font-weight:bold;
	font-size: 14px;
	color: #575757;
}


div#content_untertitel
{
	margin: 5px;
	font-size: 14px;
	text-align:left;
	text-decoration: underline;
}

div.content_text_12px
{
	padding-left:5px;
		padding-top: 5px;
	font-size: 12px;
}

div.content_text_14px
{
	padding-left:5px;
	padding-top: 5px;
	font-size: 14px;
}

div#kontakt_liste
{
	height: auto;
}

div#kontakt_eintrag
{
	position: relative;
	width: 400px;
	border: 1px solid #DCDCDC;
	margin-bottom : 10px;
	background-color: #ECECEC;
}

div#kontakt_bild
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	height: auto;
	border: 3px solid white;
}


div#Inhalt-clear
	{
	clear:both;
	}

div#news
{
	width: 160px;
	height: auto;
}


div#Statuszeile
{
	font-family: Droid Sans;
	width: 100%;
	padding-top: 5px;
	height: 18px;
	color: #404040;
	font-size: 10px;
	border-top: 5px solid #ccc;
	background-color: #f5f5f5;
	text-transform: uppercase;
}

table.status
{
	border:0;
	border-collapse: collapse;
	width: 100%;
}

table.status a:link 
{
	color: #404040;
}


table.status a:visited 
{
	color: #404040;
}


table.status a:hover
{
	color: #066ec6;
}

table.status a:active
{
	color: #404040;
}


table.status td.links
{
	padding: 1px 0 1px 2px;
	text-align:left;
	width: 33%;
}


table.status td.mitte
{
	padding: 2px 0 1px 0;
	text-align:center;
	width: 33%;
	
}

table.status td.rechts
{
	padding: 2px 3px 1px 0;
	text-align:right;
	width: 33%;
	
}

div#Statuszeile_print
{
	display:none;
	position: fixed;
	bottom: 0;
	margin-top: 10px;
	width: 100%;
	color: #575757;
	border-top: 1px solid #DCDCDC;
	font-family: Arial;
	font-size:14px;
	text-align: center;
}

div#social_networks
{
	width: 970px;
	margin: 30px auto;
	position:relative;
	z-index:0;
	filter:Alpha(opacity=20);
	opacity: 0.3;
}


div#social_networks:hover
{
	
	filter:Alpha(opacity=100);
	opacity: 1.0;
	-webkit-transition: all 1s; -moz-transition: all 1s;
}

div#social_networks img
{
	opacity: 0.4;
	-webkit-transition: all 1s; -moz-transition: all 1s;
}

div#social_networks img:hover
{
	opacity: 1.0;
	-webkit-transition: all 1s; -moz-transition: all 1s;
}

div#ladecontainer
{
	position:absolute;
	top: 0;
	left: 0;
	width : 100%;
	height : 100%;
	z-index: 20;
	color: white;
	font-size: 12px;
	font-weight: normal;
	background-color: #575757;
	filter:Alpha(opacity=90);
	opacity: 0.90;
	z-index: 20;
}

div#ladecontainer_content
{
	margin-top: 150px;
	margin-left: 38%;
	width: auto;
}


/*	CSS- EIGENSCHAFTEN DES MENUES			*/


body {behavior: url(css/csshover.htc);}    /* Die Einbindung ist notwendig, damit der IE 6 den Hover akzeptiert */
div#nav {float: left; margin: 0 0 0 0; background: #f5f5f5; z-index: 1;}
div#nav ul {margin: 0; padding: 0; background: #dcdcdc; }
div#nav li {position: relative; list-style: none; margin: 0 ; padding-left: 7px;float: left; width: 115px;  font-weight: bold; z-index: 1; }
div#nav li:hover {background-color: #ccc; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; z-index: 2;}
div#nav li.submenu {background: url(../images/pfeil_down.png) 95% 50% no-repeat; }
div#nav li.submenu:hover {background-color: #ccc; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;}
div#nav li a {display: block; padding: 0.25em 0.5em 0.25em 0em; text-decoration: none;  color: #404040;font-family: Droid Sans;  font-size: 12px; line-height: 18px;}
div#nav>ul a {width: auto;  }
div#nav ul ul {position: absolute; top:0; left:9.7em; display:none}
div#nav ul ul li {text-align: left; text-transform: none; font-weight: normal; }
div#nav li.submenu li.submenu {background: url(../images/pfeil_rechts.gif) 95% 50% no-repeat;}
div#nav li.submenu li.submenu:hover {background-color: #ccc;}
div#nav ul.ebene1 li.submenu:hover ul.ebene2, div#nav ul.ebene2 li.submenu:hover ul.ebene3, div#nav ul.ebene3 li.submenu:hover ul.ebene4 {display:block;}
div#nav ul.ebene2 {top: 24px; left:0px; margin-top: 0px;}
div#nav ul.ebene3 {top: -1px;left: 121px; margin-top: 1px;}
div#nav ul.ebene4 {top: -2px;left: 121px; margin-top: 1px;}
div#nav li.overline {border-top: 1px solid #202020;}
div#nav li.inarbeit {font-size: 13px; padding: 0.25em 0.5em 0.25em 0em; margin-left: 0.5em; width: 108px; color: #CCC; font-family: Calibri, Verdana, Arial; height: 15px; }
div#nav li.inarbeit:hover {background-color: #ccc; }
div#nav li { -webkit-transition: all 0.2s; -moz-transition: all 0.3s; }
div#nav li a { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; }
div#nav li ul { -webkit-transition: all 1s; -moz-transition: all 1s; }
div#nav li ul li { -webkit-transition: height 0.5s; -moz-transition: height 0.5s; }


/* NEWSMODUL UERBSICHTSANZEIGE BOX */

div#news_main
{
	position: relative;
	margin: 12px 0 8px 0;
	width: 160px;
	color: #404040;
	font-weight: bold;
	font-size: 11px;
	font-family: Droid Sans,Calibri, Arial, Helvetica;
}

div.news_kopfzeile
{
	font-size: 14px;
	font-family: Droid Sans, Calibri, Arial, Helvetica;
	background-color: #F5F5F5;
	border-bottom: 5px solid #ccc;
}

div#news_main img.anhang
{
	position: absolute;
	right: 0;
	top: 1px;
}

div#news_main img.neu
{
	position: absolute;
	top: -15px;
	right: -32px;
	border: 0;
	opacity: 0.8;
}


div.archiv
{
	margin-bottom: 20px;
	border-top: 2px solid #ccc;
	padding: 3px;
}
div#news_main a.archiv
{
color:#505050;
font-size: 11px;

}

div#news_main a.archiv:hover
{
color:#066ec6;
text-decoration:none;
}


div.titel
{
	position:relative;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	padding: 4px 14px 4px 3px;
}

div.titelter
{
	position:relative;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	padding: 4px 14px 4px 3px;
}


div.titel:hover
{
	background-color: #DCDCDC;
	color: #202020;
}

div.titel a
{
	color: #202020;
}

div.topnews
{

}

div.topnews:hover
{
	background-color: #DCDCDC;
	color: #202020;
}


div.titel_topnews
{
	position:relative;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	color: #575757;
}

div#news_main img.bild_vorschau
{
}

div#textanriss
{
	padding: 1px 0 1px 0;
	font-weight: normal;
	font-size: 11px;
	font-family: Droid Sans, Calibri, Arial, Helvetica;
	border-bottom: 1px dotted #808080;
}



/* AUSGABE DES NACHRICHTENMODULS IM CONTENTFENSTER */


div#nachricht_container
{
	width: 98%;
	
	text-align: left;
	color: darkgray;
}
div#nachricht_titel
{
	font-weight:bold;
	font-size: 15px;
	text-align: left;
	color: #517AC4;
}


div#nachricht_details
{
	font-weight:normal;
	font-size: 10px;
}


div#nachricht_text
{
	margin-top: 5px;
	padding: 5px 0 5px 0;
	font-weight:normal;
	font-size: 13px;
	text-align: justify;
	line-height: 1.5em;
	color: #575757;
	min-height: 50px;
	height: 100%;

}

div#nachricht_first_letter
{
	margin-top: 2px;
	margin-left: -3px;
	line-height: 34px;
	font-size: 44px;
	height: auto;
	float:left;
}


div#nachricht_link
{
	padding:5px 0 5px 0;
	border-bottom: 1px solid #DCDCDC;
	font-weight: normal;
	color: #575757;
	font-size: 15px;	
}

div#nachricht_link a
{
	font-size: 12px;	
}


div#nachricht_link a:hover
{
	color: #066ec6;
}

div#nachricht_video
{
	padding:5px 0 5px 0;
	font-weight: normal;
	color: #575757;
	font-size: 15px;	
}

div#nachricht_anhaenge
{
	padding:5px 0 5px 0;
	font-weight: normal;
	color: #575757;
	font-size: 15px;	
}

div#nachricht_anhaenge a
{
	font-size: 10px;
}


div.anhang_eintrag
{
	position:relative;
	top: -28px;
	left: 40px;
	font-size: 12px;
	width: 300px;
}


div.anhang_urheber
{
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
	
}



div#nachricht_bilder
{
	padding:5px 0 5px 0;
	font-weight: normal;
	color: #575757;
	font-size: 15px;
	width: 100%;
}

div.bild_eintrag_news
{
	margin: 5px;
	border: 1px solid #575757;
	height: auto;
	width: 430px;

}

div.bild_eintrag_news img
{
	border: 15px solid white;
}

div.bild_kommentar_news
{
	color: #575757;
	padding: 2px 20px 2px 20px;
	background-color: white;
}

div.bild_fotograf
{
	padding: 0 20px 2px 20px;
	text-align: right;
	font-size: 10px;
	background-color: white;
	height: auto;
	width: auto;
}

div.bild_fotograf img
{
	align:right;
	width: 20px;
	height: 20px;
	border: 0;
}

/* Links */


div#news_main a
{
color: #575757;
text-decoration:none;
font-size: 11px;
}

div#news_main a:hover
{
text-decoration:none;
color:#066ec6;
}


/*	CSS - EIGENSCHAFTEN DES STARTFENSTERS		*/

div#startfenster
{
	position:relative;
	margin: 0 auto;
	width: 750px;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

#slides {
	
	z-index:100;
}

.slides_container {
	width:750px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container a {
	width:750px;
	height:340px;
	display:block;
}

.slides_container a img {
	display:block;
}


/*
	Pagination
*/


#pagi
{
	width: 250px;
	margin: 0 auto;
	text-align: center;
}

#pagi img
{
	opacity: 0.4;
}

#pagi img:hover
{
	cursor: pointer;
	opacity: 1.0;
}



.pagination {
	position: absolute;
	top: 360px;
	left: 290px;
	margin:26px auto ;
	width:300px;
	opacity: 0.4;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:8px;
	height:0;
	padding-top:8px;
	background-image:url(../images/Slide/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -9px;
}

div#start_news
{
	position:relative;
	width: 100%;
	height: auto;
	z-index: 17;
	margin: 45px auto;

}

div#aktuell
{
	position: relative;
	float:left;
	width: 370px;
	height: 100%;

	background: #ccc;
	margin-bottom: 20px;
}

div#aktuell img.neu
{
	position: absolute;
	top: -25px;
	right: -14px;
	border: 0;
	opacity: 0.8;
}

div#blog
{
	position: relative;
	float: right;
	width: 370px;
	height: 100%;
	z-index: 10;
	background: #ccc;
	margin-bottom: 20px;
}

div#blog img.neu
{
	position: absolute;
	top: -25px;
	right: -20px;
	border: 0;
	z-index: 14;
	opacity: 0.8;
}

div.ueberschrift
{
	font-size: 20px;
	border-bottom: 5px solid #909090;
	background: #ececec;
	color: #404040;
	min-height: 52px;	
}

a.dark:hover
{
	color: #404040;
}



div.text
{
	font-family: Droid Sans;
	line-height: 1.5em;
	text-align: justify;
	font-size: 14px;
	width: 360px;
	height: auto;
	min-height: 100px;
	padding: 5px;
}

div.text img.bildchen
{
	float:left;
	padding-right: 8px;	
}


div.weiterlesen
{
	font-family: Droid Sans;
	font-size: 14px;
	font-weight: bold;
	width: 360px;
	height: auto;
	padding: 5px;
}


div#start_intern
{
	width: 750px;
	height: auto;
	margin-bottom: 40px;
	padding-top: 20px;
}

div#mitteilung
{
	position: relative;
	float:left;
	width: 370px;
	height: 100%;
	background: #ccc;
	margin-bottom: 20px;
}

div#mitteilung img.neu
{
	position: absolute;
	top: -25px;
	right: -14px;
	border: 0;
	opacity: 0.7;
}

div#DeinLsv
{
	position: relative;
	top: 0px;
	clear: both;
}



/*	EIGENSCHAFTEN FUER CONTENT INHALTE		*/

div#formular_wrapper
{
	height: auto;
	background-color: #f5f5f5;
	font-size: 14px;
	z-index: 1;
}

div#formular_titel
{
	color: #505050;
	text-align: center;
	font-size: 15px;
	padding: 0;
	height: 27px;
	border-bottom: 1px solid #ccc;
}

div#formular_titel img
{
	vertical-align: middle;	
	margin-bottom: 2px;
}

div#formular_titel_links
{
	width: 33%;
	padding-top: 4px;
	float:left;
	text-align: left;
}

div#formular_titel_mitte
{
	width: 33%;
	float:left;
	text-align: center;

}

div#formular_titel_rechts
{
	width: 33%;
	float:left;
	text-align: right;

}

div#formular_titel img.neu

{
	position:absolute;
	right: 2px;
	
}

div#formular_content
{
	margin-top: 10px;
	height: auto;
}

div#fuss
{
	color: gray;
	text-align: left;
	font-size: 11px;
	height: auto;
	margin-top: 5px;
	
}

div#formular_fuss
{
	color: #575757;
	text-align: center;
	font-size: 12px;
	height: auto;
	font-style: uppercase;
	margin-top: 5px;
	
}

div#formular_fuss_button
{
	position: absolute;
	top: 3px;
	right: 170px;
	z-index: 20;
	color: #575757;
	text-align: right;
	font-size: 12px;;
}



div#formular_wrapper img.zurueck_button
{
	position: absolute;
	top: 2px;
	left: 5px;
	padding:0px;
	border: 0;
}

/*	Ausgabe der externen Personenangaben  */

div#personen
{
	width: auto;
	text-align: center;
	padding: 15px;
	margin-left: 9px;	
}

div.person
{
	position: relative;
	width: 200px;
	height: auto;
	float: left;
	font-family: Calibri, Verdana, Arial;
	border: 0;
	margin: 25px;
	margin-bottom: 50px;
}

div.bild
{
	height: 250px;
	width: 200px;
	text-align: center;
	background-color: #575757;
}

div#person_text
{
	position: absolute;
	bottom: -45px;
	color: white;
	background-color: #575757;
	width: 200px;
	height: 45px;
	filter:Alpha(opacity=80);
	opacity: 0.80;
	text-align: left;
	letter-spacing: 0em;
	
}

span#funktion
{
	color: white;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

span#name
{
	color: white;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

/*	CSS-Defis der internen Dateien */

img.personen
{
border:0;	
}

a span
{
    display:none;
}
a:hover span
{
    display:block;
    margin-top: 30px;
    color: #707070;
    font-size: 13px;
    border-top: 1px solid #707070;
}

/*	Definitionen der Links */

a:link 		{text-decoration: none;  color: #575757;}
a:visited  	{text-decoration: none;  color: #575757;}
a:hover  	{text-decoration: none;  color: #066ec6;}
a:active  	{text-decoration: none;  color: #575757;}


/*	Ende		*/	





