﻿body 
{
    font-family : "Arial";
    font-size : 9pt;
    color : #38576e;
}

table
{
    font-family : "Arial";
    font-size : 9pt;
    color : #38576e;
}


H1,H2,H3,H4
{
    font-family : Arial;
    font-size : 12pt;
    color:#1777b1;
}

.Titel 
{
    font-family : Arial;
    font-size : 12pt;
    font-weight : bold;
    color:#1777b1;    
}

A 
{
    color : #1777b1;
    text-decoration : none;
    font-weight : bolder;
}
A:hover 
{
    text-decoration : underline;
    color : red;
}


A.TopLink 
{
    font-family : "Century Gothic";
    font-size : 10pt;
    color : #2a4465;
    text-decoration : none;
}
A.TopLink:hover 
{
    color : #f20117;
    text-decoration : none;
}

A.SubLink 
{
    font-family : "Century Gothic";
    font-size : 10pt;
    color : #6f8cac;
    text-decoration : none;
}
A.SubLink:hover 
{
    color : #f20117;
    text-decoration : none;
}



#BodyBox 
{
    background: #FFFFFF url(/img/headerbg.jpg) top left no-repeat;
    margin : 0px;
    padding-left : 30px;    	
    padding-right : 30px;    	
    padding-top : 15px;        
}

#IndexBox 
{
    background: #FFFFFF url(/img/IndexKop.jpg) top left no-repeat;
    margin : 0px;
    padding-left: 30px;      
}


.LB 
{
    border-top-style : solid;
    border-top-width : 1px;
    border-top-color : #e6e6e6;
    border-left-style : solid;
    border-left-width : 1px;
    border-left-color : #e6e6e6;    
    border-right-style : none;
    border-bottom-style : none;
}

.RO 
{
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-bottom-color : #e6e6e6;
    border-right-style : solid;
    border-right-width : 1px;
    border-right-color : #e6e6e6;    
    border-left-style : none;
    border-top-style : none;
}


.Field 
{
    border-style : solid;
    border-width : 1px;
    border-color : #e6e6e6;
    font-family : Arial;
    font-size : 10pt;
    color : Gray;
    width : 380px;
}

.Button 
{
    border-style : solid;
    border-width : 1px;
    border-color : #e4e4e4;
    background-color : #f2f2f2;
    font-family : Arial;
    font-size : 10pt;
    color : Gray;    
}

.Validator 
{
    color : #ff3a00;
    font-family : "Arial";
    font-size : 10pt;
    font-weight : bolder;
}
