* {
    margin: 0px;
    padding: 0px;
}

html, body {
    background: #c0c0c0 url("../images/site/background.jpg");
    height: 100%;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 1.0em;
    color: #5d5d5d;
}

#wrap {
    margin:     0px auto;
    width:      970px;
    height:     100%;
    background: #ffffff;
}

#header {
    position: absolute;
    width: 970px;
    height: 190px;
    background: #ffffff;
}

    #header ul{
    position: absolute;
    top: 65px;
    right: 50px;
    list-style: none;
    }
    #header ul li{
    float: left;
    margin-right: 15px;
    }

    #header ul li a{
    display: block;
    color: #004a99;
    text-decoration: none;
    font-size: 0.9em;
    }
    #header ul li a:hover{
    color: #e2001a;
    }

#pfeilspitze {
position: absolute;
top: 0px;
right: -30px;
}

#container {
    position: absolute;
    top: 190px;
    width: 970px;
    background: #ffffff;
    /*
    min-height: 100%;               Mindesthöhe für moderne Browser
    height:     auto !important;    Important Regel für moderne Browser
    height:     100%;               Mindesthöhe für den IE
    overflow:   hidden !important;  FF Scroll-leiste 
    */
}
#container-left {
width: 250px;
float: left;
border: 0px solid #a00000;
}

#navigation ul {
/*position: absolute;*/
width: 200px;
margin-left: 50px;
list-style: none;
}

#navigation ul li{
width: 200px;
height: 25px;
}

#navigation ul li a{
width: 200px;
height: 25px;
display: block;
color: #004a99;
text-decoration: none;
font-size: 1.0em;
}
#navigation ul li a:hover{
color: #e2001a;
}

#maschinen-menu {
margin-left: 25px;
}

#inhalt {
    float: left;
    /*position: absolute;
    left: 250px;*/
    width: 660px;
    background: #ffffff;
    /*margin-left: 250px;*/
    margin-bottom: 50px;
}
#inhalt ul {
margin-left: 25px;
}
#inhalt ul ul {
margin-left: 25px;
}
#inhalt li a{
color: #004B99;
}

#inhalt li a:visited{
color: #E2001A;
}
#inhalt li a:hover{
color: #333333;
}


h1 {
color: #e2001a;
font-size: 1.55em;
font-weight:100;
}
h2 {
color: #474747;
font-size: 1.2em;
font-weight:400;
}

.uebersicht {
float: left;
width: 670px;
margin-top: 25px;
border-bottom: 1px dashed #004a99;
padding-bottom: 10px;
}

.uebersicht h3{
float: left;
color: #004a99;
margin-left: 25px;
}
  .uebersicht h3 a{
  color: #004a99;
  text-decoration: none;
  }

.uebersicht p {
float: left;
margin: 10px 0px 0px 25px;
width: 510px;
}
.uebersicht img {
float: left;
border: 10px solid #e5e5e5;
}
