* {
        margin: 0;
        padding: 0;
}

body {
background: #e1f2d0 url(images/bg.jpg) repeat-y top left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}

#header {
height: 80px;
width: 1050px;
background: #e1f2d0 url(images/header.jpg) no-repeat;

}
#header h1 {
font-size: 28px;
letter-spacing: -1px;
padding: 26px 0 0 20px;
color: #000;
}
#header h1 a {
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #e1c70e;
padding: 5px 0 0 630px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
width: 1050px;
background: #e1f2d0 url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 13px;
}
#menu ul li {
position: relative;
display: block;
float: left;
}
#menu ul li a {
padding: 3px 10px; /*menu tasten verbreitern*/
border: 1px; /*rahmen farbe Tabelle*/
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#content {
background: #e1f2d0 url(images/content.jpg) repeat-y;
margin: left;
padding: 0 20px;
}

.center {
float: left;
margin: 0;
padding: 0;
border: 0;
width: 800px;
}

#right {
float: left;
margin: 0;
padding: 0;
border: 0;
padding: 0px;
width: 200px;
text-align: justify;

}
