/**
* Style Name: Monique Hansch Holzobjekte
* Author: Kerstin Peick
* Author URI: http://www.peick-kd.de
* Version: 1.0
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* General
-------------------------------------------------------------- */
html, body, form
{
    background-color: #A3A1A5;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding: 0;
    font: 100% Verdana, Geneva, sans-serif;
    text-align: left;
}

#container
{
    background-color: #F3F3F3;
    width: 960px;
    min-height: 100%; /* Mindesth�he f�r moderne Browser */
    height:auto !important; /* Important Regel f�r moderne Browser */
    height:100%; /* Mindesth�he f�r den IE */
    margin: 20px  auto;
}

#head
{
    background-image: url(x_bilder/holz.jpg);
    background-repeat: no-repeat;
    width: 960px;
    height: 146px;
    margin: auto;
}

#headline
{
    background-color: #6E6E6E;
    width: 960px;
    height: 7px;
    line-height: 70%;
}

#main
{
    width: 580px;
    min-height:500px;
}

#main-large
{
    width: 100%;
    min-height:500px;
}

#objektnavi
{
    width: 250px;
    min-height:530px;
}

#textfield
{
    padding-top: 30px;
    padding-right:40px;
    padding-left: 60px;
}

#navi
{
    height:50px;
    margin-left:60px;
}
#navi div {
    position:relative;
    margin-left:16px;
    float: left;
}

#navi div:first-child {
    margin-left: 0px;
}

#sideintro
{
    background-color: #F3F3F3;
    width: 400px;
    float: right;
    clear: both;
}

#sideobjekte
{
    width: 730px;
    float: right;
    clear: both;
}

#sidebox
{
    background-color: white;
    min-height:280px;
    margin-top:20px;
    margin-right: 60px;
    padding:30px 20px 20px;
}


#objektfoto
{
    background-color: white;
    float:left;
    margin-right:30px;
}

#objekttext
{
    background-color: white;
    width: 220px;
    float:right;
    margin-top:25px;
}

#footer
{
    background-color: #FFFFFF;
    height: 78px;
    clear: both;
    position:relative;
    padding-top:20px;
}

#footer-impressum
{
    background-color: #6E6E6E;
    height: 24px;
    padding-right:40px;
}


/* Typography
-------------------------------------------------------------- */

p
{
    font: 95% Verdana, Geneva, sans-serif;
    font-weight: regular;
    color: #333333;
    line-height: 1.7;
    text-align: left;
    padding-right: 20px;
}

p.head
{
    font: 90% Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: white;
    letter-spacing: 0.7px;
    line-height: 0.5em;
    text-align: left;
    margin-left: 60px;
}

p.navi
{
    font: 95% Verdana, Geneva, sans-serif;
    color:#6C4633;
    letter-spacing: 1.2px;
    padding-top: 30px;
}

p.details
{
    font: 80% Verdana, Geneva, sans-serif;
    color: #333333;
    line-height: 1.6;
    padding-right: 20px;
}


p.vita
{
    font: 80% Verdana, Geneva, sans-serif;
    color: #333333;
    line-height: 1.9;
    padding-right: 20px;
}


p.anker
{
    font: 70% Verdana, Geneva, sans-serif;
    color: #333333;
    line-height: 1.8;
    text-align: right;
    padding-right: 60px;
}

p.objektenavi
{
    font: 80% Verdana, Geneva, sans-serif;
    color: #666666;
    line-height: 1.7;
    padding-left: 14px;
}

p.anschrift
{
    font: 75% Verdana, Geneva, sans-serif;
    color: #333333;
    line-height: 1.7;
    padding-right: 20px;
}

p.impressum
{
    font: 70% Verdana, Geneva, sans-serif;
    text-align: right;
    color: #ffffff;
    letter-spacing: 1px;
    padding-top:4px;
}

p.impressum a {
    text-transform: uppercase;
    display: inline-block;
    margin-left: 18px;
}

ul, ol
{
    font: 100% Verdana, Geneva, sans-serif;
    color: #333333;
    text-align: left;
    list-style-type: disc;
    line-height: 1.5;
}

ul.seitenspalte
{
    font: 100% Verdana, Geneva, sans-serif;
    color: #333333;
    line-height: 1.5;
    margin-right:5px;
    margin-bottom:1em;
    margin-left: 33px;
    list-style-position: outside;
}

ul.links, ul.vita  {
    list-style-type: none;
    font-size: 95%;
    color: #333333;
    line-height: 1.9;
    text-align: left;

}
ul.links a {
    text-decoration: none;
    color: #333333;


}
ul.links a:hover {
    color:#6C4633;
    text-decoration:none;
    font-weight: bold;

}
ul.links li {
    padding-bottom: 10px;
}

