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

* { 
margin: 0; padding: 0; 
}

p, h3 {
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 22px;
}

p {
		text-indent: 2em;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
	text-indent: 2em;
	font-size: 14px;
	line-height: 22px;
	font-weight:bold;
	color:#006699;
}

h3 {
text-indent:0;
font-weight:bolder;
}

h1 {
	font-size: 28px;
}

a.oberlink, a.oberlink:link, a.oberlink:visited {
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	color:#ffffff;
}


li {
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 22px;
	margin-left:4em;
	list-style-image: url(bilder/bullet1.png);	
	}

body {
margin:10px;
padding:0;
font-family: arial, sans-serif;
background:#ffffff;
}

a.nav, a.nav:link, a.nav:visited, .chosen
{
	display:block;
	width:150px;
	height:25px;
	background-color:#266295;
	border:4px solid #004175;
	margin-top:6px;
	margin-right:6px;
	text-align:center;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#FFFFFF;
	line-height:25px;
	overflow:hidden;
	float:left
}

a.nav:hover 
{
	color:#FFFFFF;
	background-color:#99FF66;
}

a.nax:active, .chosen
{
	color:#000000;
	background-color:#e5e5e5;
	border-bottom-color:#e5e5e5;
}
/* -------------- Boxen ------------- */

#gesamt {
   height: auto;
   left: 50%;
   margin-left: -390px;
   	position:absolute;
	width:780px;
	padding:0;
	background-color:#e5e5e5;
	border:0px double #e5e5e5;
}

#kopf {
	position:relative;
	width:750px;
	height:150px;
	padding-left:30px;
	color:#fad316;
	background-color:#004175;
	background-image:url(bilder/illustrationph_g.gif);
	background-repeat: no-repeat;
}

#register {
	position:absolute;
	bottom:0px;
}

#inhalt {
	width:660px;
	margin-left: 30px;
}

.inhaltkopf{
    margin-top: 20px;
	background-color:#f0f2f9;
	width:100%;
	padding:30px;
}

.inhalttext{
	background-color:#FFFFFF;
	width:100%;
	padding:30px;
}

