body {
font-family: Trebuchet MS;
color: #222;
line-height: 1.6;
}

#header {
width: 960px;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 80px;
font-size: 16px;
}

#content_wrapper {
width: 960px;
margin: 0 auto;
overflow: hidden;
}

#left {
width: 130px;
float: left;
font-size: 10px;
font-style: italic;
padding-right: 30px;
}

#center {
width: 410px;
float: left;
font-size: 12px;
}

#right {
width: 360px;
float: left;
padding-left: 30px;
}

#footer {
width: 960px;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 150px;
font-size: 12px;
}

#field {
margin-bottom: 7px;
}

input, input.submit {
font-family: Trebuchet MS;
font-size: 12px;
}

h1 {
font-size: 20px;
color: #c61818;
margin-top: 0px;
margin-bottom: 25px;
line-height: 20px;
}

a {
color: #c61818;
text-decoration: none;
}

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

a.home {
display: block;
background-image: url('../images/menu_home.png');
width: 49px;
height: 14px;
margin-right: 20px;
float: left;
}

a.bio {
display: block;
background-image: url('../images/menu_bio.png');
width: 194px;
height: 17px;
margin-right: 20px;
float: left;
}

a.crash {
display: block;
background-image: url('../images/menu_crash.png');
width: 155px;
height: 14px;
margin-right: 20px;
float: left;
}

a.interview {
display: block;
background-image: url('../images/menu_interview.png');
width: 82px;
height: 14px;
margin-right: 20px;
float: left;
}

a.bestellen {
display: block;
background-image: url('../images/menu_bestellen.png');
width: 79px;
height: 14px;
margin-right: 20px;
float: left;
}

a.debat {
display: block;
background-image: url('../images/menu_debat.png');
width: 104px;
height: 14px;
margin-right: 20px;
float: left;
}

a.home:hover {
background-image: url('../images/menu_home_over.png');
}

a.bio:hover {
background-image: url('../images/menu_bio_over.png');
}

a.crash:hover {
background-image: url('../images/menu_crash_over.png');
}

a.interview:hover {
background-image: url('../images/menu_interview_over.png');
}

a.bestellen:hover {
background-image: url('../images/menu_bestellen_over.png');
}

a.debat:hover {
background-image: url('../images/menu_debat_over.png');
}
