/* 
strictly people
05.05.08
*/

html, body { 
   margin: 0;
   padding: 0;
   font-family: Verdana, Helvetica, sans-serif; 
   font-size: 12px; 
   line-height: 1.1em; 
   text-align: left;
   height: 100%;
}

body {
	border: none;
	height: 100%;
	line-height: 1.6em;
	background: #E4E4E4 url(img/bg_grau.png) repeat-x 0 146px;
}

/* ------------------ allg. definitionen ------------------ */

a, a:link, a:visited { 
	color: #000066; 
	letter-spacing: 0.01em; 
 
}
a:hover, a:active { 
	text-decoration: underline; 
}

img {
	border: none;
	margin: 0;
}

h1, h2, h3, h4 {
   padding: 0;
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: normal;
   letter-spacing: 0.04em;
   line-height: 1.35em;
}

h1 {
	margin: 40px 0 5px 0;
	font-size: 18px; 
}

h2 {
	margin: 15px 0 5px 0;
	font-size: 16px;
	color: #3D6096;	
}

h3, h4 {
	margin: 25px 0 0 0;
	font-size: 14px; 
	font-weight: bold;
	color: #C16300;
}

p {
	margin: 0.7em 50px 0.5em 0;
	line-height: 1.45em;
}


/* ---------------- layout ------------------- */

#wrapper {
	width: 100%; 
	margin-top: 0;
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}

#container {
	position: relative;
	top: 10px;
	min-height: 100%;
	padding-bottom: 1px;
	text-align: left;
}

* html #container {
	padding: 0;
	height: 100%;
}

/* Kopfbereich mit Logo/Navi */

#header {
	float: left;
	width: 100%;
	height: 135px;
}

#logo {
	position: absolute;
	left: 30px;
	top: 10px;
	width: 130px;
	height: 100px;
}

#logo a, #logo a:hover {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#logo a img {
	border: none;
}

#nav {
	position: absolute;
	left: 200px;
	top: 90px;
	width: 600px;
	height: 30px;
	padding: 0 0 10px 10px;
	border-left: 1px solid #666;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	margin: 0 0 2px 8px;
	padding: 0 5px 0 5px;
	line-height: 30px;
}

#nav li a {
	color: #3D6096;
	padding-bottom: 4px;
	text-decoration: none;
}

#nav li a:hover {
	border-bottom: 4px solid #8598C0;	
	text-decoration: none; 
}

#nav li a.sel {
	border-bottom: 4px solid #EB7A04;	
	text-decoration: none; 
}


/* Hauptbereich mit Bildspalte/Inhalt */

#main {
	float: left;
	width: 100%;
	border-top: 1px solid #333;
	height: 270px;
}

#main ul {
	padding: 5px 0 0 15px;
	margin: 0;
}

#main li {
	padding: 0;
	margin: 0;
}

#adresse {
	display: none;
}

#footer {
	margin-left: 200px;
	color: #AAA;
	margin-bottom: 30px;
}


.left_content {
	float: left;
	width: 732px;
}

.left {
	float: left;
	width: 200px;
	min-height: 100px;
}

.content, .content270 {
	float: left;
	width: 460px;
	background-color: #FFF;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.content {
	border-bottom: 1px solid #333;
	padding: 0 50px 50px 20px;
}

.content270 {
	height: 270px;
	padding: 0 50px 0 20px;
}

.content-leer {
	float: left;
	width: 460px;
}

.liste dt {
	float: left;
}

.liste dd {
    margin-left: 20px;
}

/* Bereich mitte unten*/

.middle {
	position: absolute; 
	left: 201px; 
	top: 420px; 
	width: 460px;
}

.middle p {
	margin: 0 0 0 10px;
}

/* Bereich rechts unten*/

.right {
	position: absolute; 
	left: 732px; 
	top: 420px; 
	width: 300px;
}

.right p {
	margin: 0 0 0 10px;
}

.right ul {
	margin: 0;
	padding: 0:
}

.right li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Helferlein */

.clear {
	clear: both;
	margin: 0;	
	padding: 0;
}

.klein {
	font-size: 0.9em;
}

.klein, .klein a {
	font-size: 11px;
	color: #333;
}

.grau, .grau a {
	color: #666;
}

.grau a {
	text-decoration: underline;
}