
*{
 margin: 0;
 padding: 0;
}

#menu{
 color: #FFFFFF;
 font-family: Verdana,Arial,Helvetica;
 font-size: 11px;
 text-align: left;
 padding: 0px;
}

A:link { text-decoration: none; color: #15428C; }
A:visited { text-decoration: none; color: #15428C; }
A:hover { text-decoration: underline; color: #15428C; }
A:active { text-decoration: underline; color: #15428C; }

#titel A:link { text-decoration: none; color: #000000; }
#titel A:visited { text-decoration: none; color: #000000; }
#titel A:hover { text-decoration: underline; color: #000000; }
#titel A:active { text-decoration: underline; color: #000000; }

#menu A:link { text-decoration: none; color: #FFFFFF; }
#menu A:visited { text-decoration: none; color: #FFFFFF; }
#menu A:hover { text-decoration: underline; color: #FFFFFF; }
#menu A:active { text-decoration: underline; color: #FFFFFF; }


#menuElementLinks{

 text-align: right;
 width: 30px;
 margin-left: 35px;


 
 float: left;
 display: inline; /* IE6 fix */
 clear: both; /* auch IE6 */
 
}

#menuElementRechts{
 text-align: left;
 margin-left: 71px;
 padding-left: 4px;
 
 border: #FFFFFF;
 border-width: 0px;
 border-left-width: 1px;
 border-style: solid; 
 /*overflow: auto; */
}

#menuElementLeer{
 height: 9px;
 width: 260px;
 font-size: 6px; /* IE6 müll*/
}

span.text1
{
font-size: 12px;
color: #cccc99;
line-height: 18px;
font-family: Verdana,Arial,Helvetica;
}

span.text
{
font-size: 11px;
color: #333333;
line-height: 21px;
font-family: Verdana,Arial,Helvetica;
}

span.sub
{
font-size: 11px;
color: #000000;
line-height: 21px;
font-family: Verdana,Arial,Helvetica;
}


span.text4
{
font-size: 11px;
color: #663333;
line-height: 20px;
font-family: Verdana,Arial,Helvetica;
}


span.css
{
font-size: 12px;
color: #000000;
line-height: 21px;
font-family: Courier New,Courier;
}


h1 {
 font-size: 15px;
 margin-bottom: 36px;
}

h2 {
font-size: 11px;
 font-weight: bold;
 margin-bottom: 5px;
}

ul {
margin-left: 30px;
}


body{
 background-image: url(img/hintergrund.png);
 text-align: center;
 font-family: Verdana,Arial,Helvetica;
 font-size: 11px;
}

#seite1{ 
 margin: 0;
 width: 950px;
 height: 620px;
 margin-left: -475px;
 margin-top: -310px;

 position:absolute;
 top:50%;
 left:50%;
 
 

 overflow: auto;  
 border: #111111;
 border-width: 1px;
 border-style: solid;  
 
 background-color: #027CB8;
 background-image: url(img/hintergrund_menu.jpg);
 background-repeat: repeat-y;
 background-position: right top;
}

#seite2{ 
 background-repeat: no-repeat;
 background-position: bottom right;
 width: 950px;
 overflow: auto;
}

#mitte{
 background-color: #ffffff;
 width: 634px;
 overflow: auto;

 
 border: #027CB8;
 border-width: 0px;
 border-left-width: 10px;
 border-style: solid;
}

#inhalt{
 margin-left: 55px;
 margin-top: 55px;
 margin-bottom: 30px;
 padding-right: 55px;

 width: 520px;
 height: 432px;



 text-align: left;
 overflow: auto;
}



#titel{
 width: 100%;
 height: 102px;
 background-image: url(img/logo.png);
 background-repeat: no-repeat;
 background-position: top left;
 text-align: left;

}



.img-rahmen {
  float: left;
  /*background-color: #C0C0C0;*/
}

.img-rahmen img {
	
  border: 4px solid #C0C0C0;
  display: compact;
}

.einehalbezeileabstand {
 height: 6px;
 overflow: hidden;
}

