﻿body 
{
    background-color:#F2F1F1;
    background-image:url(images/bg_main.gif);
    background-position:center top;
    background-repeat:repeat-y;
    font-family:Tahoma;
    font-size:12px;
    text-align:center;
    margin:0px;
    padding:0px;
}

form 
{
    margin:0px;
    padding:0px;
}

#container 
{
    width:900px;
    text-align:left;
    margin-right:auto;
    margin-left:auto;
}

#contHeaderLeft 
{
    width:210px;
    float:left;
    text-align:center;
    padding-top:35px;
    background-image:url(images/bg_logo.jpg);
    background-repeat:no-repeat;
    background-position:center 1px;
    height:95px;
}

#contHeaderRight 
{
    float:left;
    width:689px;
    padding-top:1px;
}

#menu 
{
    clear:both;
    margin-top:1px;
    width:100%;
    background-image:url(images/bg_menu.jpg);
    background-repeat:repeat-x;
    height:22px;
    text-align:center;
}

#contContent 
{
    width:900px;
    clear:both;
}

#submenu 
{
    width:212px;
    float:left;
    padding-top:20px;
}

#submenu #gemeinde_joglland 
{
    position:absolute;
    bottom:10px;
    padding-left:6px;
}

#content 
{
    width:658px;
    padding-right:20px;
    padding-top:16px;
    padding-left:10px;
    float:right;
}

