* {
padding: 0;
margin: 0;
font-family: Verdana;
font-size: 10pt;
color: #222;
}

table,tr,td {
font-size: 10px;
}

.clear {
clear: both;
}

#right {
margin-left: 580px;
color: #d8d8d8;
}

#header a{
color: #d8d8d8;
text-decoration: none;
}

#header a:hover {
color: white;
}

body {
background-image: url(images/bg.png);
background-repeat: repeat-x;
background-color: #f3f3f3;
}

#container {
width: 960px;
margin: 0 auto;
}

#header {
background-image: url(images/header.png);
background-repeat: no-repeat;
width: 960px;
height: 178px;
}

#header p{
color: #d8d8d8;
padding-top: 5px;
}

#menu {
width: 155px;
float: left;
}

.menu_titel {
width: 150px;
height: 32px;
background-image: url(images/menu_titel.png);
background-repeat: no-repeat;
}

.menu_titel p{
margin-left: 25px;
padding-top: 5px;
vertical-align: middle;
color: white;
font-size: 11pt;
}

.menu_content {
width: 150px;
background-image: url(images/menu_content.png);
background-repeat: no-repeat;
background-position: bottom right;
padding-bottom: 15px;
margin-bottom: 25px;
}

.menu_content li{
margin-left: 25px;
list-style: none;
font-size: 10pt;
}

.menu_content a{
text-decoration: none;
color: #525151;
font-size: 10pt;
}

.menu_content a:hover {
color: #222;
font-weight: bold;
}

#content {
float: right;
width: 660px;
margin-right: 40px;
background-color: white;
}

#content_titel {
width: 660px;
height: 32px;
background-image: url(images/content_titel.png);
background-repeat: no-repeat;
}

#content_titel h3{
color: white;
padding: 7px;
}

#content_text {
padding: 7px;
color: #222;
font-size: 10px;
}