* {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
width:100%;
height:100%;
font-family: 'Franklin Gothik Book', Arial, sans-serif;
background: rgb(196,196,196);
color: rgb(255,255,255);
}

#wrapper {
width: 900px;
margin: 30px auto;
background: rgb(100,150,0);
border: 1px solid rgb(255,255,255);
}

p {
font-family: 'Franklin Gothik Book', Arial, sans-serif;
line-height:21px;
}

h1 {
font: bold 2em Georgia;
padding: 15px 0;
text-align: center;
border-bottom: 1px solid rgb(255,255,255);
}

h2 {
font: bold 1.2em Georgia;
margin-bottom: 4px;
}

h3 {
font: bold 1.1em Georgia;
}

h4 {
font: bold 1.0em Georgia;
}

h5 {
font: bold 0.9em Georgia;
}

#rechts {
padding: 20px;
float:right;
width: 250px;
border-left: 1px solid rgb(255,255,255);
}

.impress {
clear: both;
margin: 0; padding: 10px 20px;
font-size: 0.8em;
border-top: 1px solid rgb(255,255,255);
background: rgb(100,150,0);
min-height: 25px;
}

.impress a {color: rgb(255,255,255); text-decoration: none}
.impress a:hover {text-decoration: underline;}

#content {
margin-right: 290px;
padding: 20px;
border-right: 1px solid rgb(255,255,255);
min-height: 300px;
}

.links a { font-size:100%; color:rgb(255,255,255); line-height:21px; text-decoration:none; }
.links a:hover { font-size:100%; color:rgb(255,255,255); line-height:21px; text-decoration:underline; }

a:active, a:visited, a:focus { outline: none; }