body
{
    background-color:#8e999f;
    font-family:Verdana;
    font-size:11px;
    color:#2A4F6C;
    width:100%;
    height:100%;
    min-height:100%;   
    text-align:left;
}

html 
{
    height:100%;
    min-height:100%;   
}


.container
{
    background:url(../images/container_bg.gif) repeat-y;  
    //height:100%;
    min-height:100%;
    width:100%;
    text-align:left;
}

.header
{
    width:100%;
    height:88px;
    padding:0;    
    background-image:url(../images/header_background.gif);
    background-repeat: repeat-x;
}

.header_left
{
    width:360px;
    height:88px;
    float:left;
}

.header_right
{
    width:182px;
    height:88px;
    text-align:right;
    float:right;
    position:relative;
}

.login_button
{
    position:absolute;
    top:55px;
    right:80px;
}

.login_button_in
{
    position:absolute;
    top:55px;
    right:40px;
    width:150px;
}

.navi
{
    width:100%;
    height:25px;
    background-image:url(../images/navi_background.gif);
    background-repeat: repeat-x;    
}

.navi_content
{
    width:506px;
    height:20px;
    background-image:url(../images/navi_content.gif);
    background-repeat: no-repeat;  
    padding-left:170px;
    padding-top:5px;
} 

.navi_content a
{
    text-decoration:none;
    color:#fff;
    font-size:10px;
    margin-right:10px;
}

.navi_content a:hover, .navi_content a.on
{
    color:#FFC600;
} 

.subheader
{
    padding:0;
    margin:0;
    width:100%;
    height:143px;
    background-image:url(../images/subheader_background.gif);
    background-repeat: repeat-x;  
}

.suchenbox
{
    width:131px;
    height:123px;
    background-image:url(../images/suchenbox.gif);
    background-repeat: no-repeat;  
    padding:10px;
    padding-left:25px;
    position:relative;
    text-align:center
} 

.suchenbox input
{
    background-color:#fff;
    border:1px solid #000;
    margin:0px;
    padding-left:3px;
}

.suchenbox p
{
    color:#fff;
    margin:0;
    padding:0;
    padding-left:6px;
    //padding-left:4px;
    margin-bottom:5px;
    text-align:left;
}

.suchenbox p.text
{
    font-size:9px;
}

.subheader_content 
{
    margin:0; 
    padding:0;  
}

.subheader_content_logo
{
    position:absolute;
    margin-left:165px;
    //margin-left:-1px;    
    
}

.subheader_title
{
    background-image:url(../images/subheader_corner.gif);
    background-repeat: no-repeat;
    position:absolute;
    padding-left:10px;
    padding-top:20px;
    color:#fff;
    font-size:15px;
    font-weight:bold;
    margin-left:165px;
    //margin-left:-1px; 
    margin-top:100px;   
}

.content
{
    padding:10px;
}    

div.content
{
    margin:0;
    padding:0px;
    float:left;
    width:649px;    
}

.content_index
{
    margin:0;
    float:left;
    width:649px;
}


.sitebox
{
    float:left;
    width:186px;
    padding:0;
}    

.sitebox h2
{
    background-image:url(../images/menu_right_h2.gif);
    background-repeat:repeat-y;
    font-size:12px;
    font-weight:bold;
    padding-left:15px;
    padding-top:6px;
    color:#ffffff;
    height:21px;
}

.sitebox_content
{
    padding-left:15px;
    display:block;
}

.sitebox_content a
{
    color:#4C4C4C;
    font-weight:bold;
    text-decoration:none;
}

.sitebox_content a:hover
{
    color:#828282;
}

.sitebox_content input
{
    font-size:10px;
}

div.dotted {height:10px;border-bottom: 1px dotted #999;} 
