body {
font-family: Arial;
color:#ffffff;
background-color:#000000;
padding:1em;
margin:0;
}

a:link {
color:#ffffff;
font-family: arial;
text-decoration: none;
}

a:visited {
color:#ffffff;
font-family: arial;
text-decoration: none;
}

a:hover {
color: #7b7b7b;
text-decoration:none;
}

a:active {
color: #7b7b7b;
text-decoration:none;
}

/* ----------container zentriert das layout-------------- */
#container{
margin: 0;
padding: 0;
background-color: #000000;
border: 1px; border-color:#ffffff; border-style: solid;
min-width:900px;
max-width:1220px;
}

* html body #container {width:expression(
(document.documentElement.offsetWidth) >(1020/12)
* parseInt(document.body.currentStyle.fontSize)?  "76em"
: ((document.documentElement.offsetWidth) < 1000? "900px" : "96 %")); }

/* ----------banner for logo-------------- */
#logo{
/*margin: 0 0 1em;*/
margin: 0 0 0em;
background-color: #000000;
border: 1px; border-color:#ffffff; border-style: solid;
height:11.2em;
min-width:900px;
max-width:1220px;
}

* html body #logo {width:expression(
(document.documentElement.offsetWidth) >(1020/12)
* parseInt(document.body.currentStyle.fontSize)?  "76em"
: ((document.documentElement.offsetWidth) < 1000? "900px" : "96 %")); }

div#links{
height:11.3em;
text-align:left;
float:left;
}

div#mitte{
height:11.3em;
margin-left:5em;
float:left;
}

div#rechts{
height:11.3em;
text-align:right;
float:right;
}

/* -----------------Inhalt--------------------- */
#content{
float: left;
min-height:600px;
margin: 0;
width:65%;
border-left: 1px; border-color:#ffffff; border-style: solid;
border-right:0;
border-bottom:0;
border-top:0;
}

* html #content {
height:600px;
}

#referenzen {
margin-bottom:1em;
}

#all {
padding: 0.8em 2.5em;
}

p {
margin-bottom:20px;
}

h3 {
margin-bottom:40px;
}

h4 {
margin-bottom:30px;
}

#lin {
margin-left:30px;
}

tr {
vertical-align:top;
}

#kontakt {
border-spacing:20px;
}

#link{
text-align:center;
padding-top: 1em;
font-style:italic;
}

#linkimp{
text-align:center;
font-style:italic;
}

#lip {
margin-top:0.5em;
}

/* --------------left navigavtion------------- */
#left{
float: left;
min-width: 25%;
margin: 0;
padding: 0;
color:#ffffff;
}

ul#Navigation li {
list-style: none;
margin-right:2.5em;
margin-left:0em;
}

#li {
font-weight:bold;
margin-top: 1.5em;
}

#liu {
margin-top:1em;
}

/* -----------footer--------------------------- */
#footer {
clear: left;
padding: 0;
margin: 0;
margin-left: 25%;
border-left: 1px; border-color:#ffffff; border-style: solid;
border-right:0;
border-bottom:0;
border-top:0;
}
