body {
	font: normal 10pt/normal Helvetica, Arial, sans-serif;
	background-color: #f1f1f1;
	text-align: justify;
	width: auto;
}

a:link{
	color:#797979;
	font-weight: bold;
	text-decoration: none
}

/* -----------------------------------------------------------------------Inhalt*/
div#header {
margin: auto;
width: 100%;
height: 50px;
background-color: #797979;
}

div#Inhalt {
	position: relative;
	color: #333333;
	margin: 0px;
	padding: 15px;

}


  * html div#Inhalt {  /* Korrektur fuer den IE 5 und 6 */
	position: static;
	margin-top: 155px;

}

div#Inhalt h1 {
     font-size: 15pt;
	 text-align: center;
}
div#Inhalt h1.big {
     font-size: 22pt;
}

div#Inhalt h2 {
     font-size: 11pt;
	 text-align: center;
}
div#Inhalt h2.big {
     font-size: 17pt;
}


div#Inhalt p {
	   max-width:100%;
	   height:auto;
	   color: gray;
	   text-align: left;
}
div#Inhalt p.big {
     font-size: 16pt;
}


#abgrenz{	
	height: 1px;
	background: #797979;
	width: 100%;
	margin: auto;
	float: center;
}
div#box {
min-width: 250px;
max-width: 40%;
height: auto;
padding: 15px;
background-color: white;
text-align: center;
display: block;
margin: auto;
}

div#box.big {
min-width: none;
max-width: none;
width:70% !important;
}

div#box p{
	text-align: center;
}


div#footer {
margin: auto;
width: 100%;
height: 100px;
padding: 1px;
background-color: #797979;
}

div#footer p {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

