* {
    margin:0;
    padding:0;
    font-family: arial;
    font-size:12px;
}


body {
    background-color: white;
}

html
{
    overflow-x:hidden;
    overflow-y:auto;
}

a img {
    border:0;
}

table, tr, td {
    border-collapse:collapse;
    border-width:0;
}
#wrap {
    width:980px;
    background-position: 0 100px;
    background-repeat: no-repeat;
    overflow: hidden;
    
}

#nav1 {
    margin-top:85px;
    padding-left: 64px;
}

#nav1, #nav2 {
    height: 15px;
    background-color: #999;

}

#nav1 a, #nav2 a {
    font-size:10px;
    font-family: arial;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding-right: 8px;
    padding-left: 8px;
    vertical-align:top;
    height:15px;
    float: left;
    display: block;
}
#nav1 img, #nav2 img { 
   float: left;
}
#nav1 a:hover, #nav2 a:hover {
    background-color: white;
}

#nav1 ul li, #nav2 ul li {
    display: inline;
    line-height:15px;
}

#nav2 {
    width:100%;
    padding-left:4px;
}

#nav3 {
    margin-top:258px;
    float:left;
    width:500px;
    text-align:right;
}
#nav3 ul li {
    list-style: none;
}
#nav3 a {
    font-size:10px;
    font-family: arial;
    text-transform: uppercase;
    color: #6f7b95;
    text-decoration: none;
}
#nav3 a:hover {
    color:#666;
}

#nav1 a.navigationActive, #nav2 a.navigationActive {
    background-color: white;
}
#nav3 a.navigationActive {
    color:#666;
}

#logo {
    position: absolute;
    left:70px;
    top: 200px;
}

#logotext p {
    font-size: 10px;
    margin-bottom: 4px;
}
#logotext, #logotext a {
    font-size: 10px;
    color: #666;
    text-decoration: none;
}
#logotext a:hover {
     text-decoration: underline;
}

#contentWrap {
    width: 480px;
    margin-left:500px;
    margin-top:150px;
}

* html #contentWrap {
    margin-top:-150px;
}

#content {
    background:white;
    padding: 10px;
    padding-top: 20px;
    color: #666;
    padding-bottom: 20px;
    min-height:200px;
}

#content a { 
    color: #6f7b95;
    text-decoration: none;
}

#content a:hover { 
    text-decoration: underline;
    
}

#content p {
    line-height:1.4em;
}

#content h2 {
    color: #000;
    font-size:13px;
    padding-bottom: 12px;
}

.textAndImage {
    margin-top:12px;
}

.textAndImageFirst {
    margin-top:0px;
}

/*** gallery ****/
.simpleprojectitem {
    margin-bottom: 50px;
}

.projectlayouttable td {
    vertical-align: top;
}

.detailtd {
    padding-left: 15px;
}

.projecttitle {
    color: #000;
    font-size:12px;
    font-weight: bold;
}

.projectitem .projecttitle {
    margin-bottom: 20px;
}

.simpleprojectitem .projecttitle {
    text-transform: uppercase;
}


.projectdetailheader {
    margin-bottom:10px;
}


.projectort {
    font-size:12px;   
}

.labeltd {
    padding-right:10px;
    white-space: nowrap;
}

.projectgallerylinks td {
    padding-right:20px;
    color: #666;
}

#content table.projectgallerylinks td  a, .projectgallerynav a {
    color: #666;
}

.projecttext {
    margin-top:20px;
}

.projectgallerynav {
    float: right;
}
#content div.projectgallerynav a {
    text-decoration: none;
}
/**************************/
.spacerAfter1 {
    margin-bottom:20px;
}
.spacerAfter2 {
    margin-bottom:30px;
}
.spacerBefore1 {
    margin-top:20px;
}
.spacerBefore2 {
    margin-top:30px;
}

.adminfeedback{
    border:1px #DD3300 solid;
    padding: 1em;    
}


/** bilder Text **/
img.top {
    display:block;
}

img.left
{
    float:left;
    margin-right:10px;
}

img.right
{
    float:right;
    margin-bottom:10px;
    margin-left:10px;
}

/**** Werkliste ***/
div.wlgreybox {
    width:20px;
    display: block;
    float:left;
}

.wltitle {
    color: #6f7b95;
}

.werklisteitem {
    padding-bottom:2px;
}
.wltextbox {
  margin-left:20px;    
}

/**** ****/
.greyfatline {
    height:15px;
    background-color: #999;
    width: 480px;
    margin-left:-10px;
    margin-top:20px;
    margin-bottom:3px;
}

#formChSp {
    display:none;
}

.clearer {
    clear: both;
}
    
