/* ---------------------------------------------------------------------- */
/* www.rechtsanwalt-seidl.de */
/* ---------------------------------------------------------------------- */
/* Stand: 21.06.2007 
/* ---------------------------------------------------------------------- */


/* orange: #ED9635 RGB(237,150,53)
/* hellorange: #FBE7C7 RGB(251,231,199)
/* grün: #3F919D RGB(63,145,157)

/* ---------------------------------------------------------------------- */
/* WebSite--------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */



body 
{
background-color: #011A33;
background-image: url(../bild/layout.gif);
background-repeat: no-repeat;
background-position: top center;
overflow: scroll;
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);
}



/* ---------------------------------------------------------------------- */
/* Home------------------------------------------------------------ */
/* ---------------------------------------------------------------------- */

#home
{
position:absolute;;
top:10px; 
left: 50%; 
margin-left: -390px;
width:270 px;
height:60px;
}


/* ---------------------------------------------------------------------- */
/* Navigation------------------------------------------------------------ */
/* ---------------------------------------------------------------------- */

#navigation
{
position:absolute;;
top:70px; 
left: 50%; 
margin-left: 15px;
width:360 px;
height:20px;
}



/* ---------------------------------------------------------------------- */
/* Content--------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

#content 
{
 position:absolute; 
 top:120px; 
 left: 50%; 
 margin-left: -375px;
 width:750 px;
 font-family:Verdana;
 font-size: 10pt;
 color: #ED9635;
}

#content p,td            
{ 
 font-size: 9pt; 
 font-family: Verdana; 
 color: #000000; 
 text-align: justify 
}

#content .noblock       
{ 
 font-size: 9pt; 
 font-family: Verdana; 
 color: #000000; 
}

#content .headline
{ 
 font-size: 9pt;
 font-family: Verdana;
 font-weight: bold;
}

#content .headline2
{ 
 font-size: 9pt;
 font-family: Verdana;
 font-weight: bold;
 text-decoration: underline;
}

#content .headline3
{ 
 font-size: 9pt;
 font-family: Verdana;
 text-decoration: underline;
}

#content .kontakt
{ 
 font-size: 7pt;
 font-family: Verdana;
 color: #3F919D;
}

/* ---------------------------------------------------------------------- */
/* Links----------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

a:link          
{ 
text-decoration: none;
color: #022F5C
}
a:visited       
{ 
text-decoration: none;
color: #022F5C
}
a:active        
{
text-decoration: none;
color: #022F5C
}
a:hover         
{ 
text-decoration: underline;
color: #022F5C
}



/* ---------------------------------------------------------------------- */
/* Formulare------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

.button
{
font-size:9pt;
color:#131313;
background-color:#BAC1CB;
BORDER-BOTTOM: 1px solid #DEDEDD;
BORDER-LEFT:   1px solid #DEDEDD;
BORDER-RIGHT:  1px solid #DEDEDD;
BORDER-TOP:    1px solid #DEDEDD;
}

.felder
{
font-family: Verdana;
font-size: 9pt;
color:rgb(51,51,51);
background-color:#DEDEDD;
BORDER-BOTTOM: 1px solid #B0B0B0;
BORDER-LEFT:   1px solid #B0B0B0;
BORDER-RIGHT:  1px solid #B0B0B0;
BORDER-TOP:    1px solid #B0B0B0;
BODY 
{
scrollbar-face-color:rgb(205,205,204); 
scrollbar-highlight-color:rgb(205,205,204); 
scrollbar-shadow-color:rgb(255,255,255);  
scrollbar-3dlight-color:rgb(255,255,255);  
scrollbar-arrow-color:rgb(255,255,255);
scrollbar-track-color:rgb(205,205,204); 
scrollbar-darkshadow-color:rgb(205,205,204); 
}
}  