/*  =========================================================
Zentrales Stylesheet - wird im HEAD der Webseiten aufgerufen 
Datei: css-zentrale.css
Datum: 2010-12-08
Autor: Thorsten Nerling
========================================================== */ 

@media all { 
/*Allgemeine Einstellungen
===========================*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	}
body {
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

a {
	text-decoration: none;
}
a:link {
	color: #00C;
}

a:visited {
	color: #00C;
}
a:hover {
	text-decoration: underline;
	color: #00C;
}
a:active {
	color: #00C;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 10px;
	margin-top: 10px;
}


h1 {
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
}
h2 {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}
h3 {
	font-size: 13px;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 10px;
}


#page-margins {
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
}


/*Kopfbereich
===========================*/
#kopf {
	height: 113px;
	width: auto;
}
#kopflogo {
	height: 113px;
	width: 183px;
	float: left;
}

/*Kopfbereich Schrift rechts
===========================*/
#kopfrechts {
	height: 113px;
	width: 800px;
	float: right;
	background-image: url(images/nerling_02.jpg);
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background-color: #E3E3E3;
}
#kopfrechts span {
	margin-left: 520px;
	font-weight: normal;
}


/*Kopfbereich Navigation rechts
===========================*/
#kopfnavigaton {
	float: right;
	height: 19px;
	width: 400px;
	margin-top: 78px;
	background-color: #C7C7CC;
	font-size: 10px;
	color: #6A6A6A;
}
#kopfnavigaton ul {
	margin-left: 10px;
	margin-top: 2px;
}
#kopfnavigaton ul li{
	display: inline;
	margin-left: 20px;
}
#kopfnavigaton ul li a {
	text-decoration: none;
}
#kopfnavigaton ul li a:link {
	color: #767676;
}
#kopfnavigaton ul li a:visited {
	color: #767676;
}
#kopfnavigaton ul li a:hover {
	color: #FFF;
}
#kopfnavigaton ul li a.active {
	color: #FFF;
}




/*Popupnavigation
===========================*/

#ka-navi {
	width: auto;
	height: 22px;
	font-size: 12px;
	background-color: #0202C1;
	padding-left: 185px;
}


#ka-navi, #ka-navi ul {
	list-style-type: none;
}
#ka-navi li {
	float: left;
	position: relative;
	white-space: nowrap;
	background-color: #0202C1;
	font-size: 12px;
	visibility: visible;
}
#ka-navi li li {
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#ka-navi li:hover {
	background-color: #D4D4D4;
}
#ka-navi li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
#ka-navi li:hover a {
	color: #333;
}
#ka-navi li li {
	background-color: #F0F0F0;
	color: #333;
}
#ka-navi li li:hover {
	background-color: #D4D4D4;
}
#ka-navi li li a, #ka-navi li:hover li a {
	color: #333;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#ka-navi li li:hover a {
	color: #333;
}
#ka-navi li li li {
	background-color: #F0F0F0;
}
#ka-navi li li li a, #ka-navi li li:hover li a, #ka-navi li:hover li li a {
	color: #333;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#ka-navi li li li:hover a {
	color: #333;
}
#ka-navi li ul, #ka-navi li:hover ul ul {
	position: absolute;
	left: -999em;
}
#ka-navi li:hover ul {
	left: 0;
}

#ka-navi li li:hover ul {
	left: 100%;
	top: 0px;
}
#ka-navi ul li a.active {
	/*background: url(grafik/tab-on.gif) no-repeat;*/
	height: 15px;
	/* [disabled]float: left; */
	padding: 4px 20px 3px 20px;
	background-color: #CCC;
	color: #000000;
	text-decoration: none;
}





/*Inhalt
===========================*/

#inhalt {
	height: auto;
	width: auto;
	background-color: #FFF;
}


/*Inhalt links
===========================*/
#innavlinks {
	float: left;
	height: auto;
	width: 185px;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#innavlinks p {
	margin-left: 20px;
	color: #666;
	margin-top: 45px;
	margin-bottom: 36px;
	font-size: 16px;
}
#innavlinks ul {
	font-size: 10px;
	list-style-type: none;
}
#innavlinks li {
	margin-left: 10px;
	margin-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#innavlinks li span {
	color: #0202C1;
	margin-left: -15px;
}
#innavlinks ul li ul li {
	border-bottom-style: none;
}
#innavlinks a {
	text-decoration: none;
}
#innavlinks a:link {
	color: #000;
}
#innavlinks a:visited {
	color: #000;
}
#innavlinks a:hover {
	color: #00C;
}#innavlinks a:active {
	color: #00C;
}



