html, body
{
	/* top, left, bottom, right */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #0b1357;
	background-color: #373536;
}

img { border: 0; padding: 0px 0px 0px 0px; }

* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
}
.align-justify { text-align:justify; }
a {  text-decoration: none; }
a:link { color: #0b1357; }
a:hover { color: #3190e7; }
a:active { color: #3c468a; }
a:visited { color: #3e4158; }

h1 
{
	font-size: 250%;
  	margin-top: 15px;
  	margin-bottom: 3px;
}

h2 
{
         padding-top: 5px;	
}

h3
{
	font-size: 115%;
	margin-top: 15px;
	margin-bottom: 5px;
	/* top, left, bottom, right */
	padding: 1px 0px 1px 3px;
	letter-spacing: -1px;
	line-height: -5px;
	color: #0b1357;
	background-color: #d8e8b0;
}

div#main
{
	position: absolute;
	width: 700px;
	height: auto;
	left: 50%;
	/* die haelfte des width tags als minus wert damit der mittelpunkt zum rechnen des Browsers benutzt wird */
	margin-left: -350px;
}
div#header
{
	height: 282px;
	background-image: url(img/header.png); 
	background-repeat: no-repeat;
}

/* Content */
div#innen-rechts 
{ 
	margin-left:220px; 
}
div#innen 
{ 
	overflow:hidden; 
	background-color: #de2f60;
}
/* Navigation */
div#innen-links
{ 
	float:left; 
	min-height: 450px;
	height:auto !important;  /* fuer IE */
	height: 450px;
	width: 190px;
	padding-top: 4px;
	padding-left: 22px;
}
div#innen-rechts 
{ 
	min-height: 450px;
	height:auto !important;  /* fuer IE */
	height: 450px; 
	width: 437px;
	background-color: #6ac0df;
	margin-top: 5px;
	overflow:auto;
}
div#breadcrumb
{ 
	display: none;
	margin-left:220px;
	/* top, left, bottom, right */
	padding: 5px 5px 5px 0px; 
}
div#picture
{
         display: none;
	position: absolute;
	z-index: 90;
	width: 180px;
	height: 152px;
	margin-left:304px;
	margin-top: 630px;
	background-image: url(img/kinder.jpg);
	overflow: hidden;
}
div#footer
{
	height: 172px;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;}
div#counter
{
	height: auto;
}
.font_footer
{
         /* top, left, bottom, right */
	padding: 25px 35px 0px 35px;
	color: #212b86;
	font-size: 70%;
	text-align: justify;
}
.navi
{
	/*background-color: #6dc72f;*/
	background-image: url(img/navibalken.png);
	background-repeat: no-repeat;
	font-size: 85%;
	color: #ffffff;
	/*font-style: italic;*/
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	height: 27px;
}
.navi a 
{
         color: #ffffff;			
}
.subnavi
{
	/*background-color: #6dc72f;*/
	background-image: url(img/subnavigation.png);
	background-repeat: no-repeat;
	font-size: 85%;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	height: 27px;
}
.subnavi a 
{
         color: #ffffff;			
}
.content
{
	/* top, left, bottom, right */
	padding: 0px 10px 30px 10px;
}
.cleaner 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px none;
	margin: 0;
	padding: 0;
	background: transparent;
}
