/* ==============================
	global settings/reset
==============================*/

* {
    margin: 0;
    padding: 0;
}

html,
body,
#container {
    width: 100%;
    height: 100%;
}

body {
    color: #3c2a2a;
    font: normal 14px Arial, Helvetica, sans-serif;
    background: #fbefda;
}

body>#container {
    min-height: 761px;
    background: url("../images/b-bg_top.jpg") center top repeat-x;
}

#inner-container {
    width: 960px;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    padding-top: 320px;
    background: url("../images/w-bg.png") right bottom repeat-y;
}

p,
#content ol,
#content ul {
    margin-bottom: 20px;
}

#left p {
    margin-bottom: 15px;
    font-size: 12px;
}

#right p {
    margin-bottom: 15px;
    font-size: 12px;
}

captcha { padding: 0 10px; }
.ds { padding: 10px; }

#content ol,
#content ul {
    margin-left: 15px;
}

#text {
    clear: both;
    padding: 10px 0px 0;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-bottom: 20px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 18px;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
}

#content ul {
    list-style-type: circle;
}

.clear {
    clear: both;
}

.nopadding {
    padding: 0 important;
}

.nomargin {
    margin: 0 important;
}

#ie6 {
    display: none;
}

* html #ie6 {
    position: relative;
    top: 0px;
    left: 0px;
    background: #f00;
    width: 100%;
    display: block !important;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}

* html #ie6 p {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 800px;
}

.logoTop {
    text-align: center;
    padding: 20px 0 30px 0;
    background: #fbefda;
}


/* ==============================
	subnav
============================== */

#subnav {
    margin-top: -320px;
    padding: 7px 0;
    background: url("../images/sn-bg.jpg") left top repeat-x;
    overflow: hidden;
}

#subnav ul {
    float: none;
    margin: 0 auto;
    width: 85%;
}

#subnav ul li {
    float: left;
    background: url("../images/sn-item_cut.jpg") left top no-repeat;
}

#subnav ul li.index {
    background: none !important;
}

#subnav ul li a,
#subnav ul li a:visited {
    display: block;
    padding: 5px 10px 5px 35px;
    color: #000;
}

#subnav ul li.index a {
    background: url("../images/sn-home.png") 10px no-repeat;
}

#subnav ul li.unser-team a {
    padding-left: 40px;
    background: url("../images/sn-ppl.png") 10px no-repeat;
}

#subnav ul li a.gaestebuch {
    background: url("../images/sn-gb.png") 10px no-repeat;
}

#subnav ul li a.anfahrt {
    padding-left: 40px;
    background: url("../images/sn-drive.png") 10px no-repeat;
}

#subnav ul li a.kontakt {
    background: url("../images/sn-contact.png") 10px no-repeat;
}

#subnav ul li a.impressum {
    background: url("../images/sn-impr.png") 10px no-repeat;
}

#subnav ul li a.datenschutz {
    background: url("../images/sn-impr.png") 10px no-repeat;
}

#subnav ul li a.disclaimer {
    background: url("../images/sn-impr.png") 10px no-repeat;
}

#subnav ul li a:hover,
#subnav ul li a:focus,
#subnav ul li a:active {
    text-decoration: underline;
}


/* ==============================
	header
============================== */

#header {
    width: 100%;
    height: 346px;
    padding-top: 50px;
    background: url("../images/h-bg.jpg") left top repeat-x;
}

#header>div {
    position: relative;
    width: 980px;
    margin: 0 auto;
    z-index: 2;
}


/* ====================
	logo
==================== */

#header>div a {
    position: absolute;
    top: 100px;
    left: -110px;
    z-index: 4;
}


/* ====================
	slideshow
==================== */

#slideshow {
    background: url("../images/slideshow-0.jpg") 0 0;
    margin-left: 230px;
    height: 311px;
    overflow: hidden;
}


/* ==============================
	wrapper
============================== */

#wrapper {
    clear: both;
    position: relative;
    margin: -100px auto 0 auto;
    padding-bottom: 60px;
    overflow: hidden;
    z-index: 1;
}


/* ====================
	sidebar
==================== */

#sidebar {
    float: left;
    width: 184px;
    margin-top: 180px;
    padding-bottom: 40px;
    text-align: right;
    padding-right: 40px;
}

#sidebar>a,
#sidebar>a:visited {
    display: inline-block;
    padding: 5px 0 5px 30px;
    color: #3c2a2a;
    font-size: 11px;
    text-decoration: underline;
    background: url("../images/sb-fb.png") left no-repeat;
}

#sidebar>a:hover,
#sidebar>a:focus {
    text-decoration: none;
}

#sidebar>h4 {
    padding: 15px 0;
}


/* ====================
	nav
==================== */

#sidebar>ul li {
    background: url("../images/n-item_cut.jpg") bottom right no-repeat;
    margin-right: -44px;
    position: relative;
    z-index: 200;
}

#sidebar>ul li a,
#sidebar>ul li a:visited {
    display: inline-block;
    width: 150px;
    padding: 10px 40px 10px 0;
    color: #2d0f04;
}

#sidebar>ul li a:hover,
#sidebar>ul li a:focus,
#sidebar>ul li a:active,
#sidebar>ul li.active a {
    background: url("../images/n-item_hv.png") 95% no-repeat;
}


/* ====================
	content
==================== */

#content {
    float: right;
    width: 599px;
    height: 100%;
    margin-right: 1px;
    padding: 110px 80px 0 50px;
    background: #fafafa url("../images/m-bg_top.jpg") left top repeat-x;
    overflow: hidden;
    position: relative;
}

#content h2 {
    color: #e2001a;
}

