* {
	margin: 0;
	padding: 0;
}

body {
background: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #362e19;
}
a:hover {
text-decoration: underline;
color: #4a3c19;
}

#wrap {
margin: 20px auto;
width: 1000px;
}


#header {
background: #666666 url(bilder/header_2.jpg) no-repeat;
height: 146px;
}




#menu {
height: 40px;
line-height: 40px;
background: #666666 url(bilder/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 30px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 18px;
color: #aaa;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
}

#picture {
background: url(bilder/testbild.jpg)
}

#content {
background: #666666 url(bilder/content.jpg) repeat-y;
padding-top: 0px;
padding: 10px;
}

.right {
margin-right: 1em;
margin-bottom: 1em;
float: right;
width: 650px;
text-align: justify;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 25px;
padding-left: 25px;
font-size: 11px;
background: #fff;
border-right: 1px solid #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
}

.right h1 {
font-size: 14px;
font-weight: bold;
padding-top: 7px;
padding-bottom: 3px;
padding-right: 0px;
padding-left: 0px;
}

.right h2 {
font-size: 12px;
font-weight: bold;
padding-top: 7px;
padding-bottom: 3px;
padding-right: 0px;
padding-left: 0px;
}


.left {
margin-left: 1em;
margin-bottom: 1em;
float: left;
width: 200px;
text-align: left;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 25px;
padding-left: 25px;
font-size: 11px;
background: #fff;
border-right: 1px solid #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
}

.left h1 {
font-size: 14px;
font-weight: bold;
padding-top: 7px;
padding-bottom: 3px;
padding-right: 0px;
padding-left: 0px;
}

.left h2 {
font-size: 12px;
font-weight: bold;
padding-top: 7px;
padding-bottom: 3px;
padding-right: 0px;
padding-left: 0px;
}

.left a {
text-decoration: none;
}
.left a:hover {
font-weight: bold;
}
#bottom {
background: #d4ccae url(bilder/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
}
