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 
{
  	margin-top: 15px;
  	margin-bottom: 3px;
}

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: 254px;
	background-image: url(img/header.png); 
	background-repeat: no-repeat;
}
/* Content */
div#innen-rechts 
{ 
	margin-left:220px; 
}
div#innen 
{ 
	overflow:hidden; 
	background-color: #ffffff;
}
/* Navigation */
div#innen-links
{ 
	float:left; 
	min-height: 450px;
	height:auto !important;  /* fuer IE */
	height: 450px;
	width: 210px;
	padding-top: 30px;
}
div#breadcrumb
{ 
	margin-left:220px;
	/* top, left, bottom, right */
	padding: 0px 0px 0px 10px; 
}
div#innen-rechts 
{ 
	min-height: 450px;
	height:auto !important;  /* fuer IE */
	height: 450px; 
}
/*div#navigation
{
	margin: 5px 0px 5px 0px;
	background-color: #dbeeb7;
}*/
div#footer
{
	height: 40px;
	background-image: url(img/footer.png);
	overflow: none;
}
div#footer .tx-asfkusercounter-pi1
{
  padding-top: 13px;
  text-align:center;
}
.navi
{
	margin: 5px 0px 5px 0px;
	background-color: #bbd1e5;
	font-size: 85%;
	color: #0b1357;
	font-style: italic;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.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;
}