*{
    margin:0;
    padding:0;
}
html{
    height:100%;
    width:100%;
}
body{
    height:100%;
    width:100%;
    background:url(../img/bg_top_01.png) top center repeat-x;
}
h1{
    font-family:Georgia;
    font-size:24px;
    font-weight:normal;
    color:#2d7492;
    margin:10px 0px 7px 0px;
}
h2{
    font-family:Georgia;
    font-size:24px;
    font-weight:normal;
    color:#2d7492;
    margin:10px 0px 7px 0px;
}
h3{
    font-family:Georgia;
    font-size:14px;
    font-weight:normal;
    color:#2d7492;
    margin:22px 0px 5px 0px;
    display:block;
    border-bottom:dotted 1px #2d7492;
}
h4{
    font-family:Georgia;
    font-size:14px;
    font-weight:normal;
    color:#2d7492;
    margin:10px 0px 0px 0px;
    display:block;
}
a{
    color:inherit;
    text-decoration: inherit;
}
.clear{
    clear:both;
}
.image-left{

    margin-top:4px;
    margin-right:7px;
    margin-left:15px;
    margin-bottom:15px;
    padding:5px;    
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border: solid 1px #E2E2E0;

}
.image-title{
    text-align:left;
    font-size:10px;
    font-weight:bold;
}
img{
    margin:0px;
    padding:0px;
}


#content_wrapper{
    width:1024px;
    min-height:1000px;
    height:auto !important;
    height:100%;
    margin:0 auto -70px;
    padding:0;
    font-family:Arial;
    font-size:13px;
    color:#333333; 
}

/*STYLE FOR HEADER AND ITS ELEMENTS*/
#header{
    background:url(../img/bg_header_01.jpg) top center no-repeat;
    height:150px;
    width:100%;
    margin-top:-35px;
}
ul#language_select{
    list-style:none;
    font-size:11px;
    line-height:20px;
    float:right;
}
ul#language_select li{
    float:left;
    padding-left:15px;
}
ul#language_select .flag{
    padding-left:25px;
}
ul#language_select li a {
    padding-left:25px;
}

ul#language_select .de{
    background:url(../img/flag_german.jpg) center left no-repeat;
    color:#cccccc;
}
ul#language_select .de_active{
    background:url(../img/flag_german_active.jpg) center left no-repeat;
    padding-left:25px;
}
ul#language_select .en{
    background:url(../img/flag_english.jpg) center left no-repeat;
    color:#cccccc;
}
ul#language_select .en_active{
    background:url(../img/flag_english_active.jpg) center left no-repeat;
}
ul#language_select .ru{
    background:url(../img/flag_russian.jpg) center left no-repeat;
    color:#cccccc;
}
ul#language_select .ru_active{
    background:url(../img/flag_russian_active.jpg) center left no-repeat;
}
#main_menu{
    font-family:Georgia;
    font-size:16px;
    color:#7d8f7f;
    width:1024px;
    height:35px;
    line-height:30px;
    position:absolute;
    margin-top:107px;
}
#main_menu ul li ul{
    display:none;
}
#main_menu ul{
    float:right;
    list-style:none;
    font-family:Georgia;
}
#main_menu ul li{
    float:left;
    margin:0px 0px 0px 10px;
    border-left:solid 1px transparent;
    border-right:solid 1px transparent;
}
#main_menu ul li:hover{
    background-color:white;
    box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.1) , -6px 0 4px  -4px rgba(0,0,0,0.1);
    border-left:solid 1px #e2e2e0;
    border-right:solid 1px #e2e2e0;
}
#main_menu ul li.active{
    background-color:white;
    color:#2d7492;
    box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.1) , -6px 0 4px  -4px rgba(0,0,0,0.1);
    border-left:solid 1px #e2e2e0;
    border-right:solid 1px #e2e2e0;
}
#main_menu ul li a{
    display:block;
    padding:3px 14px 3px 14px;
}
/*STYLE FOR HEADER AND ITS ELEMENTS*/

/*STYLE FOR LEFT FRAME AND ITS ELEMENTS*/
#left{
    width:365px;
    padding:0px 7px 10px 0px;
    float:left;
    line-height:1.5;
}
#left a{
    color:#2d7492;
    text-decoration: underline;
}
#left #submenu{
    background-color:#2d7492;
    width:100%;
    min-height:235px;
    float:left;
    font-family:Georgia;
    font-size:14px;
    color:white;
    margin-bottom:10px;
    line-height:1.0;
}

