* {
	margin: 0;
	padding: 0;
}

body {
background: #d2b48c url(hintergrund.jpg) repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #660000;
}

a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
color: #fff;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 194px;
background: url(header.png) no-repeat;

}
#header h1 { 
padding: 25px 0 0 20px;
color: #660000;
}

#menu {
height: 30px;
background: url(menue.png) no-repeat;
font-size: 12px;
line-height: 13px;
}

#menu ul {
list-style-type: none;
padding-left: 30px;
}

#menu ul li {
width: 110px;
float: left;
color: #ffebcd;
}

#menu ul li a {
text-decoration: none;
color: #ffebcd;
}

#menu ul li a:hover {
text-decoration: none;
color: #fff;
}

#content {
background: url(content.png) repeat-y;
padding: 0 20px;
}

.right{
float: right;
width: 377px;
text-align: justify;
padding-top: 20px;
line-height: 26px;
}

.right p {
padding: 0 0 20px 0;
}

.right h2 {
font-size: 18px;
font-weight: 100;
padding: 0 0 5px 10px;
height: 26px;
line-height: 22px;
color: #660000;
}

.left {
float: left;
width: 377px;
text-align: justify;
padding-top: 20px;
line-height: 22px;
}

.left p {
padding: 0 0 20px 0;
}

.left h2 {
font-size: 18px;
font-weight: 100;
padding: 0 0 5px 10px;
height: 26px;
margin: 0;
line-height: 26px;
color: #660000;
}

.left ul {
padding: 10px 0 15px 20px;
color: #660000;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
.articles { padding: 10px; }

#bottom {
background : url(bottom.png) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 12px;
line-height: 27px;
color: #660000;
}
#footer a { color: #660000; }
#footer a:hover { color: #fff; }