/*===============================================
Datei: bildschirm.css
Datum: 06.03.10
Autor: Christian Melcher
Aufbau: 1. Kalibrierung und Restauration
		2. Allgemeine Styles
		3. Styles für Layoutbereiche
		4. Sonstige Styles
================================================*/


/*====================================
	1. kalibrierung und Restauration
====================================*/
* { padding: 0; margin: 0; }

h1, h2, h3, p, ul, ol { margin-bottom: 1em; }
ul ul { margin-bottom: 0; }
li { margin-left: 1em; }
li li { margin-left: 1em; }

/*========================
	2. Allgemeine Styles
========================*/
body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 100%; }

address {
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-left: 280px;
	margin-right: 15px;
	margin-top: 20px;
	padding-bottom: 25px;
}

a { text-decoration: none; outline: none; }

a:link { color: ; }
a:visited  { color: ; }
a:hover,
a:focus { border-bottom: ; }
a:active {
	color: ;
	background-color: ;
}

img { margin-bottom: 9px; margin-top: 9px; }

/* Allgemeine Klassen und IDs */

.textbild { margin: 0; }
.float_right { float: right; margin-left:15px; }
.float_left { float: left; margin-right:15px; }
.clearing { clear: both; }
.info { margin-bottom: -3px; margin-left: 3px; padding: 0; }
#h over:hover { font-weight: bold; }

/*===================================
	3. Styles für die Layoutbereiche
===================================*/
div#wrapper {
	background: white url(bilder/textbereich.jpg) repeat-y left top;
	position: relative;
	color: black;
	width: 990px;
	margin: 10px auto;
}
div#kopfbereich {
	height: 250px;
	color: black;
	pa dding: 10px 20px 10px 20px;
}

#kopfbereich img{ display: none; }

#startseite #kopfbereich { height: 650px; }
 
#veroeffentlichungen #kopfbereich { background: url(bilder/kopfbereich3.jpg) top left; }
#kontakt #kopfbereich { background: url(bilder/kopfbereich1.jpg) top left; }
#impressum #kopfbereich,
#sitemap #kopfbereich,
#unternehmen #kopfbereich { background: url(bilder/kopfbereich2.jpg) top left; }
#beratung #kopfbereich { background: url(bilder/kopfbereich4.jpg) top left; }
#forschung #kopfbereich { background: url(bilder/kopfbereich.jpg) top left; }
#startseite #kopfbereich { background: url(bilder/kopfbereich5.jpg) top left; }

/*Navibereich 1 */
#navibereich { position: absolute; top: 91px; right: 0; }
#navibereich ul { margin: 0; }
#navibereich li {
	float: left;
	width: auto;
	height: 35px;
	list-style: none;
	border-left: 2px solid white;
	background: transparent url(bilder/buttons/beratung.gif) no-repeat left bottom;
	margin: 0;
	font-size: 98.9%;
}

#navibereich li:hover { background: transparent url(bilder/buttons/beratung_over.gif) no-repeat left bottom; }

#navibereich a {
	display: block;
	padding: 0.6em 0.5em 0.6em 3em;
	border: none;
	color: white;
	font-weight: bold;
}
  
/*Navibereich 2 */

#navibereich2 { position: absolute; top: 30px; right: 0; }
#navibereich2 ul { margin: 0; }
#navibereich2 li {
	float: left;
	width: auto;
	height: 35px;
	list-style: none;
	border-left: 2px solid #DEDBEE;
	margin: 0;
}

#navibereich2 li:hover { border-left: 2px solid black; }

#navibereich2 a {
	display: block;
	padding: 0.5em 0.5em;
	border: none;
	color: #DEDBEE;
	font-weight: bold;
}
#navibereich2 li:hover a { color: black; }

/*Navibereich 3 */

#navibereich3 { float: left; }
#navibereich3 ul { margin: 0; }
#navibereich3 li {
	background: transparent url(bilder/buttons/nebennavi.gif) no-repeat left bottom;
	width: auto;
	height: 28px;
	list-style: none;
	margin: 0;
}

#navibereich3 li:hover { background: transparent url(bilder/buttons/nebennavi_over.gif) no-repeat left bottom; }

#navibereich3 a {
	display: block;
	padding: 0.5em 0.5em 0.5em 3em;
	border: none;
	color: black;
	font-weight: normal;
}
/*Ausgewählte Seite kennzeichnen*/

/*navibereich1*/

#unternehmen #navi01,
#forschung #navi02,
#beratung #navi03,
#veroeffentlichungen #navi04,
#kontakt #navi05 {
	background: transparent url(bilder/buttons/beratung_over.gif) no-repeat left bottom;
}
/*navibereich2*/

#sitemap #navi_b,
#impressum #navi_d,
#startseite #navi_a { border-left: 2px solid black; }

#sitemap #navi_b a,
#impressum #navi_d a,
#startseite #navi_a a { color: black; }

/*navibereich3*/

#unternehmen #navi_active,
#forschung #navi_active,
#beratung #navi_active,
#veroeffentlichungen #navi_active,
#kontakt #navi_active { background: transparent url(bilder/buttons/nebennavi_over.gif) no-repeat left bottom; }



/*Textbereich*/
div#textbereich {
	background: url(bilder/background.gif) no-repeat top right;
	min-height: 400px;
	padding: 20px 10px 20px 20px;
	margin-left: 295px;
	margin-right: 70px;
	margin-bottom: 70px;
}
/*Fussbereich*/
div#fussbereich {
	clear: both;
	color: black;
	background: url(bilder/fussbereich.jpg) bottom left;
	padding: 0px 20px 20px 20px;
	margin-top: 20;
}

/*======================
	4. Sonstige Styles
======================*/

/*Tabelle*/

table { margin: 20px 0; }

td {
	border: 1px solid black;
	border-bottom: none;
	border-right: none;
	height: 2em;
	width: 20em;
	text-align: center;
}
th { background-color: grey; }

#veroeffentlichungen td {
	height: 2em;
	width: auto;
	text-align: left;
	padding-left: 1em;
}


#forschung img { margin-bottom: 15px; }

/*iframe*/

iframe { border: 1px solid black; }




a img { border: none; }

/*=============================
	ENDE DES STYLESHEETS
=============================*/