#left #submenu p{
    padding:5px 5px 5px 10px;
    line-height:1.4;

}

#left #submenu .teaser{
    padding-left:0px;
}
#left #submenu a{
    color:white;
}
#left #submenu h1{
    font-size:38px;
    font-weight:normal;
    margin:3px 0px 9px 10px;
    color:white;
}
#left #submenu h2{
    font-size:18px;
    font-weight:normal;
    color:white;
    margin:3px 0px 10px 10px;
}
#left #submenu ul{
    list-style:none;
    margin:0px 0px 5px 10px;
}
#left #submenu ul li{
    background:url(../img/li_triangle_transparent.png) left 3px no-repeat;
    padding:0px 0px 5px 17px;
    cursor:pointer;
}
#left #submenu ul li:hover{
    background:url(../img/li_triangle_white.png) left 3px no-repeat;
}
#left #submenu ul li.active{
    background:url(../img/li_triangle_white.png) left 3px no-repeat;
    text-decoration: underline;
}

#left .teaser{
    padding-left:0px;
}
#left .teaser h2{
    font-size:18px;
}
/*STYLE FOR LEFT FRAME AND ITS ELEMENTS*/

/*STYLE FOR RIGHT FRAME AND ITS ELEMENTS*/
#right{
    margin-left:380px;
    width:648px;
    min-height:700px;
    padding:0px 0px 10px 0px;
    line-height:1.5;
}
#right a{
    color:#2d7492;
    text-decoration: underline;
}
#right #teaser_wrapper{
    position:relative;
    box-shadow:0px 0px 5px rgba(0,0,0,0.2);
    padding:10px;
    margin-bottom:10px;
    border:solid 1px #e2e2e0;
    width:626px;
    height:213px;
    z-index:1;
}
#right #teaser{
    background-color:#fbfbfb;
    background-position:center center;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
}
#right #map_toggler{
    float:right;
    position:relative;
    cursor:pointer;
    background-color:#eeeeee;
    padding:2px 15px 2px 15px;
    text-align:center;
    width:70px;
    margin-top:-11px;
    margin-right:11px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index:0;
    font-size:10px;
    line-height:14px;
}

#right #route_panel{
    margin-top:20px;
}
#right #route_panel .adp-directions{
    width:100%;
}
#right #startRoute{
    width:500px;
    float:left;
    padding:5px;
    border:1px solid #adadad;
}
#right #startCalc{
    height:26px;
    background-color:#eeeeee;
    border:solid 1px #aaaaaa;
    float:right;
    cursor:pointer;
    padding:0px 10px;
}

#kontaktForm .kont_desc{
    height:17px;
    float:left;
    margin-left:10px;
}
#kontaktForm .required_star{
    float:left;
    margin-left:-10px;
}


#kontaktForm .phone_star{
    display:none;
    margin-left:3px;
    height: 22px;
    padding-top: 2px;
    width: 11px;
    cursor:inherit;
}
#kontaktForm .error{
    display:block;
    margin-left:119px;
    height:20px;
    color:red;
}
#right #kontaktForm{
    width:100%;
}
#right #kontaktForm input[type=text]{
    width:300px;
    float:left;
    padding:5px;
    border:1px solid #adadad;
}
#right #kontaktForm textarea{
    float:left;
    width:636px;
    height:130px;
    resize:none;
    border: 1px solid #ADADAD;
    padding: 5px;
    font-family:verdana;
    font-size:11px;
}
#right #kontaktForm input[type=checkbox]{
    clear:both;
}
#right #kontaktForm .checkboxes{
    clear:both;
    margin-top:180px;
}
#right #kontaktForm .req_field{
    margin-left:3px;
    height: 22px;
    padding-top: 2px;
    width: 11px;
    cursor:inherit;
}
#right #kontaktForm .kontaktForm_error{
    float:right;
    color:red;
    display:block;
    height:24px;
    width:215px;
    text-align:right;
    line-height:24px;
    margin-top:0px;
}
#right #kontaktForm .kontaktForm_blank{
    float:right;
    display:block;
    height:24px;
    width:215px;
    text-align:right;
    line-height:24px;
    margin-top:0px;
}
#right #kontaktForm .button {
    height:26px;
    background-color:#eeeeee;
    border:solid 1px #aaaaaa;
    float:right;
    cursor:pointer;
    padding:0px 10px;
}
/*STYLE FOR RIGHT FRAME AND ITS ELEMENTS*/

