/* /////////////// Defaults setzen ////////////////////// */
html {
	overflow: auto;
}
* {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
p, h1, h2, h3, h4, h5 {
    margin: 0 0 1.5em 0;
}
#content td {
    vertical-align: top;
    font-size: 11px;
}
#content ul,
#content ol {
    padding: 0 0 0 2ex;
}

/* /////////////// Elemente //////////////////////////// */
body {
    background: #e1a760 url(../img/wood.jpg);
    color: #610201;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}
#header {
    width: 100%;
    height: 128px;
    background: #e1a760 url(../img/woodHeader.jpg);
    border-bottom: 4px solid #610201;
}
.beige {
    background: #fdf9ec url(../img/panorama.gif) -400px bottom repeat-x;
}
#corpus {
    width: 717px;
    margin: auto;
    padding: 42px 0 125px 0;
}
#logo {
    width: 713px;
    height: 109px;
    margin: auto;
    background: url(../img/logoSchmoegerHolzbearbeitung.png) 187px 10px no-repeat;
}
#leftBar {
    width: 145px;
    float: left;
    margin-right: 42px;    
}
#navigation,
#contact {
    border-top: 3px solid #610201;
    border-bottom: 3px solid #610201;
    background: #fff url(../img/logoKlein.gif) bottom right no-repeat; 
    padding: 10px 0 35px 0;
    margin-bottom: 20px;
}
#contact {
    padding: 10px 10px 35px 10px;
    font-size: 0.9em;
}
#navigation ul li {
    list-style-type: none;
}
#navigation ul li a {
    display: block;
    padding: 2px 0 2px 10px;
}
#navigation ul ul {
    border-top: 1px solid #610201;
    border-bottom: 1px solid #610201;
    padding: 2px 5px 5px 10px;
    margin: 3px 0;
}
#navigation ul ul li {
    padding: 0;
}
#content {
    width: 530px;
    float: left;
}
#content a {
    color: #610201;
}
#content .highlight a {
    color: #EF4459;
}
#content a:visited {
    text-decoration: dotted;
}
#footer {
    background: #e1a760 url(../img/woodFooter.jpg);
    border-top: 4px solid #610201;
}
#footerNav {
    width: 530px;
    margin: auto;
    padding: 22px 0 28px 187px;
    line-height: 12px;
}
#footerNav a {
    font-weight: bold;
    color: #610201;
    text-decoration: none;
    margin-right: 1em;
}
#footerNav ul li {
    float: left;
    list-style-type: none;
}

/* CMSMS formulare */
.contactForm .left {
    width: 50%;
    float: left;
    margin-bottom: 0.5em;
}
.contactForm .right {
    width: 50%;
    float: right;
    margin-bottom: 0.5em;
}
.contactForm p {
    font-weight: bold;
    margin: 1em 0 0.5em;
}
.contactForm textarea {
    color: #610201;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
}
.contactForm .text input {
    width: 100%;
}
.contactForm .ffsubmit {
    padding: 0.3em 1em;
    margin: 2em 0;
    background: #EA5F95;
    color: #FFF;
    font-weight: bold;
    width: 100%;
}
/* /////////////// Helfer ////////////////////////////// */

.barrierReef {
    position: absolute;
    left: -5000px;
}
.clear {
    clear: both;
}
#kirschblau {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: url(../img/kirschblau.gif);
}