 html, body, p, table, td, form
 { 
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
 }
 
 table
 {
     color: black;
     font-size: 0.9em;
 }
 
 td
 {
    padding: 4px 15px 4px 15px;
 }
 
.header
{
    background:#ffffff url(../../images/header.jpg) no-repeat ;
    width: 800px;
    height: 100px;
}

.footer
{
    width: 800px;
    background: #CC3333;
    color: white;
    height: 18px;
    padding: 4px;
    font-size: 0.75em;
}

.footer a
{
    font-size: 1em;
    color: white;
}

.footer a:hover
{
    color: #FFCCCC;
}

.welcome
{
    font-weight: bold;
}
 

a, a.visited
{
    color: #660000;
    font-size: 12px;
}

a:hover
{
    color: #CC3333;
}

.tr_title
{
    font-weight: bolder;
    background: #CC3333;
    color: white;    
}

.detail_bezeichnung
{
    background: #CC3333;
    color: white;
    font-weight: bold;
}

.detail_content
{
    background: #FFCCCC; /*CC9999*/
}

.detail_link a:hover, .detail_back a:hover
{
    color: #CC3333;
}

.detail_link, .detail_link a
{
    background: #FF9999;
    font-size: 12px;
    font-weight: bold;
}

.detail_back, .detail_back a
{
    background: #FF9999;
    font-size: 12px;
    font-weight: bold;
}

.hyperlink, .hyperlink a
{
    font-size: 12px;    
}


.dark
{
    font-size: 12px;
    color: black;
    background: #FF9999;
}

.bright
{
    font-size: 12px;
    color: black;
    background: #FFCCCC;
}

#error
{
    font-weight: bold;
    color: #990000;
    font-size: 12px;
}

#info, .detail
{
    color: #990000;
    font-size: 12px;
    padding: 4px 15px 4px 15px;
}

.tr
{
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
}

