/**********************************************************************
******************** Farben *******************************************
*********************************************************************** 
Farbe1: #92B200 / gr�n
Farbe2: #633719 / braun bg
Farbe3: #9A621A  / braun Links
**********************************************************************/


/* ******************************************************************** */


/* Global ****************************************************** */


/* ******************************************************************** */


/*Schriften*/

@font-face {
    font-family: Fertigo;
    src: url('fonts/fertigo.otf');
}


/*Body*/

body {
    text-align: center;
    background: #633719;
    font-family: Fertigo, Verdana, Helvetica, sans-serif;
    font-size: 80%;
    color: #333;
    border-top: 4px solid #633719;
    overflow-x: hidden;
}


/*Headlines*/

h1 {
    font-size: 1.6em;
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 1px 1px #333;
}

h2,
h3 {
    font-size: 1.1em;
    color: #9A621A;
    font-weight: normal;
    text-shadow: 1px 1px 1px #333;
}

h2.contact {
    background: url(images/h-contact.png) no-repeat;
    height: 57px;
    width: 152px;
    text-indent: -999em;
    margin: -60px 0 0 -40px;
    position: absolute;
}

h2.projects {
    background: url(images/h-projects.png) no-repeat;
    height: 68px;
    display: block;
    width: 186px;
    text-indent: -999em;
    margin: -20px 0 0 80px;
}

h3,
h4 {
    font-size: 1em;
}

h1,
h2,
h3,
h4 {
    margin: 0 0 .5em;
}


/*Paragraph*/

p {
    line-height: 1.5em;
    margin-bottom: .5em;
}

.smaller {
    font-size: .8em;
    color: #9A621A;
}


/*HR---*/

hr {
    background-color: #ccc;
    color: #ccc;
    border: #ccc;
    height: 1px;
}


/*Links*/

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #9A621A;
}

a:hover {
    text-decoration: underline;
}


/* ******************************************************************** */


/* Layout ****************************************************** */


/* ******************************************************************** */


/*wrap-alles umgebender Div*/

#wrap {
    overflow: hidden
}

#lamp {
    position: absolute;
    top: 175px;
    right: -335px;
    z-index: 1000 !important;
    background: url(images/lamp.png) no-repeat;
    width: 470px;
    height: 490px;
}

#leiter {
    position: absolute;
    bottom: -80px;
    right: -65px;
    background: url(images/leiter.png) no-repeat;
    width: 280px;
    height: 380px;
    z-index: 0;
}


/*Header*/

#header {
    width: 100%;
    background: #fff url(images/bg_header.png) bottom repeat-x;
    padding: 10px 0;
    height: 180px;
    position: relative;
}

.logo {
    position: absolute;
    left: 0;
    width: 480px;
    height: 202px;
    background: url(images/logo.png) no-repeat;
}


/*inner div - Mittig ausgerichteter Div bei 100% breitem Umgebenden*/

.inner {
    margin: auto;
    width: 910px;
    text-align: left;
    position: relative;
}


/*Content-------------------------------*/

#content {
    width: 100%;
    padding: 5px 0 35px 0;
    background: #92B200;
    overflow: hidden;
}

#content .leftcol {
    padding-left: 94px;
    width: 570px;
}


/*Sidebar leftcol*/

.leftcol {
    float: left;
    width: 650px;
}


/*Sidebar rightcol*/

.rightcol {
    float: right;
    width: 200px;
}

.contactbox {
    background: #9DC000;
    padding: 10px;
    position: relative;
    padding-top: 50px;
}


/*projects*/

#projects {
    width: 100%;
    z-index: 0;
    height: 257px;
    background: #6A3B1B url(images/bg_content.png) repeat-x;
    position: relative;
}

#colors {
    float: left;
    margin: -20px 0 0 -30px;
    width: 108px;
}

#imagebox {
    background: #633719;
    padding: 20px;
    color: #92B200;
    overflow: hidden;
    z-index: 200;
}

ul.projectList {
    width: 2000px !important;
}

ul.projectList li {
    float: left;
    display: block;
    margin: 0 10px;
    font-size: .9em;
    cursor: pointer;
}

ul.projectList li a {
    text-decoration: none;
    text-shadow: 1px 1px 1px #333;
}

ul.projectList li a:hover {
    text-decoration: none;
}

ul.projectList li a:hover img {
    border-color: #92B200;
}

ul.projectList li img {
    margin-bottom: .2em;
    border: 1px solid #9A621A;
    shadow: 1px 1px 1px #333;
}


/*Footer*/

#footer {
    height: 50px;
    font-size: .9em;
    padding: 30px 0 0 0;
    color: #92B200;
    background: #633719 url(images/bg_footer.png) repeat-x;
    text-shadow: 1px 1px 1px #333;
}

#footer .inner {
    text-align: center !important;
}

#footer p {
    padding-left: 80px;
}

#footer a {
    color: #92B200;
    text-shadow: 1px 1px 1px #333;
}


/* ******************************************************************** */


/* Klassen ***************************************************** */


/* ******************************************************************** */