﻿*
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #8C8C8C;
    font-size: 12px;
    background-color: #ffffff;
}

hr
{
    margin-bottom: 10px;
    border: 0px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #FFFFFF;
}

.a
{
    color: #5a5a5a;
    text-decoration: none;
}

.a:hover
{
    color: #FBAE22;
    text-decoration: none;
}

img
{
    border: none;
}

#top
{
    width: 100%;
    height: 380px;
    background-image: url('../images/bgTop.png');
    background-repeat: repeat-x;
}

#header
{
    width: 850px;
    height: 295px;
    margin: 0px auto;
    padding-top: 25px;
}

#logo
{
    float: left;
    width: 200px;
    height: 50px;
}

#logo h1
{
    display: none;
}

#logo img
{
    border: none;
}

#slogan
{
    width: 850px;
    height: 270px;
    float: left;
}

#navi
{
    float: left;
    width: 850px;
    height: 30px;
    border-bottom: 1px solid #cccccc;
}

#navi ul
{
    list-style: none;
}

#navi li
{
    float: left;
}

#navi li a
{
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #8C8C8C;
    float: left;
    margin-right: 20px;
}

#navi .active
{
    color: #FBAE22;
}

#navi a:hover
{
    color: #FBAE22;
}

#main
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    width: 850px;
    margin: 20px auto;
    padding-bottom: 50px;
    margin-top: 30px;
}

#left
{
    float: left;
    width: 240px;
    height: 100%;
}

#left .box
{
    background-image: url('../images/box.png');
    background-repeat: no-repeat;
    width: 240px;
    height: 60px;
    float: left;
    margin-bottom: 10px;
}

#left .box a
{
    display: block;
    color: #8C8C8C;
    text-decoration: none;
    width: 185px;
    padding-left: 55px;
    padding-top: 10px;
    height: 50px;
    line-height: 20px;
}

#left .box a:hover
{
    color: #4e4e4e;
}

#left .box h3
{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 40px;
}

#left_menu
{
    float: left;
    width: 210px;
    height: 100%;
    border: 1px solid #cccccc;
    padding: 20px;
    margin-bottom: 25px;
    z-index: 1;
}

#left_menu h2
{
    font-size: 16px;
    display: block;
    padding-left: 10px;
    color: #FBAE22;
    font-weight: normal;
    margin-bottom: 10px;
}

#left_menu ul
{
    display: block;
    list-style: none;
}

#left_menu ul li a
{
    display: block;
    padding: 12px;
    width: 226px;
    text-decoration: none;
    color: #8C8C8C;
}

#left_menu li a:hover
{
    color: #5a5a5a;
}

#left_menu .active
{
    background-image: url('../images/bgNavi.png');
    width: 226px;
    background-repeat: no-repeat;
    z-index: 2;
    color: #ffffff;
}

#main_content
{
    width: 557px;
    height: 100%;
    float: left;
    margin-left: 50px;
}

#main_content h2
{
    font-size: 16px;
    display: block;
    color: #FBAE22;
    font-weight: normal;
    margin-bottom: 10px;
}

#main_content .margin_top
{
    margin-top: 0px;
}

#main_content .theaser
{
    line-height: 25px;
    padding-bottom: 35px;
}

#main_content .price li
{
    padding: 5px;
    margin-bottom: 5px;
    margin-left: 50px;
}

#main_content .screensh
{
    display: block;
    margin-right: 53px;
    float: left;
    width: 150px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

#main_content .screensh_nm
{
    display: block;
    float: left;
    width: 150px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

#main_content .screensh img, #main_content .screensh_nm img
{
    margin-bottom: 10px;
}

.button
{
    background-image: url('../images/button.png');
    background-repeat: no-repeat;
    display: block;
    width: 176px;
    height: 16px;
    color: #ffffff;
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    float: right;
    text-decoration: none;
    padding: 17px;
    text-align: center;
    margin-top: 25px;
    border: none;
    cursor: pointer;
}

.button_bt
{
    background-image: url('../images/button.png');
    background-repeat: no-repeat;
    display: block;
    width: 210px;
    height: 50px;
    color: #ffffff;
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    float: right;
    text-decoration: none;
    padding: 17px;
    text-align: center;
    margin-top: 25px;
    border: none;
    cursor: pointer;
}

.button:hover, .button_bt:hover
{
    color: #4e4e4e;
}

#bottom
{
    width: 100%;
    height: auto;
    background-image: url('../images/bgBootom.png');
    background-repeat: repeat-x;
    background-color: #F5F5F5;
    position: fixed;
    bottom: 0px;
    clear: both;
    margin: 0;
    float: left;
    overflow: hidden;
    vertical-align: bottom;
}

#footer
{
    height: 30px;
    width: 850px;
    margin: 0px auto;
    font-size: 10px;
    text-align: right;
    padding-top: 20px;
    clear: both;
}

.table_anmelden td
{
    padding: 5px 5px 5px 0px;
}

.table_anmelden h2
{
    font-size: 16px;
    display: block;
    color: #FBAE22;
    font-weight: normal;
}

.input_single
{
    border: 1px solid #cccccc;
    padding: 5px;
    width: 230px;
}

.input_multiline
{
    border: 1px solid #cccccc;
    padding: 5px;
    width: 330px;
    height: 100px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.margin_right
{
    margin-right: 25px;
}

.example1 img
{
    border: none;
}

.image_partner
{
    margin-right: 25px;
    margin-bottom: 25px;
}

.margin_top_img
{
    margin-top: 20px;
}