/*
 * Hintergrund blau: 	#BDE3FF 	RGB: 189 / 227 / 255
 * Link blau: 				#84CFF7	RGB: 132 / 207 / 247 
 * Link hover blau: 		#00A2E7	RGB: 0 / 162 / 231 
 * Link border: 			#31597B	RGB: 
 */
body
{
	font-family: "Verdana", sans-serif;
	background-color: #BDE3FF;
	color: #000;
	padding: 0px;
	margin:0px;
	font-size:1em;
}

h1
{
	font-size: 1.9em;
	text-align: center;
	padding-top:40px;
	font-weight:normal;
}

h2
{
	font-size: 1.5em;
/*	text-align: center;*/
	margin-bottom: 50px;
}

h3
{
	font-size: 1em;
	margin-left: 100px;
	margin-top:-40px;
	margin-bottom: 50px;	
}

h3.aktuelles
{
	font-size: 1.2em;
	margin-left: 0px;
	margin-top:40px;
	margin-bottom: -10px;	
}


/*
 * Ids
 */
#sidebar
{
	float:left;
	width: 14em;
	background-color: #BDE3FF;
	color: #000;
	height:100%;
	z-index: 10;
	padding-top:300px;
}

#sidebar a:link, #sidebar a:visited
{
	font-size:0.9em;
	display: block;
	margin: 4px 20px 0px 20px;
	background-color: #84CFF7;
	color: #000;
	border: 1px solid #31597B;
	padding: 2px 5px 3px 5px;
	text-decoration: none;
	
}

#sidebar a:hover, #sidebar a:active
{	
	background-color: #00A2E7;
	color: #000;
}

#sidebar .sublink:link, #sidebar .sublink:visited
{
	margin: 4px 20px 0px 50px;
}

#sidebar .sublink:hover, #sidebar .sublink:active
{
	background-color: #F05E0F;
	color: #000;
}

#fil
{
	text-align:center; 
	margin-top:30px;
}


#fil a:link, #fil a:visited,  #fil a:hover, #fil a:active 
{
	display:inline;
	border:0px;
	background-color: #BDE3FF;
	color: #000;
	padding:0px;
	margin-right:33px;
	text-decoration: none;
}

#rightcol
{
	margin-left: 14em;
}

#logo
{
	position: absolute;
	top: 23px;
	left: 21px;
	z-index: 11;
}

#adresse
{
	position: absolute;
	top: 189px;
	left: 20px;
	z-index: 12;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.3em;
	color: #000;
}

#adresse a:link, #adresse a:visited, #adresse a:hover, #adresse a:active
{
	font-size:0.8em;
	color: #000000;
}

#header
{	
	height:8em;
	z-index: 10;
}

#content
{
	background-image: url("../img/bogen.png");
	background-repeat:  no-repeat;
	padding: 25px 51px 400px 60px;	
	text-align: left;
	background-color: #FFFFFF;
	color: #000;
}

#lebenslauf
{
	font-size:0.9em;
}

#lebenslauf li
{
	padding-bottom:5px;
}

/*
 * Klassen
 */
.top
{
	text-align:right;
	font-size:.9em;
}

.top a:link, .top a:visited
{
	color: #00A2E7;
	background-color: #FFF;
}

.top a:hover, .top a:active
{
	color: #00A2E7;
	background-color: #FFF;
}

label
{
	display:block;
	float:left;
	width:11em;
}

textarea
{
	width:400px;
	height:200px;
}

#Email
{
	width:400px;
}

.nummer 
{
    font-weight: bold;
}

.header td
{
    padding-top:15px;
}

