body {
background-color: #000000;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
#root {
margin: 0px;
padding: 0px;
position: relative;
width: 900px;
}
#menu {
width: 900px;
height: 196px;
position: relative;
padding: 0px;
margin: 0px;
overflow: hidden;
}
#left {
width: 186px;
height: 603px;
background-image: url(image/design_grau_13.png);
float: left;
}
#content {
padding-top: 20px;
padding-left: 0px;
padding-bottom: 0px;
float: right;
width: 710px;
position: relative;
font-family: arial;
font-size: 12px;
font-weight: normal;
color: #ffffff;
}

h1 {
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #ffffff;
display: inline;
}
.input {
border-style: dotted;
border-width: 1px;
border-color: #7a0000;
background-color: #515151;
font-weight: bold;
font-family: arial;
font-size: 12px;
color: #7a0000;
}
a {
text-decoration: none;
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #7a0000;
}
a:hover {
text-decoration: underline;
};