﻿html {
    height: 100%;
}
body {
    background:#ddd url(../image/body.gif) repeat-y center top;
    height: 100%;
}
#site {
    background:#fafafa url(../image/1_site.jpg) repeat-y;
    margin:0 auto;
    width:960px;
    min-height:100%;
}
#head {
    /*background:#fff url(../image/1_head_.jpg) no-repeat 0 30px;*/
    height: 287px;
    /*border-bottom: 1px solid #c00;*/
    text-align:right;
    /*padding:10px 20px 0;*/
    position:relative;
}

#head a {
    color:#333;
    border: solid 1px transparent;
    padding: 12px 8px;
    position: relative;
    text-shadow: none !important;
}

#slideshow img 
{
   margin-right: 10px;
}

#sidel,
#sider{
    display:none;
}

#head a:hover {
    color:#fff;
    text-decoration:none;
    border-color:#4b575e;
    background:#4b575e;
    text-shadow: 1px 1px 0 #222 !important;
}
#nav{
    border-top: 1px solid #223;
    list-style: none;
    width: 220px;
    margin:40px 0;
    float:left;
}
#nav li {
    border-bottom: 1px solid #223;
}
#nav li a {
    /* font-variant:small-caps; */
    font-size:13px;
    color:#aaa;
    display: block;
    padding: 5px 40px;
    background:transparent url(../image/bullet_h.jpg) no-repeat 20px center;
}
#nav li a:hover {
    color:#fff;
    text-decoration:none;
    background:#4b575e url(../image/bullet_hh.jpg) no-repeat 20px center;
}
#nav li a.aktiv,
#nav li a.aktiv:hover {
    color:#fff;
    font-weight:bold;
    background:transparent url(../image/bullet_h.jpg) no-repeat 20px center;
    cursor:default;
}
#cont {
    background:transparent url(../image/cont.jpg) no-repeat right top;
    float:right;
    padding: 40px 80px;
    width:579px;
}
#footer {
    clear:both;
    margin-top:-30px;
}
#footer p {
    background:#900;
    text-align:center;
    line-height:30px;
    color:#fff;
    width: 960px;
    margin:0 auto;
}

.table_referenz tr {
    background: #e8e9ea;
}
.table_contact tr:hover,
.table_referenz tr:hover {
    background: #edeff0;
}
tr[onclick] {
    cursor:pointer;
}