@charset "UTF-8";
@import url("../fonts/fonts.css");
@import url("module.css");
@import url("http://sources.ado-server.de/fancybox/latest/jquery.fancybox.css");
* {
    margin: 0;
    padding: 0;
}

body {
    color: #070707;
    font-size: 17px;
    font-family: pt_sans;
}

p,
#content ul,
#content ol,
#content table,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 16px;
}

h2,
h3,
h4 {
    color: #003366;
    font-weight: bold;
}

h2 {
    font-size: 30px;
    text-align: center;
}

address {
    margin-bottom: 16px;
    font-style: normal;
}

a,
a:visited {
    outline: none;
    color: #003366;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #070707;
}

img {
    border: none;
}


/***********************************************

	   ////////// Nicht l�schen ///////////

***********************************************/

.clear {
    clear: both;
    float: none;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.left {
    float: left;
}

img.left {
    margin: 0 25px 20px 0;
}

.right {
    float: right;
}

.endrow {
    margin-right: 0 !important;
}

.firstItem {
    margin-top: 164px;
}

.startItem {
    margin: 60px auto 30px
}

img.startItem {
    display: block;
}

.leaveSpace {
    height: 120px;
}


/**********************************************

	   ////////// sticky footer ///////////

***********************************************/

html,
body,
#main-wrapper {
    height: 100%;
}

#main-wrapper {
    margin: 0 auto -60px;
    width: 960px;
    overflow: visible;
    position: relative;
    z-index: 2;
}

body>#main-wrapper {
    height: auto;
    min-height: 100%;
}

#content-wrapper {
    padding-bottom: 80px;
    width: 860px;
    margin: 0 auto;
}

#index #content-wrapper {
    width: 960px;
}


/***********************************************

	   ////////// Seitenformatierung ///////////

***********************************************/

#background {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#background img {
    min-width: 50%;
    min-height: 50%;
    width: 100%;
    height: 100%;
}

#bg1 {
    background: #003366;
    width: 100%;
    height: 72px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

#bg2 {
    background: #003366;
    width: 100%;
    height: 268px;
    position: absolute;
    z-index: 1;
    top: 83px;
    left: 0;
}

#index #bg2 {
    height: 515px;
}

#leistungen #bg2 {
    height: 268px;
}

h1 {
    width: 264px;
    height: 185px;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 20px;
    background: url("../images/logo.jpg") 2px 2px no-repeat transparent;
}

h1 a {
    display: block;
    border: 2px #003366 solid;
    width: 260px;
    height: 181px;
    display: block;
    text-indent: -999px;
    font-size: 1px;
    overflow: hidden;
}

#header {
    padding: 20px 0 0;
    height: 52px;
    overflow: visible;
    margin-bottom: 25px;
    position: relative;
}

#header ul {
    position: absolute;
    list-style: none;
    word-spacing: -3px;
    left: 276px;
}

#header ul li {
    padding: 3px 0 0 0;
    display: inline-block;
    font-size: 19px;
    display: inline-block;
}

#header ul li a,
#header ul li a:visited {
    display: block;
    padding: 5px 5px;
    background: #003366;
    color: white;
    font-size: 19px;
}

#header ul li a:active,
#header ul li a:hover,
#header ul li a:focus,
#header ul li.active a {
    color: #003366;
    background: white;
}

#entry {
    width: 100%;
    height: 515px;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 40px;
    overflow: visible;
}

#entry img {
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -553px;
}

#entry span.desc {
    font-size: 30px;
    font-weight: bold;
    background: white;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 10px;
    right: -63px;
    color: #003366;
    padding: 20px 30px;
}

.addWhite {
    background: white;
}

.bigcol {
    width: 600px;
}

#index .bigcol {
    width: 700px;
}

.smallcol {
    width: 240px;
}

#content-wrapper ul.biglist {
    list-style: none;
}

#content-wrapper ul.biglist li {
    background: url("../images/big-bullet.png") 20px center no-repeat;
    padding: 15px 15px 15px 70px;
    border-bottom: 1px #003366 solid;
}

#content-wrapper ul.biglist li:last-child {
    border-bottom: none;
}

hr {
    border-left: none;
    border-right: none;
    border-top: 1px #003366 solid;
    border-bottom: none;
    margin: 30px 0 20px;
}

