@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #fff;
}

#main {
	width: 800px;
	margin: 30px auto 30px auto;
	text-align: left;
	overflow: auto;
}

#header {
	display: block;
	width: 800px;
	height: 250px;
	border-bottom: 6px solid #0757a8;
	position: relative;
	background-color: #CCC;
}
#home #header, #impressum #header {
	background: url(images/header-start.jpg) no-repeat;
}
#team #header {
	background: url(images/header-team.jpg) no-repeat;
}
#spektrum #header {
	background: url(images/header-spektrum.jpg) no-repeat;
}
#kontakt #header {
	background: url(images/header-kontakt.jpg) no-repeat;
}
#labor #header {
	background: url(images/header-labor.jpg) no-repeat;
}
h1 a {
	display: block;
	width: 250px;
	height: 200px;
	background: #fff url(images/header-logo.gif) no-repeat;
	font-size: 1.4em;
	text-indent: -999em;
	position: absolute;
	left: 15px;
	bottom: -6px;
}

#navi {
	float: left;
	width: 250px;
	padding-left: 15px;
	margin-bottom: 50px;
	font-style: italic;
	line-height: 1.1em;
	font-size: 0.9em;
}
#navi li {
	list-style: none;
	display: block;
	width: 230px;
	height: 90px;
	margin-top: 2px;
	padding: 20px 0 0 20px;
}
#navi a {
	display: block;
	width: 225px;
	height: 85px;
	color: #fff;
	text-decoration: none;
}
#navi p {
	width: 120px;
}
#navi strong {
	font-size: 1.55em;
	font-weight: normal;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
#navi li.team {
	background: #0757a8 url(images/navipfeil-team.gif) bottom right no-repeat;
}
#navi li.spektrum {
	background: #4d9bbf url(images/navipfeil-spektrum.gif) bottom right no-repeat;
}
#navi li.kontakt {
	background: #7cc8cc url(images/navipfeil-kontakt.gif) bottom right no-repeat;
}

#content {
	float: right;
	width: 440px;
	margin-top: 30px;
	padding-right: 45px;
	margin-bottom: 50px;
	color: #666;
	line-height: 1.3em;
}
#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #25a4aa;
	margin-bottom: 1em;
	line-height: 1em;
}
#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0757a8;
	margin: 2.5em 0 1em 0;
	clear: both;
	line-height: 0.5em;
}
#content h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.5em 0 .5em 0;
	clear: both;
}
#content p {
	margin-bottom: 0.5em;
}
#content ul {
	margin-left: 30px;
}
#content a {
	text-decoration: underline;
	color: #25a4aa;
}
#content td {
	background-color: #e3f7f9;
	padding: 5px;
}
#content .rot {
	color: #F00;
	font-style: italic;
}
#team #content img, #spektrum #content img, #labor #content img {
	border: 1px solid #0657a8;
	margin-bottom: 30px;
	float: left;
}
#content .nebenbild {
	float: right;
	width: 250px;
	margin-bottom: 30px;
}
#home #content img {
	float: right;
}
.top {
	margin-top: 20px;
	padding-right: 30px;
	text-align: right;
	height: 20px;
	background: url(images/top.gif) right no-repeat;
}

#footer {
	clear: both;
	width: 800px;
	background-color: #e3f7f9;
	padding-top: 1em;
	height: 2em;
	color: #666;
}
#footer li {
	float: left;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
	margin-left: 45px;
}
#footer a {
	text-decoration: underline;
	color: #666;
}
