/* ---------------------------------------------------------------------- */
/* www.kleinehelden.net */
/* ---------------------------------------------------------------------- */
/* Stand: 10.04.2007 
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* Farbdefinitionen 
/* ---------------------------------------------------------------------- */
/* rot:  rgb(153,0,0) #990000 */
/* grün: rgb(210,224,22)D2E016*/
/* */


/* ---------------------------------------------------------------------- */
/* WebSite--------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

body 
{
background-image: url(../bild/hg.gif);
scrollbar-face-color:rgb(255,255,255); 
scrollbar-highlight-color:rgb(255,255,255); 
scrollbar-shadow-color:rgb(255,255,255); 
scrollbar-3dlight-color:rgb(133,146,175); 
scrollbar-arrow-color:rgb(239,184,187); 
scrollbar-track-color:rgb(255,255,255); 
scrollbar-darkshadow-color:rgb(133,146,175);
padding:0px;
margin:0px;
overflow: hidden;
!--[if IE]>
  <style type="text/css">
    #container {
      overflow-x: auto;
      overflow-y: hidden;
    }
  </style>
<![endif]-->
}

#box{
background-image: url(../bild/hg.gif);
background-repeat: repeat;
position:absolute;
height:500px; 
width:950px;
margin:-250px 0px 0px -475px;
top: 50%; 
left: 50%;
text-align: left;
padding: 0px;
background-color: #f5f5f5;
}

#box p,td            
{ 
 font-size: 9pt; 
 font-family: Verdana; 
 color: #000000; 
 text-align: justify 
}

#box .headline
{ 
 font-size: 10pt;
 font-family: Verdana;
 font-weight: bold;
 color: #990000
}


#flash{
background-image: url(../bild/hg.gif);
background-repeat: repeat;
position:absolute;
height:700px; 
width:1000px;
margin:-350px 0px 0px -500px;
top: 50%; 
left: 50%;
text-align: left;
padding: 0px;
background-color: #f5f5f5;
}



/* ---------------------------------------------------------------------- */
/* Links----------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

a:link          
{ 
text-decoration: none;
font-weight: bold;
color: #990000
}
a:visited       
{ 
text-decoration: none;
font-weight: bold;
color: #990000
}
a:active        
{
text-decoration: none;
font-weight: bold;
color: #990000
}
a:hover         
{ 
text-decoration: underline;
font-weight: bold;
color: #000000
}


/* ---------------------------------------------------------------------- */
/* Formulare------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

.button
{
font-size:9pt;
color:rgb(0,100,160);
background-color:#FFCC2A;
BORDER-BOTTOM: 1px solid #3F919D;
BORDER-LEFT: 1px solid #3F919D;
BORDER-RIGHT: 1px solid #3F919D;
BORDER-TOP: 1px solid #3F919D;
}

.felder
{
font-size: 9pt;
color:rgb(0,100,160);
background-color:#FFCC2A;
BORDER-BOTTOM: 1px solid #3F919D;
BORDER-LEFT: 1px solid #3F919D;
BORDER-RIGHT: 1px solid #3F919D;
BORDER-TOP: 1px solid #3F919D;
BODY {
scrollbar-face-color:rgb(255,255,255); 
scrollbar-highlight-color:rgb(255,255,255); 
scrollbar-shadow-color:rgb(255,255,255); 
scrollbar-3dlight-color:rgb(133,146,175); 
scrollbar-arrow-color:rgb(239,184,187); 
scrollbar-track-color:rgb(255,255,255); 
scrollbar-darkshadow-color:rgb(133,146,175);
}
}  