* {
	margin: 0;
	padding: 0;
}

body {
background: #6b8e23 url(hintergrund.jpg) repeat fixed;
font-family: Georgia, "Times New Roman", serif;
font-size: 15px;
line-height: 22px;
color: #333;
}

a {
text-decoration: none;
color: #dc143c;
}

a:hover {
text-decoration: underline;
color: #000;
}

#wrap {
margin: 20px auto;
width: 700px;
}

#top {
padding: 10px 0;
background: url(nebel.png) repeat;
}

#header {

}
#header h1 { 
font-size: 28px;
padding: 10px 0px 30px 0px;
}

#header h1 a { 
text-decoration: none;
}

#header h1 a:hover {
text-decoration: none;
}




#content {
padding: 0 30px 20px 30px;
background: url(nebel.png) repeat;
}





.right {
float: right;
width: 440px;
text-align: justify;
}

.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 22px 0;
color: #dc143c;
}





.left {
float: left;
width: 180px;
padding-top: 5px;
}

.left  ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
color: #000;
text-decoration: none;
font-weight: 600;
}
.left  ul li a:hover {
color: #dc143c;
}





#bottom {
padding: 10px 0;
background: url(nebel.png) repeat;
}

#footer {
height: 100px;
}
