<!--
body {
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 14px;
}
.header {
position: relative;
left:0px;
top:0px;
margin: 0px;
padding: 0px;
width:100%;
height:70px;
background: #f0f0fb;
border-bottom: solid 1px #000000;
}
.logo {
float: left;
width: 300px;
height: 70px;
background: url(http://curt.li/images/logo.png);
}
.intro {
margin: auto;
width:430px;
height: 50px;
font-family: Arial;
font-size:14px;
color:#000000;
text-align: center;
}
.menupoint {
float: left;
border-left: solid 1px #000000;
border-right: solid 1px #000000;
border-top: solid 1px #000000;
margin-left:10px;
height: 19px;
padding:0px;
background: #f29700;
}
.menulink {
margin-top:3px;
margin-left:5px;
margin-right:5px;
font-family:Arial;
font-size: 14px;
color:#000000;
font-weight: bold;
text-decoration: none;
}
.content_left {
float:left;
margin-left:10px;
margin-top:10px;
width:500px;
}
.content_headline {
font-family: Arial;
font-size: 22px;
color: #000000;
font-weight: bold;
}
.content_subheadline {
font-family: Arial;
font-size: 12px;
color: #000000;
font-style:italic; 
margin-bottom: 15px;
}
.content_content {
font-family: Arial;
font-size: 14px;
color: #000000;
margin-bottom: 35px;
border-bottom: solid 1px #000000;
}
.content_right {
float:left;
margin-left:10px;
margin-top:10px;
width:200px;
}
-->