@charset "utf-8";
/* CSS Document */
*{	margin:0;padding:0;}
body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color:#333;
	background-color: #fff;


}
h1{font-size:1.1em;color:#3967AC;}
h2{	font-size:0.9em;color:#6195D0;}
h3{	font-size:0.9em;color:#6195D0;margin-top:2em;margin-bottom:1em;}
p{font-size:0.7em;margin-bottom:0.6em;}
a{	text-decoration: none;}
a:link, a:visited{	color: #F37500;}
a:hover, a:active{	color:#005561;}
a img{	border:none;text-decoration:none;}
/************* HEADER ***********/
#header{
		width:970px;
	margin: 0 auto;
	height:130px;
	color:#fff;
	background-color: #28549D;
	text-align: right;
	text-align:left;
	background-image: url(../bilder/schatten_header.jpg);
	background-repeat:repeat-y;
}
#header h1{padding-top:3.1em;line-height:1.4em;padding-left:30px;}
#header strong{	font-size:1.3em;}
#header img{float:left;width:80px;margin-right: 3em;margin-top:-2.1em;}
/***************** INHALT *****************/
#inhalt{
	position:relative;
	width:970px;
	margin:0 auto;
	padding-top:100px; 
	padding-bottom:20px;
		background-image: url(../bilder/schatten.jpg);
	background-repeat:repeat-y;
	height:auto;
	text-align:left;
}
#inhalt h2, #inhalt h3, #inhalt p{margin-left:30px;}

#current{width:420px;left: 325px;text-align:center;position:absolute;top:50px;}
#current h2,  #current h3, #current p{margin-left:0;}
#current h2{font-size:1.4em;color:#3967AC;}
#current h3{font-size:1.3em;color:#3967AC;}
#current p{font-size:0.9em;}
#current p strong {font-size:1.1em;}

/************ SONSTIGES ***********/
#schatten{
	width:970px;
	margin:0 auto;
	background-image: url(../bilder/schatten_unten.jpg);
	background-repeat:repeat-y;
	height:27px;
}
.abstandO{margin-top:7em;}
