@charset "utf-8";
/* CSS Document */

* {
    margin:0;
    padding:0;
    border:0;
}
body {
    -x-system-font:none;
    background-image:url("/background.jpg");
    background-repeat:repeat-x;
    color:#3A3A3A;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:62.5%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:0 auto;
    text-decoration:none;
    width:900px;
}
h1 {
    font:normal normal normal 1.8em/normal Verdana, Arial, Helvetica, sans-serif;
}
h2 {
    font:normal normal normal 1.6em/normal Verdana, Arial, Helvetica, sans-serif;
}
h3 {
    font:normal normal bold 1.4em/normal Verdana, Arial, Helvetica, sans-serif;
}
a {
    font:normal normal normal 1.4em/normal Verdana, Arial, Helvetica, sans-serif;
}
#kopf {
    width:940px;
    height:180px;
    background-image:url("/head.png");
}
#bg {
    width:940px;
    height:8px;
    background-repeat:repeat;
}
#kontakt {
    color:green;
    font-weight:bold;
    height:33px;
    margin:10px 0 0 292px;
    position:absolute;
    width:600px;
    z-index:1;
}
#links {
    float:left;
    width:200px;
    height:auto;
}
#navigation {
    margin:0 0 0 45px;
}
#navigation ul {
    list-style-type:none;
}
#navigation li {
    margin-bottom:20px;
}
#navigation a {
    text-decoration:none;
    color:#000;
    font-weight:bold;
}
#mitte {
    float:right;
    width:700px;
    height:auto;
}
#mitte-navi {
    height:20px;
    width:300px;
    margin:25px 0 0 50px;
    font-size:10px;
}
#inhalt {
    height:auto;
    width:590px;
    margin:0 0 0 94px;
}
#inhalt a {
    color:#FFCD10;
    font-size:1.2em;
    font-weight:bold;
    text-decoration:none;
}
#inhalt .textItem {
    margin-top:10px;
    font-size:1.2em;
}
.gallery_image .link {
    margin-top:20px;
}

.contactRow {
   margin-bottom:10px;
}

.contactRow label{
    width:150px;
}

input, textarea{
    border:1px #ccc solid;
}

#contactFormSubmitRight {
    margin-left:80px;
}

#navigation li {
    background-image:url(nbg.png);
    height:30px;
    margin-bottom:6px;
    width:160px;
}

#navigation a {
    color:#3A3A3A;
    font-weight:bold;
    margin-left:7px;
    margin-top:7px;
    position:absolute;
    text-decoration:none;
}

.gallery_image img {
    border:1px #b3b3b3 solid;
}

.fieldwrapper {margin-bottom:15px;}
