@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:1em;}
h2{	font-size:0.9em;color:#1E4864;}
h3{	font-size:0.9em;color:#1E4864;margin-top:2em;margin-bottom:1em;}
p{font-size:0.8em;margin-bottom:0.6em;}
a{	text-decoration: none;}
a:link, a:visited{	color:#9C4628;}
a:hover, a:active{	color:#66240D;}
a img{	border:none;text-decoration:none;}

del{font-size:0.9em;}
ins{text-decoration:none;color:#CC0000}
/************* HEADER ***********/
#header{
	width:970px;
	margin: 0 auto;
	height:130px;
	color:#1E4864;
	background-color: #E2EBF2;
	text-align: right;
	text-align:left;
	background-image: url(../bilder/schatten_header.jpg);
	background-repeat:repeat-y;
}
#header h1{padding-top:2em;line-height:1.4em;padding-left:30px;}
#header strong{	font-size:1.2em;}
#header img{
	/*float:right;*/
	float:left;
	width:80px;
	/*margin-right:30px;
	margin-left: 2em;*/
	margin-right: 2em;
}
/***************** INHALT *****************/
#inhalt{
	position:relative;
	width:970px;
	margin:0 auto;
	padding-top:50px; 
	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, #next{
	position:absolute;
	top:50px;

}
#next h2, #current h2, #next h3, #current h3, #next p, #current p{margin-left:0;}
#next{	text-align:right;width:260px;right:30px;}
#current{width:320px;left: 315px;text-align:center;}
#current h2{font-size:1.2em;}
#current h3{font-size:1.2em;}
#current p{font-size:1.1em;font-weight:bold;}
/************ SONSTIGES ***********/

.abstandO{margin-top:3em;}
