* {
	margin: 0;
	padding: 0;
}
html{
     height: 100%;
}
div#container {
     min-height: 100%;
}
* html #container {
     height: 100%;
}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 140%;
	background-color: #fff;
	margin:0 auto;
	min-height: 100%;
	}
/* UEBERSCHRIFTEN */
h1 {

	font-size: 130%;
	padding: 0px 0px 10px 10px;
	line-height: 140%;
	background-color: transparent;
	color: #58585a;
}

h2 {
color: #58585a;
font-size: 110%;
line-height: 130%;
letter-spacing: 0pt;
padding: 0px 0px 3px 10px;
}
h3 {
font-size: 100%;
padding: 20px 0px 0px 25px;
}
h4 {
font-size: 110%;
border-bottom: 1px solid #cef;
}
h6 {
letter-spacing: 2pt;
font-size: 200%;
padding: 20px 20px 0px 0px;
color: #fff;
}

/* === ALLGEMEINE Formate  ===*/
p {
margin-top: 0px;
padding: 0px 10px ;
color: #58585a;
} 
a {
text-decoration: none;
background-color: transparent;
color: #006ab3;
}
a:hover{
text-decoration: none;
background-color: transparent;
color: #999;
}

#wrapper {
	width: 900px;
	height: 620px;
	border: solid 1px;
	color: Highlight;
	left: 50%;
	margin-left: -425px;
	text-align: left;
	background-color: #fff;
	background-image: url(balke.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	top: 10px;
}

#logo{
 	position: absolute;
	width: 160px;
	height: 100px;
	top: 105px;
	left: 30px;
	border: none;
	margin: 0px;
	z-index: 50;
	}
	#slogan{
	position: absolute;
	width: 150px;
 	height: 220px;
	left: 290px;
	top: 222px;
	background-image: url(nicole-busse.jpg);
	z-index: 30;
	}
	#slogan-text{
	position: absolute;
	color: Gray;
	font-size: 125%;
	line-height: 250%;
	font-weight: bolder;
	top: 18px;
	width: 600px;
	left: 80px;
	z-index: 40;
}


	
#angebot{
	position: absolute;
	top: 520px;
	left: 20px;
	width: 880px;
	height: 100px;
	z-index: 20;
	border: solid 0;
	
	overflow: auto;
}



#liste ul {
font-size: 90%;
list-style: none;
}
#liste ul ul {
font-size: 90%;
margin-left: 30px;
}
#liste ul li a {
display: block;
margin: 0px 0;
padding: 0px 0 0px 0px;
text-decoration: none;
color: #006ab3;
}
* html #liste ul li a {
zoom: 1;
}
#liste ul li a:hover {
color: #9c9e9f;
}

/* === CONTENT Formate  === */
#content {
	position: absolute;
	top: 110px;
	left: 220px;
	width: 640px;
	height: 120px;
	z-index: 20;
	border: solid 0;
	
	overflow: auto;
}
#content-erfolg {
	position: absolute;
	top: 140px;
	left: 460px;
	width: 440px;
	height: 160px;
	z-index: 20;
	border: solid 0;
	
	overflow: auto;
}
#content-ce {
	position: absolute;
	top: 220px;
	left: 20px;
	width: 440px;
	height: 360px;
	z-index: 20;
	border: none;
	
	overflow: hidden;
}
#content-bild {
	position: absolute;
	top: 220px;
	left: 5px;
	width: 440px;
	height: 360px;
	z-index: 20;
	border: none;
	
	overflow: hidden;
}
#content-h {
	position: absolute;
	top: 220px;
	left: 460px;
	width: 430px;
	height: 370px;
	z-index: 20;
	border: solid 0;
	
	overflow: auto;
}
#content-seminare {
	position: absolute;
	top: 230px;
	left: 460px;
	width: 420px;
	height: 400px;
	z-index: 40;
	border: solid 0;
	
	overflow: auto;
}
.content klein{
	font-size: x-small;
}
.detail{
	font-size: x-small;
}
#content ul {
list-style-type: square;
margin:0px 10px 20px 35px;
	color: #58585a;
}
#content ul li {
padding: 5px 0px 0px 0px;
}
#content p {
padding-right: 20px;
padding-bottom: 20px;
}
#content p.topper {
margin-top: 0px;
padding-bottom: 30px;
}
#content a {
background-color: transparent;
color: #006ab3;
}
#content a:hover {
	color: #9c9e9f;

}



 /*=== FOOTER Formate  === */

#footer {
 position: absolute;
	top: 590px;
	left: 30px;
	width: 850px;
	z-index: 20;
}
#footer p {
	padding: 5px 20px 8px 0;
	text-align: left;
	color: Gray;
	font-size: 85%;
	font-weight: bold;
}
#footer a {
color: #ccc;
font-weight: bold;
text-decoration: none;
}
#footer a:hover {
color: #006ab3;
}

form{

}
legend{
	font-weight: bold;
	font-size: 100%;
	color:#006ab3;
	margin-left: 10px; 
}
#person label{
	display: block;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;

}
fieldset{
	border: 0px solid #034e6e;
	margin-left: 10px;
}

input.textfieldValidState{
	background-color: #fff;
}

textarea{
	width: 400px;
	height: 125px;
	margin-top: 15px;
	}