/*
Template name: Natural Essence
Template URI: http://templates.arcsin.se/natural-essence-website-template/
Release date: 2007-02-20
Description: Soft and natural single/two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/


/* default elements */
* {margin: 0; padding: 0;}

body {
        background: #f7f6ed;
        color: #222;
        font: normal 65% sans-serif;
        padding: 2% 0;
}

a {color: #A2931E; text-decoration:none;}
a:hover {color: #442;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #442; padding: 8px 0 2px;}

h1 {font: normal 2.0em Arial, sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em Arial, sans-serif;}
h3 {font: bold 1.2em Arial, sans-serif; color: #A2931E;}
h4 {font: bold 0.9em Arial, sans-serif; text-align: left}

blockquote {
        background: url('img/quote.gif') no-repeat;
        display: block;
        font: normal 1.5em Georgia,serif;
        padding-left: 26px
}

/*form,table {margin-bottom: 1.2em;}*/
td {vertical-align: top;}
img {border: 0px;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
        background: #A2931E url(img/wrapper.gif) no-repeat left bottom;
        margin: 0 auto;
        width: 800px;
}
#container {
        background: #fff; url(img/bg_portrait.jpg) no-repeat left bottom;
        font-size: 1.3em;
        line-height: 1.3em;
        margin: 0 auto;
        width: 790px;
}

/* header*/
.title {
        background: #E2DED4;
        border-top: 1px solid #f7f6ed;
}
.title h1 {
        color: #441;
        font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
        padding: 10px 0 10px 18px;
}

.header {
        background: #A2931E url(img/Header2.png) no-repeat left top;
        height: 200px; /*vorher 170*/
}

/* navigation */
.navigation {
        background: /*#DED9D0*/ #A2931E /*url(img/nav.gif) repeat-x; height: 41px*/;
        border-top: 1px solid #A2931E;
        border-bottom: 1px solid #A2931E;
}
.navigation a {
        background: #A2931E /*url(img/nav.gif) repeat-x*/;
        border-right: 1px solid #A2931E;
        color: #553;
        width: 129px;
        float: left;
        font: bold 14px Garamond, sans-serif;
        padding: 0 14px;
        /*line-height: 41px;*/
        text-align: center;
        text-decoration: none;
}
.navigation a:hover,.navigation a#active {background: #d0c24d;} /*vorher #f7f6ed*/

/* main */
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y; color:#4B4B4B;}

/* bottom */
.bottom {
        background: #f7f6ed url(img/bottom.gif) no-repeat left bottom;
        border-top: 1px solid #AA8;
        color: #444;
        padding: 14px 20px;
}
.bottom .left {width: 70%;}
.bottom .right {width: 29%;}
/* footer */
.footer {
        background: #A2931E;
        color: #d0c24d;
        padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
        width: 33%;
        text-align: right;
        font-size: 10px;
}
.footer a {
        color: #d0c24d;
        text-decoration: none;
}
.footer a:hover, .footer .right a:hover {
        color: #FFF;
        text-decoration: underline;
}
.footer .right, .footer .right a {color: #d0c24d;}

/* gallery */
.gallery td {
        vertical-align: top;
        text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;}
.clearer {font-size: 0;}
.col2 .left {width: 70%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 29%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
        /*border-top: 1px dashed #BCBAAC;*/
        margin: 2px 0;
        padding: 0;
        width: 100%;
        text-align: right;
}
.block li {
        /*border-bottom: 1px dashed #BCBAAC;*/
        list-style: none;
}
.block li a,.block li em {
        color: #606060;
        display: block;
}
.block li em {
        font-size: 12px;
        font-style: normal;
}
.block li a {
        padding: 2px 3%;
        text-decoration: none;
        width: 100%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
        background: #D2D0C0;
        color: #A2931E;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: url(img/nav_gabel_hover.gif) no-repeat left;}
.block a#active {background: url(img/nav_gabel_active.gif) no-repeat left; font-weight: normal; color: #A2931E}