body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #B3B6D1;
	line-height: 1.4em;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

* { font-size: 1.0em; }

img { border: 0; }

p {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

object, embed {
	margin: 0;
	padding: 0;
}

a { color: #B3B6D1; }
a:hover, a:active { text-decoration: none; }

div#inhalt-mitte-kontakt a { color: #303981; }

div.spacer { height: 30px; }

h4 {
	font-size: 1.0em;
	margin: 0px 0px 2px 0px;
}

/* ========
Box-Layout
=========*/

div#positionierung {
	position: absolute;
	height: 60%;
	width: 100%;
	top: 40%;
	margin-top: -200px;
}

div#rahmen {
	width: 991px;
	position: absolute;
	left: 50%;
	margin-left: -496px;
	margin-bottom: -590px;
	background-color: #FFFFFF;
}

div#inhalt-links, div#inhalt-mitte, div#inhalt-mitte-kontakt, div#inhalt-mitte-flash,  div#inhalt-mitte-flash-team, div#inhalt-rechts, 
div#inhalt-rechts-hellblau, div#inhalt-rechts-nav, div#inhalt-rechts-nav-k, div#inhalt-rechts-team {
	float: left;
	overflow: auto;
}
	
div#inhalt-links, div#inhalt-mitte, div#inhalt-mitte-kontakt, div#inhalt-mitte-flash,  div#inhalt-mitte-flash-team, div#inhalt-rechts, 
div#inhalt-rechts-hellblau, div#inhalt-rechts-nav, div#inhalt-rechts-nav-k, div#inhalt-rechts-team  {
	border-right: 4px solid #FFFFFF;
}

div#inhalt-links { border-left: 4px solid #FFFFFF; }

div#inhalt-links {
	width: 221px;
	height: 363px;
	margin: 77px 0px 0px 0px;
	background-color: #E5E5E5;
	background-image: url('../images/bg-links.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: auto;
	clear: left;
}

div#inhalt-mitte-flash, div#inhalt-mitte-flash-team {
	width: 453px;
	height: 398px;
	overflow: hidden;
	background-repeat: no-repeat;
}

div#inhalt-mitte-flash-team { width: 366px !important; }

div#inhalt-mitte, div#inhalt-mitte-kontakt {
	width: 398px;
	height: 293px;
	background-repeat: no-repeat;
	background-position: top;
	padding: 95px 40px 10px 15px;
}

div#inhalt-mitte {
	background-color: #303981;
	background-image: url('../images/bg-mitte-b.gif');
}

div#inhalt-mitte-kontakt {
	color: #303981;
	background-color: #D6D6D6;
	background-image: url('../images/bg-mitte-g.gif');
}

div#inhalt-rechts {
	width: 256px;
	height: 365px;
	padding: 18px 30px 15px 15px;
	background-color: #303981;
}

* html div#inhalt-rechts {
	border-right: 1px solid #FFFFFF;
}

div#inhalt-rechts-hellblau {
	width: 286px;
	height: 390px;
	background-color: #9A9EC1;
	color: #F2F2F7;
	padding: 5px 5px 3px 10px;
	line-height: 1.3em;
}

div#inhalt-rechts-team {
	width: 147px;
	height: 378px;
	background-color: #E1E1ED;
	color: #2D3579;
	padding: 20px 30px 0px 15px;
}

div#inhalt-rechts-bild {
	width: 301px;
	height: 398px;
	overflow: hidden;
	background-repeat: no-repeat;
}

* html div#inhalt-rechts-bild { float: left; margin-left: 0px; }

div#inhalt-rechts-nav {
	width: 301px;
	height: 398px;
	background-color: #303981;
}

div#inhalt-rechts-nav-k {
	width: 192px;
	height: 398px;
	background-color: #303981;
}

div#rand-links, div#rand-rechts {	
	position: absolute;
	width: 50%;
	overflow: hidden;
}

/* Anpassung IE 6+7 */
* html div#rand-links, * html div#rand-rechts { width: 49.9%; }
*+ html div#rand-links, *+ html div#rand-rechts { width: 49.9%; }

div#rand-links {
	height: 363px;
	margin: 145px 0px 0px 0px;
	background-color: #D4D4D4;
	
}

div#rand-rechts {
	height: 398px;
	margin: 68px 0px 0px 50%;
	background-color: #BBBED5;
}

img#logo {
	position: absolute;
	margin: 1px 1px 1px 55px;
}

div.bildclick-mitte, div.bildclick-rechts {
	font-size: 0.9em;
	color: #939393;
}

div.bildclick-mitte {
	position: absolute;
	width: 452px;
	margin: 400px 0px 0px 228px;
	text-align: center;
	z-index: 5;
}

* html div.bildclick-mitte { left: 0px; }
*+ html div.bildclick-mitte { left: 0px; }

div.bildclick-rechts {
	width: 301px;
	margin: 2px 0px 0px 685px;
	text-align: center;
}


/* =============
Navigation oben
==============*/

ul#nav-oben {
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 0px 230px;
	height: 68px;
}

ul#nav-oben li {
	float: left;
	list-style-type: none;
}

ul#nav-oben a, div#en a {
	font-size: 0.9em;
	color: #959596;
	text-decoration: none;
	margin: 0px 14px 0px 0px;
	padding: 0px 0px 0px 14px;
}

