
   /* Linkstyles; muss rein, Farben noch ändern */
   a:link {color:#0066ff;}
   a:visited {color:#000099;}
   a:hover {color:#ffA500;}
   a:active {color:#FF0066;}

 a.navi:link
 {
  text-decoration:none; font-weight:bold;
  color:#0066FF;
 }
 a.navi:visited
 {
  text-decoration:none; font-weight:bold;
  color:#000099;
 }
 a.navi:hover
 {
  text-decoration:none; font-weight:bold;
  color:#ffA500;
 }
 a.navi:active
 {
  text-decoration:none; font-weight:bold;
  color:#FF0066;
 }
     /*linkstyles vorbei */
   /*Generelles*/


body {
	font:80% Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	background-color:#D9ECFF; /* #FFCC00 #F1EDCF;*/
	margin-top:35px;
	left:235px;
	position:absolute;
	
}
 h1{
	color: #000066;
 }

 h2{
	 color: #000066;
 }
 



  /*box design*/




  div {
        margin:0;
}

.ro {
        background:url(images/rundebox5_ro.png) top right no-repeat;
}

.lo {
        background:url(images/rundebox5_lo.png) top left no-repeat;
}

.ru {
        background:url(images/rundebox5_ru.png) bottom right no-repeat;
}

.lu {
        background:url(images/rundebox5_lu.png) bottom left no-repeat;
}

.inhalt {
        margin:0;
        padding:2.5em 2.5em 3.5em 2.5em;
}

.inhalt p {
        margin:0;
        padding:0;
}

/* Vier Bereiche:
         Titelleiste
		 Fußleiste
         Menu
		 Inhalt2
         */
/* Titelleiste  */
#titel{
	/*margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
	background-color: #C4E1FF;
    border: solid darkblue;*/
	margin-left:0.2cm;
	margin-right:0.2cm;
	padding: 0 1em;
	height:145px;
	border-bottom:solid darkblue;
		
}

/* Fußleiste  */
#foot{
	/*margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
	background-color: #C4E1FF;
    border: solid darkblue;*/
	margin-top:0.7cm;
	margin-left:0.2cm;
	margin-right:0.2cm;
	padding: 0 1em;
	height:25px;
	border-top:solid darkblue;
		
}

/* Menu     */

#Menue {
  font-size:10pt;
  width: 10.75em;
  padding:0.4em;
  /*float: left;*/
  position:absolute;
  left:-185px;
  background-color: transparent;
  /*position:absolute;
  top:5px;
  right:20%;*/
  /*margin-top: 1em;*/
  /*margin:0 auto;*/
}

#Menue ul a {
	margin-left: -2.3em;
	text-decoration:none;
	background-color: #99ccff;
	color:#000066;
	display:block;
	height:1em;
	font-weight: bold;
	padding: 0.3em 0em 0.5em 1em;
}
#Menue ul a:hover {
  background-color: #FFD11A;
  color: #000066;
  }
/*#Menue ul a:visited {
    color: #D9ECFF;
  }*/

/*#menu {
	margin-top:1cm;
	padding:1em;
	width:100px;
	/*background-color:transparent;
	float:left; /*right;
	background-color: #99ccff;
	font-weight: bold;
 }*/
 
/* Inhalt2     */
#inhalt2{
	background-color:#99ccff;
	/*width:650px;*/
	/*float:left; warummacht das probleme???*/
	padding:10px 10px;
	
}