﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body  {
    height: 101%;
}

body {
    color: #727676;
    background: #FFF;
    text-align: left;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.hintergrundbild {
    background: url("../grafik/weihnachtsbaumhof-halver.jpg") fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height:100%
}
     /*
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height:100%
    */

:focus {
	outline: 0;
}


/* ==============================================================================
   =Block-Elemente
============================================================================== */


h1 {
    font-size: 130%;
    margin-bottom:1em;
    color:#00862d;
    line-height: 2.5;
    font-weight:bold;
    border-bottom: 2px solid #00862d;
    width:690px;
}

p, ol {
    margin: 0 0 1em 0;
    color:#545454;
    line-height:1.6;
    font-size: 95%;
}

ul {
    padding-left: 0px;
    list-style: none;
    margin: 0 0 0.6em 0;
    color:#545454;
    line-height:1.6;
    font-size: 95%;
}


/* ==============================================================================
   =Inline-Elemente
============================================================================== */


strong, b {
    font-weight:bold;
}

em, i {
    font-style:italic;
}

a {
    color: #00862d;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}


/* ==============================================================================
   =Classes allgemeiner Art
============================================================================== */


.clear {
    clear: both;
}


/* ==============================================================================
   =AUFBAU
============================================================================== */

#wrapper {
    margin: 0 auto;
    width: 960px;
}

#header {
    background-color: #FFF;
    width: 960px;
    height:450px;
    float:left;
    display: block;
}

#content {
    font-size: 100%;
    float: left;
    display: block;
    background: url("../grafik/content.png") no-repeat;
    padding-top:40px
}

#left {
    width: 230px;
    float:left;
    display: block;
}

#right {
    width: 730px;
    float:left;
    display: block;
}

#footer {
    margin-left:250px;
    width: 690px;
    clear:left;
    text-align:left;
    padding: 10px 0;
    border-top: 1px solid #00862d;
}

#rot {
     color: red;
}


/* ==============================================================================
   =HEADER
============================================================================== */


#header #logo {
    width: 230px;
    height: 112px;
    display: block;
    float:left;
    padding: 20px 0 18px 20px;
}

#header .header-nav  {
    float:right;
    width:225px;
    margin-top: 115px;
}

#header .header-nav a {
    color:#00862d;
    text-decoration: none;
    font-size: 90%;
}

#header .header-nav a:hover,
#header .header-nav a.active {
    text-decoration: underline;
}

#header #breadcrumb {
    color:#FFF;
    position: absolute;
    z-index: 2;
    margin-top:260px;
    width: 960px;
    height: 40px;
    background: url("../grafik/breadcrumb.png") no-repeat;
}

#header #breadcrumb p {
    color: #FFF;
    padding: 7px 0 0 20px;
}

#header #seitenbild {
    position: absolute;
    z-index: 1;
}


/* ==============================================================================
   =LEFT
============================================================================== */


#left .inhalt {
    padding: 20px;
}

#left .inhalt ul li {
    color: #FFF;
    font-weight: bold;
}

#left .inhalt ul li ul li a {
    color: #FFF;
    font-weight: normal;
    text-decoration:none;
    padding-left: 10px;
}

#left .inhalt ul li ul li a:hover {
    text-decoration: underline;
}

#left .inhalt ul li ul li a.active {
    font-weight: bold;
}

/* ==============================================================================
   =RIGHT
============================================================================== */

#right .inhalt {
    padding: 0 20px;
}

#right .inhalt img {
    float: right;
    padding: 0 0 20px 20px;
}

#right .image-container {
    float:right;
    width:200px;
}

table {
    font-size: 95%;
    margin: 0 0 1.6em 0;
    line-height:1.5;
    color: #515151;
    width: 100%;
    background-color: #EBEBEB;
    border-collapse: separate;
    border-spacing: 0;
}

table thead tr th {
    padding: 3px 5px;
    font-weight: bold;
    border: 1px solid #FFF;
}

table tbody tr td {
    padding: 3px 5px;
    border: 1px solid #FFF;
}