ul#nav-oben a.aktiv, ul#nav-oben a:hover, div#en a:hover {
	color: #303981;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: left 0.5em;
}

div#en { position: absolute; right: 5px; }
div#en a { margin-right: 2px !important; }


/* ===============
Unternavigationen
================*/

ul#nav-links {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
	
ul#nav-rechts {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

* html div#inhalt-rechts-nav-k ul#nav-rechts { width: 190px; }

ul#nav-links li {
	list-style-type: none;
	text-align: right;
}

ul#nav-rechts li {
	list-style-type: none;
	width: 300px;
}

ul#nav-links li { border-bottom: 1px solid #E5E5E5; /* fuer IE6 */ }
ul#nav-rechts li { border-bottom: 1px solid #303981; /* fuer IE6 */ }

ul#nav-links a, ul#nav-links a.normal {
	display: block;
	font-size: 0.9em;
	color: #656567;
	text-decoration: none;
	line-height: 1.2em;
	margin-bottom: 8px;
	padding: 0px 15px 0px 0px;
}

ul#nav-rechts a {
	display: block;
	font-size: 0.9em;
	color: #B7BAD3;
	text-decoration: none;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 15px;
}

* html ul#nav-rechts a { padding-bottom: 0px !important; }
*+ html ul#nav-rechts a { padding-bottom: 0px !important; }

ul#nav-links a:hover, ul#nav-links a:active, ul#nav-links a.aktiv {
	font-weight: bold;
	color: #303981;
	background-image: url('../images/nav-aktiv.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

ul#nav-rechts a:hover, ul#nav-rechts a_active, ul#nav-rechts a.aktiv {
	background-image: url('../images/nav-aktiv.gif');
	background-repeat: no-repeat;
	background-position: left 0.4em;
}


/* ============
Formate Inhalt
=============*/

div.small {
	font-size: 0.9em;
	line-height: 1.2em;
}

object { position: absolute; }

div#inhalt-rechts ul, div#inhalt-mitte ul, div#inhalt-rechts-hellblau ul {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 8px;
	list-style-image: url('../images/li.gif');
}

div#inhalt-rechts ul {
	margin: 0px 0px 0px 14px;
	padding-bottom: 12px;
}

div#inhalt-rechts-hellblau ul { list-style-image: url('../images/li-h.gif'); }


/*=========
Rubrik Team
=========*/

div#team-aktiv { position: absolute; }

a#circle {
	position: absolute;
	display: block;
	height: 59px;
	width: 59px;
	background-image: url('../images/weisser-ring.gif');
	background-repeat: no-repeat;
}

img#team { z-index: 1; }

.imagemap {
	width: 453px;
	height: 398px;
	background-image: url('../images/team/teambild.jpg');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.imagemap a {
	position: absolute;
	display: block;
	height: 59px;
	width: 59px;
}

.imagemap a:hover, .imagemap a:active {
	background-image: url('../images/weisser-ring.gif');
	background-repeat: no-repeat;
}


/* Positionerung der Image-Map */

a#saellis { left: 400px; top: 140px; z-index: 11;  }
a#suellis { left: 325px; top: 203px; z-index: 12; }
a#sraschke { left: 450px; top: 221px; z-index: 13; }
a#mlengsfeld { left: 267px; top: 262px; z-index: 14; }
a#dconzelmann { left: 395px; top: 207px; z-index: 15; }
a#marnemann { left: 539px; top: 233px; z-index: 16; }
a#lkopp { left: 583px; top: 217px; z-index: 17; }
a#sheld { left: 583px; top: 170px; z-index: 18; }
a#spaul { left: 580px; top: 167px; z-index: 19; }
a#mholderried { left: 512px; top: 194px; z-index: 31; }
a#mschuler { left: 280px; top: 222px; z-index: 21; }
a#tbraun { left: 480px; top: 150px; z-index: 30; }
a#dcarlucci { left: 0px; top: 0px; z-index: 23; }
a#spfefferle { left: 358px; top: 235px; z-index: 24; }
a#vellis { left: 255px; top: 188px; z-index: 25; }
/*a#sdlugosch { left: 480px; top: 197px; z-index: 26; }*/
a#pkaas { left: 433px; top: 176px; z-index: 27; }
a#kkaas { left: 320px; top: 160px; z-index: 28; }
a#ukienzle { left: 376px; top: 168px; z-index: 29; }
a#gschulte { left: 455px; top: 132px; z-index: 22; }
a#jmaier { left: 535px; top: 162px; z-index: 20; }
a#dellis { left: 0px; top: 0px; z-index: 32; }
a#vruch { left: 220px; top: 235px; z-index: 33; }
a#pwinkelmann { left: 510px; top: 145px; z-index: 34; }
a#ssaupp { left: 625px; top: 217px; z-index: 35; }
a#mschulz { left: 485px; top: 205px; z-index: 36; }



/*=============
Kontaktformular
=============*/

form { margin: 0; }
form p { margin: 0px 0px 4px 0px; }

form label {
	float: left;
	width: 6.0em;
}

textarea {
	width: 300px;
	height: 50px;
	font-family: Verdana;
	font-size: 1.0em;
	padding: 2px 0px 1px 2px;
	border: 1px solid #A5ACB2;
}

input[type=text] {
	width: 300px;
	padding: 2px 0px 2px 2px;
	border: 1px solid #A5ACB2;
}