h1.head
{
    font: 120% Verdana, Geneva, sans-serif;
    font-weight: bold;
    letter-spacing: 1.1px;
    color: white;
    text-align: left;
    line-height: 0.5em;
    padding-top: 70px;
    margin-left: 60px;
}

h1.liste
{
    font: 100% Verdana, Geneva, sans-serif;
    font-weight: bold;
    letter-spacing: -1.6px;
    line-height: 85%;
    color: #D7006B;
    margin-left: 10px;
    padding: 0;
}

h1.main
{
    font: 100% Verdana, Geneva, sans-serif;
    font-weight: bold;
    letter-spacing: -1.6px;
    line-height: 100%;
    color: #D7006B;
    margin-left: 10px;
    padding: 0;
}

h2.main
{
    font: 80% Verdana, Geneva, sans-serif;
    font-weight: bold;
    letter-spacing: -0.2px;
    margin-top:5px;
    margin-bottom:10px;
    margin-left:10px;
    color: #D7006B;
}

h1.sidebox
{
    font: 80% Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #6C4633;
    line-height: 1.6;
    text-align: left;
}

h1.sideboxgrau
{
    font: 80% Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #666666;
    line-height: 1;
    text-align: left;
}

hr	{
    background-color:#333333;
    color:#333333;
    border:#333333;
    height:1px;
    margin-top:5px;
    margin-bottom:8px;
}

hr.white
{
    background-color:#ffffff;
    color:#ffffff;
    border:#ffffff;
    height:1px;
    margin-bottom:8px;
}

p.fusszeile
{
    font: 80% Verdana, Geneva, sans-serif;
    color: #FFFFFF;
    text-align: right;
    margin-right: 20px;
    padding-top: 35px;
}



/* Links
-------------------------------------------------------------- */

#navi a
{
    color: #666666;
    text-decoration: none;
    text-transform: uppercase;
}

#navi a:hover
{
    color:#6C4633;
    text-decoration:none;
}
#navi a.navi-active
{
    color:#6C4633;
    text-decoration:none;
    font-weight: bold;
}

.objektenavi a
{
    color: #333333;
    text-decoration: none;
}

.objektenavi a:hover
{
    color:#6C4633;
    text-decoration:none;
    font-weight: bold;
}

#textfield a
{
    color:#333333;
    text-decoration:none;
}

#textfield a:hover
{
    color:#6C4633;
    text-decoration:none;
    font-weight: bold;
}

#sidebox a
{
    color:#333333;
    text-decoration:none;
}

#sidebox a:hover
{
    color:#6C4633;
    text-decoration:none;
    font-weight: bold;
}

.anker a
{
    color: #666666;
    text-decoration: none;
}

.anker a:hover
{
    color:#6C4633;
    text-decoration:none;
}

#footer a
{
    color:#333333;
    text-decoration:none;
}

#footer a:hover
{
    color:#6C4633;
    text-decoration:none;
    font-weight: bold;
}

#footer-impressum a
{
    color:#ffffff;
    text-decoration:none;
}

#footer-impressum a:hover
{
    color: #EBCB92;
    text-decoration: none;
    font-weight: normal;
}

/* Anfahrt
-------------------------------------------------------------- */

.map {
    width: 100%;
}

#map {
    min-height: 500px;
    margin-top: 30px;
    margin-right: 40px;
    margin-left: 60px;
}

/* Datenschutz
-------------------------------------------------------------- */

#textfield.datenschutz {
    margin-bottom: 2em;
}

#textfield .daten,
#textfield ul,
#textfield p.details
{
    font-size: 95%
}

#textfield h1.daten {
    font-size: 95%;
    font-weight: bold;
    margin-bottom: 0.7em;
    margin-top: 0.7em;
    color: #6C4633;
}
#textfield h1.daten:first-child {
    margin-top: 0em;
}

#textfield h2.daten-sub  {
    font-size: 95%;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#textfield.datenschutz ul {
    list-style-type: none;
    margin-left: 2em;
}

#textfield.datenschutz a {
    color:#6C4633;
}

#textfield.datenschutz a:hover {
    color:#6C4633;
    font-weight: normal;
    text-decoration: underline;
}

#textfield.datenschutz p.details strong {
    font-weight: bold;
    color: #666666;
}

.sidebox-main
{
    background-color: white;
    min-height:280px;
    margin-top:20px;
    margin-right: 60px;
    padding:30px 20px 20px;
}

.sidebox-main a {
  color: #333333;
  text-decoration: none;
}

#sideobjekte {
    margin-bottom: 2em
}

#textfield .sidebox-main .details {
    font-size: 80%;
}

.objektenavi a.nohref {
    color: #CCCCCC !important;
}
.objektenavi a.nohref:hover {
    font-weight: normal !important;
}
