@charset "UTF-8";


@media screen {
body, html {
margin : 0;
padding : 0;
height : 100%;
letter-spacing:1px;
line-height : 16px;
font-size : 13px;

color : #fff;
background : #000;
font-family: arial, helvetica;

}
#main {
margin : 0 auto;
width : 919px;
}
#header {
background-image : url(../images/header.jpg);
background-repeat : no-repeat;
height : 466px;
}
#header_referenz {
height : 466px;
background-color : white;
}
#content {
background-image : url(../images/bg_content.jpg);
background-repeat : no-repeat;
height : 224px;
}
#column_l {
float : left;
width : 290px;height:240px;
padding : 16px 0 0 30px;
background-image : url(../images/verlauf.jpg);
background-repeat : no-repeat;
}
#column_r {
float : left;
width : 290px;
padding : 42px 0 0 30px;
}
#column_1 {
float : left;
width : 580px;height:240px;
padding : 16px 0 0 30px;
background-image : url(../images/verlauf.jpg);
background-repeat : no-repeat;
}
#navigation {
float : right;
width : 165px;
padding : 40px 0 0 110px;

}
#navigation a {
letter-spacing : 0.15em;
color : #ffb100;
font-size : 16px;
line-height : 28px;
text-decoration : none;
}
.clear {
clear : both;
}
ul {
margin : 0;
padding : 0;
list-style-type : none;
}
h1, h2, h3, h4, h5 {
color : #ffb100;
margin : 0 0 10px 0;
padding : 0;
}
h1 {
font-size : 11px;
}
h2 {
font-size : 13px;
color : #ffb100;
margin-bottom : 3px;
}
h3 {
font-size : 14px;
}
h4 {
font-size : 15px;
}
h5 {
font-size : 16px;
}
}
img {
border : none;
}
a {
color : white;
}