/*Inhalt Mitte
===========================*/
#inmainmitte {
	background-color: #FFF;
	height: auto;
	width: 602px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	margin-bottom: 10px;
}

/*Inhalt Mitte allgemein
=================================*/
#inmainmitte ul li {
	list-style-type: square;
	margin-left: 15px;
}

/*Inhalt Mitte Imagebild
=================================*/
#inmainmittebild {
	height: auto;
	width: auto;
}


/*Inhalt Mitte Kopfnavigation
=================================*/
#inmainmitte-kopf {
	height: auto;
	width: auto;
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


/*Inhalt Mitte linker Kasten
=================================*/
#inmainmitte1 {
	height: auto;
	width: 280px;
	float: left;
	background-color: #FFF;
	z-index: 1;
	padding-left: 10px;
}


/*Inhalt Mitte rechter Kasten
=================================*/
#inmainmitte2 {
	float: left;
	height: auto;
	width: 280px;
	z-index: 2;
	margin-left: 22px;
}



/*Inhalt Mitte gorsser Kasten
=================================*/
#inmainmitte3 {
	height: auto;
	width: 580px;
	float: left;
	z-index: 1;
	margin-left: 10px;
}


/*Inhalt Mitte zwei Kästen System
=================================*/
.inmainmitte4flex {
	clear: both;
	height: auto;
	width: 582px;
	margin-left: 10px;
}
.kasten1 {
	float: left;
	height: auto;
	width: 280px;
}
.kasten2 {
	float: left;
	height: auto;
	width: 280px;
	margin-left: 22px;
}


/*Inhalt rechts
===========================*/

#innewsrechts {
	height: auto;
	width: 183px;
	margin-top: 17px;
	margin-bottom: 10px;
	z-index: 3;
	font-size: 11px;
	color: #000;
	float: right;
}
#innewsrechts ul {
	list-style-type: none;
}
#innewsrechts li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 10px;
	padding-bottom: 5px;
}



/*Fussbereich
===========================*/
#fuss {
	background-color: #666666;
	height: 20px;
	clear: both;
	font-size: 11px;
	color: #FFF;
}

#fuss span {
	color: #000;
}

#fuss a {
	text-decoration: none;
}
#fuss a:link {
	color: #FFF;
}
#fuss a:visited {
	color: #FFF;
}
#fuss a:hover {
	color: #000;
}
#fuss a:active {
	color: #000;
}
#fuss1 {
	float: left;
	height: 20px;
	width: 125px;
	margin-top: 3px;
	padding-left: 20px;
}
#fuss2 {
	float: left;
	height: 20px;
	width: 280px;
	margin-top: 3px;
}
#fuss2 ul {
	margin-top: -1px;
}
#fuss2 li {
	display: inline;
	margin-right: 20px;
}
#fuss3 {
	float: right;
	height: 20px;
	width: 550px;
	margin-top: 3px;
	display: inline;
}



/*Specielle Einstellungen
===========================*/
.klein  {
	font-size: 10px;
}
#tuev {
	margin-left: 43px;
}
#abstand-index {
	height: 47px;
}

.Box1px {
	height: auto;
	width: auto;
	border: 1px solid #CCC;
	padding: 10px;
	text-align: right;
}
.vertreter {
	margin-right: 15px;
}
.blau {
	color: #009;
}
.zentrieren {
	text-align: center;
}
.zentr {
	/* [disabled]text-align: center; */
}
.ueberschrift1 {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #999;
	padding: 2px;
	margin-right: 10px;
}

address {
	font-style: normal;
}
input , textarea{
	border: 1px solid #666;
}
.hervorheben {
	font-size: 14px;
}

} /* Ende @media - nicht löschen */

/* ======================================
   E N D E fundament.css
   ====================================== */
.fett {
	font-weight: bolder;
}
.clear {
	clear: both;
}
.bildlinks {
	text-align: left;
	margin-right: 10px;
}
.bildrechts {
	text-align: right;
	margin-left: 10px;
}

