body, html {
margin:0px;
padding:0px;
background-color:#ffffff;
}

img {
border:0px;
}

/* Banner */

#banner{
position:absolute;
top:0px;
left: 0px;
padding:0px;
margin:0px;
width: 950px;
height: 120px;
background-image: url("../design/banner.jpg");
background-repeat: no-repeat;
}


/* Navigation */

#navigation {
position:absolute;
top:120px;
left: 120px;
padding:0px;
margin:0px;
width: 950px;
height: 24px;
font-family: Trebuchet MS;
font-weight: bold;
font-size: 14px;
color: #ffd200;
}
#navigation a {
font-family: Trebuchet MS;
font-weight: bold;
font-size: 14px;
color: #990000;
text-decoration: none;
}






/* Headline */
#headline {
position:absolute;
top:144px;
left: 0px;
width: 940px;
height: 45px;
border-left:10px solid;
border-left-color:#ffd200;
padding-left: 110px;
}

/* Content */

#content {
position:absolute;
top:189px;
left: 0px;
width: 940px;
border-left:10px solid;
border-left-color:#ffd200;
}

#text {
padding-left:110px;
margin-bottom:100px;
margin-top:20px;
width:314px;
}

#text_b {
padding-left:110px;
margin-bottom:100px;
margin-top:20px;
width:820px;
}

#bild {
position: absolute;
top:209px;
left:444px;
width:506px;
text-align: left;
}

#bild img {
margin-bottom: 18px;
border: 1px solid;
border-color: #FFD200;
}


#text, #text_b {
font-family: Trebuchet MS;
font-weight: normal;
font-size: 12px;
color: #990000;
line-height: 1.4em;
}
#text h2, #text_b h2 {
margin:0px;
padding: 0px;
font-family: Trebuchet MS;
font-weight: bold;
font-size: 12px;
color: #990000;
line-height: 1.4em;
}

#headline h1{
margin-top:24px;
padding-top:0px;
font-family: Trebuchet MS;
font-weight: bold;
font-size: 24px;
color: #ffd200;
}

#text a, #text_b a {
font-family: Trebuchet MS;
font-weight: normal;
font-size: 12px;
color: #141517;
text-decoration: none;
}

#text a:hover, #text_b a:hover{
font-family: Trebuchet MS;
font-weight: normal;
font-size: 12px;
color: #141517;
text-decoration: underline;
}


