* {
    padding:0;
    margin:0;        
}

a {
    color: #738AAA;
    text-decoration: none;
}
a:hover {
    color: #738AAA;
    text-decoration: underline;
}

img {
    border:0;
}

body {
    background-color: white;
    font-size:11px;
    font-family: arial, sans;
    height:100%;
}

a img {
    border:0;
}

table td {
    vertical-align:top;
}

#wrap {
    min-width: 980px;
    overflow:hidden;
}

#logo {
    position: fixed;
    top:0;
    left:20px;
    width:235px;
    height:30px;
    z-index:100;
}

#whitebackg {
    position: fixed;
    top:0;
    left:20px;
    width:247px;
    height:100%;
    background:#FFF;
    z-index:1;
}

#right {
    margin-left:267px;
}

#nav {
    border:1px solid #A2B0BD;
    border-width:1px 0 0 0; 
    margin-top:130px;
    height:14px;
}

#nav ul {
    z-index:200;
}

#subnav {
    /*    border:1px solid #A2B0BD;
    border-width:1px 0 0 0;*/
    position: fixed;
    top:155px;
    left:20px;
    width:235px;
    z-index:100;
}

#content {
    margin-top:11px;
}

#layoutbox {
    background-color: #738AAA;
    position: fixed;
    bottom:0;    
    width:235px;
    height: 10px;
    left:20px;
    z-index:10;
}

#twostripes {
    position: absolute;
    left:0;
    top:130px;
    height:14px;
    width:20px;
    border:1px #A2B0BD solid;
    border-width:1px 0 0 0;
}
/*** Navigation ***/
#subnav ul li {
    margin-top:8px;
}
#subnav ul li ul li {
    margin-top: 1px;
}

#nav a {
    text-transform: lowercase;
}

#nav ul li, #subnav ul li {
    list-style: none;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    white-space: nowrap;
    padding-left:10px;
    margin-right:2.4em;
}

#nav ul li {
    display:inline;
}

#subnav ul li.current {
    background-image: url(../images/bullet_grey.png);
}
#subnav ul li.open {
    background-image: url(../images/bullet_open.png);
}

#subnav a.current, #nav ul li a.current, #subnav ul a.open {
    color:#000;
}
/*************/
.spacerAfter1 {
    margin-bottom:1em;
}
.spacerAfter2 {
    margin-bottom:2em;
}
.spacerBefore1 {
    margin-top:1em;
}
.spacerBefore2 {
    margin-top:2em;
}

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

div.clearer {
    clear: both;
    height:0px;
}

div.line {
    border:1px #A2B0BD solid;
    border-width:1px 0 0 0;
    width:200%;
    margin-left:-270px;
}

/*** Content ***/
#content h2 {
    color: #738AAA;
    font-size:1em;
}

#content p {
    max-width:525px;
}

/**** Gallery ***/
.largeimg {
    float: left;
    width: 525px;
    overflow: hidden;
}
.planview {
    padding-bottom:16px;
}

.thumbs {
    margin-left:525px;
    height: 290px;
}

.thumbs a img {
    height: 50px;
    width: 80px;
    margin-left: 10px;
    
}

.placeholder {
    background-color:#738AAA;
}
.thumbs .placeholder {
    margin-left: 10px;
}

.thumbwrap {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    height:50px;
    margin-bottom: 10px;
    margin-left: 80px;
}

.placeholderwrap {
    height:50px;
    margin-bottom: 10px;
    margin-left: 80px;
}

.textlinkwrap {
    width: 160px;
    text-align:right;
    height: 1em;
    padding-top: 40px;
    vertical-align: bottom;
    border: 1px #A2B0BD solid;
    border-width:0 0 1px 0;
    padding-bottom: 2px;
    margin-left: 10px;
}
.textlinkwrap img {
    vertical-align:middle;
    padding-bottom: 2px;
}
.textlinkwrap a.active {
    color:#000;
}
table.galfooter {
    clear: both;
    width: 525px;
    border:0;
    border-collapse:collapse;
    
}
table.galfooter tr td a img {
    
    padding-left:8px;
    padding-right:8px;
    padding-bottom: 4px;
    vertical-align:bottom;        
}
table.galfooter tr td {
    
    padding-top:1px;
}



.gal_title_td {
    text-align:left;
    font-weight:bold;
    font-size:11px;
    color: #545454;
    text-transform:uppercase;
    width:42%;
}
.gal_nav_td {
    text-align: center;
    color: #738AAA;
}

.gal_link_td {
    text-align: right;
    text-transform: lowercase;
    color: #738AAA;
    width:42%;
}
.gal_link_td img {
    vertical-align: middle;
    padding-bottom: 2px;
}

/*** TextAndImage ***/
table.ti_table {
    border-collapse: collapse;
    border:0;
}

table.ti_table_bottom td {
    vertical-align: bottom;
}

table.ti_table_top td{
    vertical-align: top;
}

img.top {
    display:block;
    margin-bottom: 10px;
}

img.left {
    margin-right:20px;
    display: block;
}

img.right {
    margin-left:20px;
    display: block;
}

.fontcolorgrey {
    color: #738AAA;
}

/*** Teamliste und Werkliste ***/
.tl_item, .wl_item {
    width: 690px;
    height:50px;
    margin-bottom:10px;
    background-image: url(../images/smallstripe.png);
    background-repeat: repeat-x;
    background-position: bottom;
    overflow: hidden;
}

.wl_item {
    height:63px;
}


.tl_table, .wl_table {
    width: 100%;
    border-collapse: collapse;
    border:0;
}
.tl_table tr td, .wl_table tr td {
    line-height:11px;
    vertical-align:top;   
    height:17px;
    text-align:left;
}
td.tl_image img, td.wl_image img {
    height:50px;
    width:80px;
    display:block;
}

td.wl_image img {
    height:63px;
    width:100px;
}

td.tl_image , td.wl_image  {
    width:80px;
}

.tl_table .link_td, .wl_table .link_td {
    text-align: right;
    text-transform: lowercase;
}

.tl_table .link_td img, .wl_table .link_td img {
    vertical-align: middle;
}

.tl_title, .wl_title {
    color: #738AAA;
    padding-left:18px;
}

.wl_title_bullet {
    margin-left:-10px;
}

.wl_label {
    padding-left:18px;
    width:14%;
}
.tl_text {
    padding-left:18px;
}

/** ProjektTeaser ***/
#projektTeaser {
    width: 525px;
    height: 290px;
    overflow: hidden;
}

#projektTeaserInner {
    width:1000px;
}

#projektTeaser a {
    float: left;    
}

.tl_table .phone_td {
    text-align: right;    
}

/***************/
#footer {
    position: fixed;
    left:21px;
    bottom:10px;
    color: #738AAA;
    z-index: 200;
    background-color: white;
}

#footer p {
    padding-bottom: 0.5em;
}

span.dl_link {
    color: #738AAA;
}
.dl_link_bullet {
    padding-right: 4px;
    vertical-align: middle;
    padding-bottom: 2px;
}

.prebullet {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left:10px;
}

#no_image_spacer {
    height:8px;
    overflow:hidden;
}

#home_image_preview {
  display:none;
}
