
body{
    background-image: url(../../img/borderleft.jpg);
    background-color: #f2f2f2;
    background-repeat:no-repeat;
    font-family:arial;
    font-size:0.9em;
    margin:0px;
    padding:0px;

}

div.bigimage{
    position:absolute;
    top:147px;
    left:170px;
    width:740px;
    height:394px;
    background-color: white;
    /*	background-image:"";*/
    background-repeat:no-repeat;
    display:none;
    z-index:23;
}

img.bigimg{
    width:525px;
    height:394px;
    margin-left: 107px;

}

img.topimage{
    position:absolute;
    top:110px;
    left:225px;
    width:714px;
    height:75px;
    border:none;
    z-index:17;
}

img.bottomimage{
    position:absolute;
    top:545px;
    left:165px;
    width:577px;
    height:75px;
    border:none;
    z-index:17;
}

hr.bottomborder{
    position:absolute;
    top:538px;
    left:0px;
    width:100%;
    border: 1px solid #678fb1;
    z-index:11;
}

hr.topborder{
    position:absolute;
    top:50px;
    left:0px;
    width:800px;
    border: 1px solid #678fb1;
    z-index:11;
}

div.contentbordertop{
    background:url(../img/contbordertop_1.jpg);
    background-repeat:repeat-x;
    position:absolute;
    left:161px;
    top:90px;
    width:758px;
    height:59px;
    z-index:16;

}

div.contentborderleft{
    background:url(../img/contborderleft_1_1.jpg);
    background-repeat:repeat-y;
    position:absolute;
    left:139px;
    top:115px;
    width:25px;
    height:505px;
    z-index:10;

}

div.contentborderright{
    background:url(../img/contborderright_3.jpg);
    background-repeat:repeat-y;
    position:absolute;
    left:915px;
    top:115px;
    width:25px;
    height:505px;
    z-index:10;

}

div.contentborderbottom{
    background:url(../img/contborderbottom.jpg);
    background-repeat:repeat-x;
    position:absolute;
    left:161px;
    top:621px;
    width:758px;
    height:59px;
    z-index:16;

}

#logo{
    background:url(../img/kh_logo_1.jpg);
    background-repeat: no-repeat;
    width:256px;
    height:62px;
    position:absolute;
    top:24px;
    left:630px;
}

div.contentbox{
    position:absolute;
    left:165px;
    top:115px;
    height:505px;
    width:750px;
    background-color:white;
    z-index:12;
}

div.realcontent{
    padding:0px;
    margin-top:50px;
    margin-left:50px;
    width:650px;
    height:340px;
    /*border:1px solid green;*/
    overflow:auto;
}

div.menubox{
    padding-left: 30px;
    font-size:1.1em;
    background:#c0c0c0;
    position:absolute;
    left:164px;
    top:115px;
    height:27px;
    width:721px;
    z-index:20;
}

#menu
{
    padding:0;
    margin:0;
    font-family: arial, helvetica, sans-serif;
    white-space:nowrap;
}

#menu li {
    display:inline;
}

#menu li a
{
    padding:0.2em 1em;
    background:#c0c0c0;
    text-decoration:none;
    float:left;
}

#menu a{
    border-left: 1px solid white;
}


/*#menu li a:hover
{
    background:#08c;
    color:#fff;
}*/


a.menubox{
    text-decoration:none;
    font-weight: bold;
    color:white;
}

a.menubox:hover{
    color:black;
}

div.kontakt{
    margin:0px;
    border-left:2px solid #678fb1;
}

table.kontakt{
    margin-left:20px;
}

div.projekte{
    border-left:2px solid #678fb1;
    padding-left:1px;
}

/*ul.projekte{
    list-style-type:none;
    line-height:25px;
    font-weight:bold;
}

a.projekte{
    text-decoration:none;
    color:#2a4173;
    font-weight:bold;
}

a.projekte:hover{
    color:gray;
}*/



/* +++++++++++++++++++++++++++++++++++++++++++++ Leistungen +++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.leistungen{
    background-image:url(../img/leistungen.jpg);
    background-repeat: no-repeat;
    position:absolute;
    left:720px;
    top:541px;
    height:79px;
    width:159px;
    /*border-left:2px solid #2a4173;*/
    z-index:17

}

div.downunder{
    position:absolute;
    left:155px;
    top:632px;
    width:750px;
    height:10px;
    font-size:7pt;
    color:#678fb1;
    z-index:16;
    text-align:center;
}

a.downunder{
    text-decoration:none;
    color:#678fb1;
}

img.topimage{
    cursor:pointer;
}

img.bottomimage{
	cursor:pointer;
}

