/*-----------------------------------------------------------
Zentrales Stylesheet-wird im head der Webseiten aufgerufen
Datei: zentrale.css
Datum: 02.11.2008
Autor: JS-Multimedia, Jörg Schmitter
-----------------------------------------------------------*/


/*---------------------------------------------------------
ENDE zentral.css
---------------------------------------------------------/*

/* 	-----------------------------------------------------------
	Allgemeine Styles
	-----------------------------------------------------------*/
	
	body {
		background-color: #ffffff;
		/*background-color: #f2f8fc;*/
		color: 666666;
		line-height: 1.5;
	}
	
	h1 {
		padding: 0;
		margin: 0;
	}

/* 	-----------------------------------------------------------
	Teil 1 - Reset
	-----------------------------------------------------------*/
	
	* {
	padding: 0; 
	margin: 0; 
	} 
	
	
/* 	-----------------------------------------------------------
	Teil 2 - Restaurierung
	-----------------------------------------------------------*/
	
	/*margin-bottom für Überschriften, Absätze, Listen etc.*/
	h1, h2, h3, h4, h5, h6,
	p, blockquote, adress,pre,
	ul, ol, dl {
		margin-bottom: 1em;
	}
	
/* 	-----------------------------------------------------------
	Teil 3 - Grundlegende Formatierung
	-----------------------------------------------------------*/
	/*1. html und Body*/
	
	/*Bildlaufleise im Firefox immer anzeigen*/
	html{ height: 101%; }
	
	body {
	background-color: #ffffff;
	color: #666666;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: small;
	}
	
	/*2. Schriftformatierung für Überschriften*/
	h1, h2, h3, h4, h4, h5, h6,{
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-weight: bold;
	}
	/*Überschriftengrößen auf Basis von small*/
	h1 { font-size: 150%; }
	h2 { font-size: 130%; }
	h3 { font-size: 120%; }
	h4 { font-size: 110%; } 
	
	/*3. Listengestaltung*/
	/*li, ul, ol, dl {
		list-style: none;
		display: inline;*/
	}
	
	hr {
		border: 0px; /* Für Firefox und Opera */
 		border-top: dotted 1px #666666;
 		border-bottom: dotted 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	}
	
/* 	-----------------------------------------------------------
	Teil 4 - Tabellen
	-----------------------------------------------------------*/
	table{
		width: 500px;
		border-collapse: collapse;
		color: #666666;
		background-color: #ffffff;
		border: 0px solid #626262;
	}
	
	caption {
		font-size: 80%;
		font-weight: normal;
		background-color: #fffff;
		color: #000000;
		text-align: left;
		padding: 0.5em;
	}
	
	th, td{
		text-align: left;
		vertical-align: top;
		font-family: Verdana, Arial, helvetica, sans-serif;
		font-size: 60%;
		font-weight: normal;
		padding-top: 5px;
		padding-left: 5px;
		padding-bottom: 5px;
	}
	
	
	tfoot {
		font-size: 70%;
		font-weight: normal;
		background-color: #626262;
		color: #ffffff;
		padding-left: 5px;
	}
	
	tbody{
	
	}
	
	tr.zebrastreifen {
		background-color: #e5f1f8;
	}
/* 	-----------------------------------------------------------
	ENDE fundament.css
	-----------------------------------------------------------*/
	
	
/* 	-----------------------------------------------------------
	Definiton der DIVs
	-----------------------------------------------------------*/
	
#wrapper_underlay {
	width: 915px; /*Breite des Inhaltbereiches*/
	height: 600%;
	color: #666666;
	background-color: #ffffff;
	background-image: url(../image/basic/schatten_back.png);
	}

#wrapper {
	width: 900px; /*Breite des Inhaltbereiches*/
	color: #666666;
	background-color: #ffffff;
	}
	
#logobereich {
	background-color: #ffffff; /*weiss*/
	width: 900px;
	height: 153px;
	color: black;
}

#impbereich{
	width: 875px;
	background-color: #ffffff; /*weiss*/
	text-align: right;
	font-size: 70%;
	padding-top: 10px;
}

#kopfbereich{
	width: 900px;
	height: 281;
	color: black;
	background-color: #ffffff; /*blau*/
	margin: 0pt;
}


#spalte_links{
	float: left;
	width: 168px;
	height: 266px;
	color: black;
}

#textbereich{
	float: left;
	width: 545px;
	background-color: #ffffff; /*weiss*/
	padding: 0px 10px 10px 10px;
	border-left: 1px dotted #626262;
	border-right: 1px dotted #626262;
	font-size: 90%;
	margin-top: 5px;
}
	#textbereich HR{
		border: 0px; /* Für Firefox und Opera */
 		border-top: dotted 1px #666666;
 		border-bottom: dotted 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	
	}	

#spalte_rechts{
	float: right;
	width: 153px;
	color: black;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: xx-small;
	padding: 20px 5px 5px 5px;
}

#spalte_rechts a {
		background-color: #ffffff;
		color: #666666;
		font-weight: normal;
		text-decoration: underline;
	}
	
	#spalte_rechts a:focus, 
	#spalte_rechts a:hover {
		background-color: #ffffff;
		color:000000;
		font-weight: normal;
		text-decoration: underline;
	}	
	
	#spalte_rechts HR{
		border: 0px; /* Für Firefox und Opera */
 		border-top: dotted 1px #666666;
 		border-bottom: dotted 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
 		}
	
#fussbereich{
	float: left;
	width: 900px;
	color: black;
	font-size: 70%;
	text-align: center;
	clear: both;
	margin-top: 5px;
}
	#fussbereich HR{
		border: 0px; /* Für Firefox und Opera */
 		border-top: dotted 1px #666666;
 		border-bottom: dotted 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	
	}	
/* 	-----------------------------------------------------------
	ENDE fundament.css
	-----------------------------------------------------------*/
	
/* 	-----------------------------------------------------------
	Navigation Horirontal
	-----------------------------------------------------------*/
	
	#impbereich a {
		background-color: #ffffff;
		color: #666666;
		font-weight: normal;
		text-decoration: none;
	}
	
	#impbereich a:focus, 
	#impbereich a:hover {
		background-color: #ffffff;
		color:000000;
		font-weight: normal;
		text-decoration: underline;
	}
		
	#impbereich li, ul, ol, dl {
		list-style: none;
		display: inline;
	}
	
	#textbereich a {
		background-color: #ffffff;
		color: #666666;
		font-weight: bold;
	}
	
	#textbereich a:focus, 
	#textbereich a:hover {
		background-color: #ffffff;
		color:000000;
		font-weight: bold;
		text-decoration: underline;
		
	}
	
	#navibereich_v {
	position: absolute; top: 200px; left: 35px;
	font-weight: normal;	/*Schrift, normal*/
	text-align: left;	/* linksbuendige Navigation */
}

	#navibereich_v ul { margin-bottom: 0; }
	#navibereich_v li{
	list-style: : none;
	text-decoration: none;
	line-height: 1.4;
	
		}
	#navibereich_v a{
	font-weight: normal;	/*Schrift, normal*/
	color: #666666;/*Grau*/
	text-decoration: none;
	}
		
	#navibereich_v a:hover,
	#navibereich a:focus {
	font-weight: normal;	/*Schrift, normal*/
	color: #666666;/*Grau*/
	text-decoration: underline;
	}
	#navibereich_v a:active {
	text-decoration: underline;
	}
	



/* 	-----------------------------------------------------------
	ENDE fundament.css
	-----------------------------------------------------------*/