ul.noStyleList {
    list-style: none;
    margin: 20px 0 0;
}

ul.noStyleList li {
    padding: 10px 10px 10px 0;
    font-size: 19px;
    color: #003366;
    line-height: 35px;
    min-height: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.noStyleList li.fb {
    background: url("../images/facebook.png") right center no-repeat transparent;
}

ul.noStyleList li.fb a {
    display: block;
    margin-right: -10px;
}

ul.noStyleList li.telefon {
    background: url("../images/phone.png") right center no-repeat transparent;
}

ul.noStyleList li.home {
    background: url("../images/home.png") right center no-repeat transparent;
    line-height: 17px;
}

ul.noStyleList li.email {
    background-image: none;
}

ul.noStyleList li.email a {
    display: block;
    border: 3px #003366 solid;
    border-radius: 10px;
    font-size: 16px;
    margin-right: -10px;
    text-align: center;
    padding: 0 5px;
}

.threeBox {
    float: left;
    width: 306px;
    margin: 0 20px 20px 0;
    border-top: 4px #003366 solid;
}

.threeBox img {
    display: block;
    width: 304px;
    border: 1px #003366 solid;
}

.threeBox h3 {
    text-align: center;
    font-size: 20px;
}

ul {
    list-style: none;
    margin-bottom: 20px;
}

ul li {
    padding: 5px 0 5px 30px;
    background: url("../images/bullet.png") left center no-repeat transparent;
}

#slides-01,
#slides-02,
#slides-03,
#slides-04,
#slides-05 {
    width: 800px;
    height: 280px;
    background: transparent;
    margin: 0 auto 20px;
    position: relative;
    overflow: visible !important;
}

.slides_control {
    height: 300px !important;
    text-align: center;
}

.slidesjs-control div,
.slides_control div {
    margin: 0 auto;
    width: 860px;
    background: url("../images/loading.gif") center center no-repeat transparent;
    height: 100%;
}

.slidesjs-control div img,
.slides_control div img {
    display: block;
    margin: 0 auto;
}

.slidesjs-previous {
    text-indent: -9999px;
    font-size: 1px;
    overflow: hidden;
    display: block;
    position: absolute;
    z-index: 20;
    top: 50%;
    left: -65px;
    margin-top: -25px;
    width: 52px;
    height: 51px;
    background: url("../images/prev.png") center center no-repeat transparent;
}

.slidesjs-next {
    text-indent: -9999px;
    font-size: 1px;
    overflow: hidden;
    display: block;
    position: absolute;
    z-index: 20;
    top: 50%;
    right: -65px;
    margin-top: -25px;
    width: 52px;
    height: 51px;
    background: url("../images/next.png") center center no-repeat transparent;
}

.togglehead {
    cursor: pointer;
    background: white;
    color: #003366;
}

.togglebox {
    display: none;
}

#galerie .togglebox {
    width: 960;
    margin-left: -50px;
    margin-right: -50px;
}

#specialSlides {
    margin: 0 auto;
    width: 840px;
    height: 280px;
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 30px;
}

#specialSlides .slides_control {
    margin-left: -210px;
    width: 1270px;
    position: relative;
}

#specialSlides .slides_control div {
    display: block !important;
    float: left !important;
    max-width: 210px !important;
}

#footer {
    height: 60px;
    background: url(../images/footer.png) center top no-repeat white;
    overflow: visible;
}

#footer .container {
    margin: 0 auto;
    width: 960px;
    height: 100%;
    position: relative;
    overflow: visible;
    z-index: 100;
}

#footer .container a.scrollTopButton,
#footer .container a.scrollTopButton:visited {
    position: absolute;
    z-index: 10;
    top: -12px;
    left: 891px;
    text-indent: -9999px;
    font-size: 1px;
    display: block;
    width: 20px;
    height: 23px;
    background: url("../images/arrow.png") center top no-repeat transparent;
}

#footer .container a.scrollTopButton:hover,
#footer .container a.scrollTopButton:active,
#footer .container a.scrollTopButton:focus {
    background-position: center bottom;
}

#footer .container address {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #003366;
    display: block;
    padding-top: 20px;
}

.fb-like-box {
    background: #fff;
    margin: 0 0 0 10px !important;
    width: 840px;
}