* {
	margin: 0;
	padding: 0;
}

body {
background: rgb(255,14,30);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #3f3d3d;
}

a {
text-decoration: none;
color: #362e19;
}
a:hover {
text-decoration: underline;
color: rgb(150,150,150);

}

#wrap {
margin: 0px auto;
width: 1000px;
}


#header {
background: #666666 url(images/head_01.jpg) no-repeat;
height: 200px;
}
#header h1 { 
font-size: 38px;
letter-spacing: -1px;
padding: 160px 0 0 20px;
color: #fff;
}

#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: #EFECE0;
padding: 20px 0 0 40px;
letter-spacing: -1px;
font-weight: 100;
}

h4 {
font-size: 12px;
color: #3f3d3d;
padding: 20px 0 10px 0;
letter-spacing: -1px;
font-weight: bold;
}

#menu {
height: 40px;
line-height: 40px;
background: #63aacb url(images/menu2.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 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 18px;
color: #26373f;
}
#menu ul li a:hover {
text-decoration: none;
color: rgb(150,150,150);
}

#content {
background: #f4f4f4 url(images/content2.jpg) repeat-y;
padding: 10px;
}

.left {
float: left;
width: 680px;
text-align: justify;
padding-left: 50px;
padding-bottom: 30px;
font-size: 12px;
background: rgb(244,244,244);
border-right: 0px dotted #000;
border-top: 0px dotted #000;
border-bottom: 0px dotted #000;
}
.left h2 {
font-size: 20px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
text-decoration: underline;
}

.left ul {
padding-left: 50px;
}

.right {
float: right;
width: 180px;
background: rgb(244,244,244);
padding: 10px;
border-left: 10px solid #5e5e5e;
border-top: 1px solid #5e5e5e;
border-bottom: 1px solid #5e5e5e;
color: #d8ebf3;
}
.right h2 {
height: 24px;
line-height: 24px;
color: #26373f;
font-size: 17px;
padding-left: 10px;
color: #d8ebf3;

}
.right ul {
padding: 10px 0 3px 15px;
color: rgb(90,90,90);
list-style-type: square;
}
.right ul li a {
font-weight: 100;
font-size: 12px;
text-decoration: none;
}
.right ul li a:hover {
text-decoration: none;
color: rgb(150,150,150);
}

#bottom {
background: #d4ccae url(images/bottom2.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
}

.bildschatten {
 background: url(images/schatten-500px.png) no-repeat bottom left;
 padding: 4px 7px 17px 7px;
}