/*STYLE FOR FOOTER AND ITS ELEMENTS*/
#footer{
    width:100%;
    height:70px;
    border-top:solid 1px #2d7492;
    font-size:11px;
    color:#2d7492;
    padding-top:5px;
    margin-top:20px;
    text-align:center;
}



#right ul{
    margin:0px;
    padding:0px;
    color:#2D7492;
    list-style-position: inside;
    list-style-type:square;
}
#right li{
    margin:0px;
    padding:0px;
    padding-left:10px;

}
#right li span{
    color:#000;
}


.error{
    color:red;
    font-weight:bold;
}

.mail_success{
    margin-bottom: 15px;
    color:green;
}

.small{font-size:10px;}


#image_slider{
    height:212px;
}
/*STYLE FOR FOOTER AND ITS ELEMENTS*/
img.testimonials{
    width:100px; 
    margin-left:10px; 
    margin-top:0px; 
    margin-right:0px; 
    margin-bottom:5px;
    float:right; 
    padding:2px;
    background-color:white;
}
div.testimonials{
    /*background:url(../img/testimonials.png) no-repeat bottom right;*/
    border-radius:10px;
    padding:10px;
    background-color:#D5E3E8;
    margin-bottom:20px;
}
div.testimonials h2{
    margin-top:0px;
}

.testimonials h2{
    font-size:16px;
}

.testimonialteaser {
    background-color: #D5E3E8;
    background: url("../img/testimonials.png") no-repeat scroll right bottom #D5E3E8;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    padding: 10px;

}
.testimonialteaser img {
    border: 1px white solid;
    margin-left: 5px;
    margin-top: 3px;

}

.testimonialteaser h2 {
    font-size: 16px;
    margin-top:0px;
}

.contenttext {
    margin-bottom: 15px;
    text-align: justify;
}

.imageslider {
    border: 1px solid #E2E2E0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 213px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    width: 626px;
    z-index: 1;
}


#contactForm{
    width: 100%;
    border-radius:8px;
    background-color:#f0f0f0;

    border:1px solid #fefefe;
}
#contactForm input, #contactForm textarea{
    margin: .5em 20px;
    width: 600px;
    border: 1px solid #d2d2d2;
    background:#fefefe;
    padding: 5px 3px;
    color: #333333;
    line-height: 160%;
}
#contactForm input[type=submit]{
    border-radius:8px;
    cursor:pointer;
    width:150px;
    margin-left:480px;
    
}


#contactForm .red{
    background: url("../img/error-inline.png") no-repeat scroll 12px 11px #FFE7E3;
    border: 2px solid #FED8D2;
    color: #4B0B0B;
    font-size: 11px;
    margin-bottom: 15px;
    padding: 10px 15px 8px 30px;
    border-radius:8px;
}
#contactForm label{
    margin: .5em 20px;
    display:block;
    font-weight:bold;
}


/* QAPTCHA */
.QapTcha {
    margin-left: 19px;
}
.QapTcha .clr {
    clear: both;
}
.QapTcha .bgSlider {
    background: url("../img/qaptcha_sprites.png") no-repeat scroll 0 -22px transparent;
    float: left;
    height: 22px;
    width: 178px;
}
.QapTcha .Slider {
    background: url("../img/qaptcha_sprites.png") no-repeat scroll -32px 0 transparent;
    cursor: e-resize;
    height: 22px;
    width: 48px;
}
.QapTcha #Icons {
    background: url("../img/qaptcha_sprites.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 16px;
    margin-left: 0px;
    margin-top: 3px;
    width: 16px;
}

.QapTcha .TxtStatus {
    clear: both;
    font-family: Verdana;
    font-size: 10px;
    margin-top: 7px;
    text-align: center;
    width: 202px;
}
.QapTcha .dropSuccess {
    color: #568E2F;
}
.QapTcha .dropError {
    color: #BB2828;
}
/* QAPTCHA */

#map_canvas{
    width: 100%;
    height: 100%;
}
#map_wrapper{
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #E2E2E0;
    width: 626px;
    height: 213px;
    z-index: 1;
}

.formtext{
    margin-left: 10px;
}