﻿*
{
    margin:0;
    padding:0;
}

body
{
    background-color: #a3a39d;
}

#text1
{
    font-family:Tahoma;
    font-size:9px;
    color:#0085cf;
}
#text2
{
    font-family:Tahoma;
    font-size:11px;
    color:#797979;
}

#main
{
    margin: auto;
    background-color:#ffffff;
    width: 980px;
    height: 100%;
}


#seminar_header img
{
    float:left;
    width:620px;
}
#menu_links
{
    float: left;
    width: 210px;
    background-color:#ffffff;
    min-height:800px;
    height:100%;
}
#menu_links table
{
    position: relative;
    width: 150px;
    top: 25px;
    left: 15px;
}
#menu_links img
{
    position: relative;
    left: 10px;
    top: 30px;
}
#menu_links_a
{
    position: relative;
    left: 40px;
    top: 70px;
}
#menu_rechts
{
    float:right;
    width:220px;
    min-height:900px;
    height:100%;
    background-color:#ffffff;
}
#seminar_content
{
    background-color:#ffffff;
    float: left;
    width: 540px;
    min-height:1200px;
    height:100%;
}
#content_main
{
   background-color:#ffffff;
    float: left;
    width: 540px;
    min-height:1200px;
    height:100%;
}
#agb_text
{
    font-family:Tahoma;
    font-size:11px;
    color:#797979;
}
#impressum
{
    font-family:Tahoma;
    font-size:11px;
    color:#797979;
}
#footer
{
    clear: both;
    width: 980px;
}
#footer table
{
    position:relative;
    left:210px;
    margin: 0;
    padding: 0;
}
#footerline
{
    position:relative;
    left:210px;
    height:5px;
    width:770px;
    background-color:#eaeaea;
}

.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 8pt tahoma; 
    padding: 3px; 
    border: solid 1px;
}
.linkbutton:hover
{
    
    color: #0085cf;
}