#content h3 {
    margin-bottom: 60px;
    color: #e2001a;
}

#content hr {
    width: 90%;
    height: 1px;
    margin: 50px 0 25px 0;
    text-align: left;
    color: #dbdbdb;
    border-top: 1px solid #dbdbdb;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

#content a,
#content a:visited {
    color: #E2001A;
    text-decoration: none;
}

#content a:hover,
#content a:focus,
#content a:active {
    text-decoration: underline;
}

#impressumdiv {
    background: none repeat scroll 0 0 #FBEFDA;
    border: 1px solid #CCCCCC;
    color: #666666;
    margin-top: 40px;
    padding: 20px;
    width: 399px;
    float: right;
}

#contentdiv {
    background: none repeat scroll 0 0 #FBEFDA;
    border: 1px solid #CCCCCC;
    color: #666666;
    padding: 20px;
    width: 590px;
}

.logoZzf {
    float: left;
    margin-top: 50px;
}


/* ==============================
	footer
============================== */

#footer {
    clear: both;
    position: relative;
    height: 60px;
    margin-top: -60px;
    background: #5d270c;
    z-index: 1;
}

#footer>div {
    position: relative;
    width: 960px;
    height: 60px;
    margin: 0 auto;
}

#footer>div img {
    position: absolute;
    right: -80px;
    bottom: 5px;
}

#footer>div ul {
    float: right;
    margin-right: 150px;
}

#footer>div ul li {
    float: left;
}

#footer>div ul li a,
#footer>div ul li a:visited {
    display: block;
    margin: 15px;
    color: #f6d0c1;
}

#footer>div ul li a:hover,
#footer>div ul li a:focus,
#footer>div ul li a:active {
    text-decoration: underline;
}

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

#content .rot_bold {
    color: #E2001A;
    font-weight: bold;
}

#content .blau_bold {
    color: #3366cc;
    font-weight: bold;
}

#content .blau {
    color: #3366cc;
    border-bottom: dotted #E2001A 1px;
}


/* ==============================
	klassen
============================== */

.bilder {
    border: 3px solid #ccc;
    margin: 2px;
    padding: 2px;
}

.picC {
    border: 3px solid #ccc;
    margin: 3px 25% 0;
}

a .bilder {
    border: 3px solid #ccc;
    margin: 0 auto 10px auto;
    padding: 2px;
}

a .bilder:hover {
    border: 3px solid #663300;
}

.cms {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #811F1F;
    border: 2px solid #ccc;
}

.cm {
    width: 500px;
    height: 210px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #811F1F;
    border: 2px solid #ccc;
    margin: 0 auto 10px auto;
}

.cmr {
    width: 477px;
    height: 210px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #811F1F;
    border: 2px solid #ccc;
    margin: 0 auto 16px auto;
}

.button {
    padding: 30px;
    margin-left: 20px;
}

.buttonS {
    padding: 30px;
    margin-left: 70px;
}

.schriftKlein {
    font-size: 11px;
}

table td.txt {
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    border-bottom: 2px double #ccc;
}

.captcha {
    padding: 0 10px;
}

.ds {
    padding: 10px;
}


/* ==============================
	margin-klassen
============================== */

.mT5 {
    margin-top: 5px;
}

.mT10 {
    margin-top: 10px;
}

.mT15 {
    margin-top: 15px;
}

.mT20 {
    margin-top: 23px;
}

.mT30 {
    margin-top: 30px;
}

.mT40 {
    margin-top: 40px;
}

.mT50 {
    margin-top: 50px;
}

.mT60 {
    margin-top: 60px;
}

.mT70 {
    margin-top: 70px;
}

.mT80 {
    margin-top: 80px;
}

.mL10 {
    margin-left: 10px;
}

.mL25 {
    margin-left: 25px;
}

.mL20 {
    margin-left: 20px;
}

.mL50 {
    margin-left: 50px;
}

.mL55 {
    margin-left: 55px;
}

.mL {
    margin-left: 150px;
}

.mL1 {
    margin-left: 200px;
}

.mL3 {
    margin-left: 3px;
}

.mL4 {
    margin-left: 4px;
}

.mL5 {
    margin-left: 5px;
}

.mL16 {
    margin-left: 16px;
}

.mL30 {
    margin-left: 30px;
}

.mL33 {
    margin-left: 33px;
}

.mR40 {
    margin-right: 40px;
}

.mR33 {}


/* ------------------------------------ Seiten Elemente/elements -------------------------------- */

.top {
    padding-left: 15px;
    background: url(../images/misc/top.gif) no-repeat 0 6px;
}

.back {
    padding-left: 15px;
    background: url(../images/misc/back.gif) no-repeat 0 2px;
}

.leonardo {
    width: 549px;
    font-size: 11px;
    margin-left: 24px;
}

.leonardo h2 {
    color: #082F1D;
    font-size: 18px;
    text-decoration: underline;
}

.leonardo table {
    font-size: 11px;
}

.leonardo td.table-red {
    color: #8F4343;
}

.leonardo hr {
    width: 530px;
    margin: 40px 0 40px 0;
    border: 0;
    height: 0;
    border-bottom: 1px dotted #1D3D2E;
}

.leonardo table.leonardo-produkte {
    margin: 15px 0 15px 0;
    text-align: left;
    border-collapse: collapse;
    background: #fff;
}

.leonardo table.leonardo-produkte td {
    padding: 10px;
    border: 1px solid #666;
}

table.leonardo-produkte .col1 {
    width: 130px;
}

table.leonardo-produkte .col2 {
    width: 320px;
}

img.slide {
    width: 751px;
    height: 311px;
}

.center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}