@import url(http://fonts.googleapis.com/css?family=Carrois+Gothic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);

@font-face {
font-family: 'Frutiger Bold Condensed';
font-style: normal;
font-weight: normal;
src: local('Frutiger LT Std 67 Bold Condensed'), url('FrutigerLTStd-BoldCn.woff') format('woff');
}

@font-face {
font-family: 'Frutiger Light Condensed';
font-style: normal;
font-weight: normal;
src: local('Frutiger LT Std 47 Light Condensed'), url('FrutigerLTStd-LightCn.woff') format('woff');
}
@font-face {
font-family: 'Frutiger Condensed';
font-style: normal;
font-weight: normal;
src: local('Frutiger 57 Condensed'), url('Frutiger_57_Condensed.woff') format('woff'),url('Frutiger_57_Condensed.ttf') format('ttf');
}

html {
    margin: 0;
    padding: 0;
    height: 101%;
    width: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    background: url("img/ribbon_top_gradient.png") repeat-x;
}

#wrapper {
    padding-top: 0px;
    width: 955px;
    font-size: 15px;
    font-weight: lighter;
    color: #686766;
    line-height: 1.5em;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px  auto -100px;
}

#head {
    width: 100%;
    height: 153px;
    float:right;
    background: url("img/head.png") no-repeat;
    margin-top: 12px;
}
#head a { display: block; }
#head p { text-indent: -9000px; }

h2 span { display: none; }
h2 {
	font-weight: lighter;
          font-size: 27px;
	margin-bottom: 60px;
         font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
}
h2 p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: -25px;
    margin-top: 5px;
    font-weight: lighter;
    text-transform: none;

}

h3 {
    font-weight: normal;
    border-bottom: 1px solid #efefef;
    margin-bottom: 8px;
    font-size: 18px;

}
h4 {
    font-size: 15px;
    font-weight: lighter;
    margin-bottom: 0.5em;
      margin-top: 0px;
}

#head-helper { padding-top: 50px; }
#head-helper p {
    padding-top: 10px;
    font-size: 24px;
    line-height: 27px;
    
}
#head-helper a {
    margin-top: -110px;
    display: block;
    
}
#navi h5
{
    border: 1px solid #c1c1c1;
    color: #c1c1c1;
    width: 90px;
    float: left;
    padding: 8px;
    margin: 0;
    font-weight: normal;
    font-size: 10px;

}

#main_content
{
    margin-top: 30px;
  display: inline-block;
}

#main_content p
{
    margin-right: 90px;
}

#content_right
{
    margin-left: 460px;
    margin-top: -10px;
}

#push
{
    height: 120px;
}

#foot
{
    width: 100%;
    height: 135px;
    background: url("img/ribbon_foot_gradient.png") white repeat-x;
    background-position: bottom;
	position: relative;
}

#foot img
{

    float: left;
    margin-top: 10px;
}
#foot a
{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
#foot a:hover
{
    text-decoration: underline;
}
#foot p
{
    float:left;
    margin: 8px 0px 0px 35px;
    font-size: 12px;
    line-height:1.4em;
    color: #fff;
}

#foot_wrapper
{
    margin: 0 auto;
    width: 800px;
    height: 105px;
    position: relative;
}

.clearing { clear: both; }

#accordion h3 { cursor:pointer; }

#gallery {
    float: left;
    margin: 40px 0 0 113px;
    width: 320px;
}
#bayern {
    float: left;
    margin: 0px 0 0 113px;
    width: 320px;
    clear: both;
}
#gallery a {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
#gallery.presse a {
    display: block;
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
    clear: both;
}
#gallery.big {
    float: none;
    margin: 40px 0 0 105px;
    width: 98%;
}
#gallery.big a img {
    padding: 0px 10px 10px;
        width: 150px;
    display: block;
}
#gallery a img {
    padding: 4px;
    display: block;
}
#gallery a img:hover {
    opacity: 0.8;
}
#gallery p {
	color: #aaa;
	font-size: 0.9em;
}

img { border: 0; }

.b_right { border-right: 1px solid #F7F7F7; }

#references_table,
#references_table_2 {
    font-size: 0.8em;
    margin-left: 2em;
    margin-top: 2em;
}
#references_table td,
#references_table_2 td { border-bottom: 1px solid #eee; }
#references_table .city,
#references_table_2 .city { width: 10em; }
#references_table .zipcode { width: 3em; }

.accordion {
    cursor: pointer;
    background-image: url("img/acc_head_back.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 1.2em;
    border-bottom: 0;
}
.accordion_active { background-image: url("img/acc_head_back_up.png"); }

ul { list-style-image:url("img/list-image.png") }

/*-------------------------------------------------------*/

#navbar {
    padding: 0;
    margin: 0;
    width: 840px;
    float: right;
    list-style: none;
    border: 1px solid #bbb;
}
#navbar li {
    list-style: none;
    float: left; }
#navbar li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    border-left: 1px solid #efefef;
    color: #686766;
}

#navbar li a:hover
{
    background: #eee;
}

#navbar li ul {
    display: none;
    width: 12em; /* Width to help Opera out */
}
#navbar li:hover ul, #navbar li.hover ul {
    display: block;
    position: absolute;
    margin: 0;
    margin-top: 0px;
    padding: 0;
    padding-top: 2px; }
#navbar li:hover li, #navbar li.hover li {
    float: none; }
#navbar li:hover li a, #navbar li.hover li a {
    background-color: #bbb;
    opacity: 0.9;
    border-bottom: 1px solid #fff;
    color: #222; }
#navbar li li a:hover {
    background-color: #eee;
    cursor: pointer;
}
.link_active
{
    background: #eee;
}

#content_right a:link
{
    text-decoration: none;
    color: #54566a;
    border-bottom: 1px solid #7d91b5;
}
#content_right #navbar
{
    width: 115px;
    margin-top: -40px !important;
}

#content_right a:visited
{
    text-decoration: none;
    color: #4b5569;
}

#content_right a:hover
{
    color: #172465;
    border-bottom: 1px solid #ce4386;
}

.impressum p
{
	margin-top: 0px;
    margin-bottom: 2em;
}

.wka p
{
    margin-left: 1em;
	margin-bottom: 74px;
    margin-top: 2px;
}

/*Javascript*/

.cc_container {
    background: rgba(104, 103, 102, 0.9) !Important;
    color: #fff !Important;
    font-size: 16px !Important;
    font-family: inherit !Important;
    box-sizing: border-box !Important;
    padding: 20px 30px !Important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #686766 !Important;
    transition: none !Important;
    -webkit-transition: none !Important;
    color: #fff !Important;
    border: 1px solid #fff !Important;
    border-radius: 0 !Important;
    -webkit-border-radius: 0 !Important;
    text-decoration: none !important;
}
.cc_container .cc_btn:hover {
    background: #ed4089 !Important;
    color: #fff !Important;
    border: 1px solid #ed4089 !Important;
}
.cc_container a, 
.cc_container a:visited {
    color: #fff !Important;
    transition: none !important;
    border: 0 !important;
    text-decoration: underline !important;
}
.cc_container a:hover {
    color: #fff !Important;
    transition: none !important;
}

/**/