/* text elements */

h1                {
        font-family: 'Verdana', sans-serif;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 4px;
        margin-top: 0px;
        color: #3AA571;
}

h2                {
        font-family: 'Verdana', sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
        margin-top: 0px;
        color: #2A644E;
}

p                {
        padding-right: 16px;
        margin-top: 8px;
}

a                {
        color: #3AA571;
        text-decoration: none;
}

a:hover                {
        color: #2A644E;
        text-decoration: underline;
}


/* basic elements */

body        {
        background-image: url("../_images/bg.gif");
        background-repeat: repeat-x;
        background-color: #FFFFFF;
        font-family: 'Verdana', sans-serif;
        font-size: 13px;
        color: #333333;
        margin: 0px;
        padding: 0px;
        overflow: -moz-scrollbars-vertical;
}

img                {
        border: 0px;
}

td                {
        font-family: 'Verdana', sans-serif;
        font-size: 13px;
        color: #333333;
}


/* content divs */

.TwoCols        {
        float: left;
        width: 208px;
        margin-right: 16px;
        border-right: 1px solid #cccccc;
}

.ThreeCols        {
        float: left;
        width: 312px;

}

.FourCols        {
        float: left;
        width: 432px;
        margin-right: 16px;
}

.SixCols        {
        float: left;
        width: 656px;
}

.TwoColsTab        {
        position: relative;
        z-index: 1;
        background-image: url("../_images/start/bg-angebote.gif");
        background-repeat: repeat-x;
        font-size: 11px;
        line-height: 15px;
        float: left;
        width: 224px;
        margin-top: -50px;
}

.TwoColsTab div        {
        border-top: 1px solid #cccccc;
        margin: 16px;
        padding-top: 8px;
}

.NewsTeaser        {
        float: left;
        display: inline;
        background-image: url("../_images/start/bg-news.gif");
        background-repeat: repeat-x;
        border-top: 1px solid #cccccc;
        width: 192px;
        font-size: 11px;
        line-height: 14px;
        margin-right: 16px;
        margin-bottom: 16px;
}

.NewsTeaser div        {
        padding: 16px;
}


/* layout divs */

#site        {
        width: 912px;
        text-align: left;
}

#menu        {
        position: relative;
        z-index: 2;
        float: left;
}

#menu div        {
        float: left;
}


#logo        {
        float: right;
        margin-right: 16px;
        margin-top: 16px;
}

#visual        {
        float: left;
        border-top: 2px solid #2A644E;
        padding-top: 1px;
        position: relative;
        z-index: 0;
        width: 912px;
        margin-bottom: 24px;
}

#content        {
        float: left;
        width: 912px;
}

#submenu        {
        float: left;
        width: 192px;
        margin-right: 48px;
        font-weight: bold;
}

#submenu div {
        float: left;
        width: 192px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 8px;
        border-bottom: 1px solid #cccccc;
        cursor: pointer;
}

#submenu div.cur {
        background-color: #DEDEDE;
}

#footer        {
        float: left;
        width: 912px;
        margin-top: 32px;
        margin-bottom: 48px;
        border-top: 1px solid #cccccc;
}

#footer table        {
        margin-top: 2px;
        border-spacing: 0px;
        width: 100%;
}

#footer td        {
        font-family: Verdana, sans-serif;
        font-size: 10px;
        color: #999999;
}

#footer a        {
        font-family: Verdana, sans-serif;
        text-decoration: none;
        color: #999999;
}

#footer a:hover        {
        color: #000000;
}