
*{
 margin: 0;
 padding: 0;
}



/*A {
 border-width: 0px;
 border-bottom: 1px dotted #4F4F4F; 
}
*/


A { text-decoration: underline; font-weight: bold; color: #4F4F4F; };
A:link {  color: #4F4F4F; }
A:visited {  color: #4F4F4F; }
A:hover {  color: #111111; }
A:active {  color: #111111; }






h1 {
 color: black;
 font-size: 16px; 
 font-weight: bold;
 margin-bottom: 10px;
 margin-top: 3px;
 text-align: left;
}

h2 {
 color: #7F7F7F;
 font-weight: bold;
 font-size: 12px;
}

ul {
 margin-left: 15px;
 text-align: left;
 list-style-image: url(img/li.gif);
}

hr {
  margin-top: 3px;
  margin-bottom: 3px;
}

table {
 font-size: 11px;
 text-align: justify;
}

img {
 border-width: 0px;
}


html, body{
 height: 100%;
 background-color: #AAAAAA;
 text-align: center;
 font-family: Verdana, Arial, Helvetica;
}



#seite{ 
 width: 948px;
 height: 598px;
 text-align: left;
 overflow: hidden; 
 background-color: white;
 
 border-style: solid;
 border-color: black;
 border-width: 1px;
 
}



#oben {
 height: 248px;
}

#menu{
 background-color: #0CAA4D;  
 height: 24px;  
 text-align: right;
 
 padding-left: 100px;
 
 border-style: solid;
 border-color: black;
 border-width: 0px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 
}

#unten{
 height: 324px; 
 background-color: #FFFFFF;
 background-image: url(img/inhalt_hintergrund.gif);
}

#bild {
 float: left;
 height: 324px;
}

#abstand {
 height: 35px;
}

#frame {
 height: 262px;
 padding-left: 55px; 
 padding-bottom: 10px;
 overflow: auto;
 text-align: left;
 line-height: 180%; 
 font-size: 11px;

 
}

#frametext {
 padding-right: 55px;
}


#pfeilbild {
 	 float: right;
	 width: 140px;
	 height: 32px;
	 background-image: url(img/pfeil.gif);
	 background-repeat: no-repeat;
	/*background-position: right top;*/
}
#pfeil {
 text-align: right;
 color: white;
 font-size: 12px;
 padding-top: 4px;
 padding-right: 4px;
}

#status {
 text-align: right;
 padding-top: 2px; 
 padding-right: 20px;
 font-size: 10px;
 color: white;
}


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