body {
	padding: 2px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: white;
	color: #333333;
	margin: 0px;
}

img {border:  none;}
a {color: black; }

h1, h2, h3, h4, h5, h6 { 
  font-family: Tahoma, Arial, Georgia, Verdana; 
  color: #6699CC;
  /* font-style: italic; */
  margin-bottom: 0.8em;
}

h1 { 
  line-height: 0.8em;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0em 0.6em 0.8em 0;
  border-bottom: 1px dashed #aaa;
}

h2 {font-size: 1.3em; font-weight: normal;}
h3 {font-size: 1.2em; font-weight: bold;}
h4 {font-size: 1.1em; font-weight: bold;}
h5 {font-size: 1.0em; font-weight: bold;}
h6 {font-size: 0.9em; font-weight: bold;} 

#container {
	top: 5px;
	bottom: 5px;
	height: 100%;
	max-width: 1200px;
	min-width: 300px;
	margin: 5px auto 5px auto;
	border: 1px solid #aaa;
	background: white;
  /*
  background-image: url(images/rp.png);
	background-repeat: repeat-y;
  background-position: right; 
  */
}

#banner {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 100px;
}

#logo {
	background-image: url(images/logo.jpg);
	width: 300px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline;
}

#logoR {
	background-image: url(images/bg.jpg);
	position: absolute;
	width: 243px;
	height: 120px;
	top: 0px;
	right: 0px;
	left: auto;
	display: inline;
}

#content, #content2 {
  min-height: 480px;
  padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
  padding-right: 30px;
}

#content2 {
  margin-right: 190px;
  border-right: 1px dotted #aaa;
}

#leftPart {
	float: left;
	margin: 0;
	background-color: #0080C0;
	padding: 10px 15px 0px 10px;
	width: 60px;
}

#rightPart, #rightPartB, #rightPartTop {
  /*right: 0;*/ 
	float: right;
  width: 160px;
  padding-top: 30px;
	padding-bottom: 30px;
  padding-left: 2%;
  padding-right: 2%;
}

#rightPartTop {
  background-image: url(images/vlv.gif);
	background-repeat: repeat-x;
}

#rightPartItem {
  background-image: url(images/vlvS.gif);
	background-repeat: repeat-x;
  margin-left: -2%;
  margin-right: -2%;
}

#bottomPart {
  clear: both; /* Damit #content mindestens so hoch ausgedehnt wird wie #rightPart, falls #rightPart länger sein sollte. */
}
.l30 {
	float: left;
    height: 30%;
    width: 40%;
    border-radius: 45px;
	margin-right: 20px;
    margin-bottom: 20px;
	background-color: #0080C0;
	padding: 7px 4px 4px 7px;
}

.r30 {
	float: right;
    height: 50%;
    width: 30%;
    border-radius: 45px;
	margin-left: 20px;
    margin-bottom: 20px;
	background-color: #0080C0;
	padding: 7px 7px 4px 4px;
}
.clearfix { clear: both; }
div#lot { font-weight: bold; padding-top: 10px; padding-bottom: 5px; }
ul#lot { list-style: disc url(images/arrow.gif); background-position: bottom; margin: 0; padding-left: 20px; }
ul#lot li { height: 1.5em; }
ul#lot a { text-decoration: none; color: #353535; }
.arrow {background-image: url(images/arrow.gif); background-repeat: no-repeat; padding-left: 0.8em; }
.dispoff { display: none; }
.dispon { display: inline; }
.p5 {margin-top: 0.5em;}

.bTitle {  
  min-height: 35px;
  padding-left: 5px;
  padding-top: 10px;
  font-weight: bold;
  background-color: white;
  background-image: url(images/btitle.png);
	background-repeat: repeat-x;
}
.fl { float:left; }
.fr { float:right; margin-right: 10px; font-weight: normal; }


#mnu
{
    height: 27px;
    width:100%;
    background-image: url(images/hd.gif);
    white-space:nowrap;
}
ul#mnu
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

ul#mnu li
{
    list-style: none;
    float: left;
    position: relative;
}
ul#mnu li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #B5B5B5;
    text-align: left;
    z-index: 100;
    display: none; /* Unternavigation ausblenden */
}
ul#mnu li:hover ul
{
    z-index: 100;
    display: block; /* Unternavigation in modernen Browsern einblenden */
}
ul#mnu li ul li
{
    float: none;
    width: auto;
    height: 25px;
    display: block;
    font-weight: bold;
}

ul#mnu a, ul#mnu span
{
    display: block;
    width: auto; /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 5px 5px 5px 5px ;
    text-decoration: none;
    border-left-color: white;
    color: black;
    font-style: italic;
}
ul#mnu li ul a, ul#mnu span
{
    display: block;
    text-decoration: none;
    color: black;
    font-weight: bolder;
}

ul#mnu a:hover, ul#mnu span, li a#akt { background-image: url(images/hds.gif); }
a#akt {font-weight: bolder; }