* {
padding: 0;
margin: 0;
} 

body {
background: #fff url(hintergrund.jpg);
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
color: #777;
}

img {
border: none;
}

.imagefloat { 
float: right;
margin: 8px 0 2px 12px;
}

a {
color: #993333; 
text-decoration: none; 
}

a:hover {
text-decoration: none; 
color : #000; 
}

#wrap {
width: 800px;
margin: 0 auto;
background: #fff;
}

#header {
height: 150px;
margin: 0 auto;
width: 800px;
}

#header h1 {
padding: 20px 0 0 20px;
}

#header h2 {
padding-left: 21px;
font-size: 14px;
color: #eee;
}






#linkespalte {
float: left;
width: 150px;
padding: 10px;
}

#linkespalte h2 {
color: #993333; 
padding: 38px 0 5px 10px; 
font-size: 17px;}

#linkespalte ul {
color: #993333; 
padding: 10px 0 10px 30px; 
list-style-type: circle; 
}

#linkespalte ul li {
padding-bottom: 5px; 
}

#linkespalte ul li a {
color: #999; 
text-decoration: none;  
}

#linkespalte ul li a:hover {
color: #000; 
text-decoration: none; 
}






#mittlerespalte {
margin-top: 20px;
float: left;
width: 408px;
line-height: 28px;
padding: 10px 20px 20px 20px;
background: #faf0e6;
border: 1px dashed #993333;
}

#mittlerespalte img {
border: 1px solid #fff;
}

#mittlerespalte h2 {
font-size: 18px;
font-weight: bold;
padding : 10px 0 15px 0;
color: #434343;
}

#mittlerespalte ul li {
margin : 0 0 0 15px;
}

#mittlerespalte a {
font-weight: bold; 
}




#unteresende {
height: 50px;
background: #fff;
}





#rechtespalte {
float: right; 
width: 160px;
padding: 10px;
}

#rechtespalte h2 {
color: #993333; 
padding: 38px 0 5px 10px; 
font-size: 17px;
}

#rechtespalte ul {
color: #993333;
padding: 10px 0 10px 30px; 
list-style-type: circle; 
}

#rechtespalte ul li {
padding-bottom: 5px;
}

#rechtespalte ul li a {
color: #999; 
text-decoration: none;  
}

#rechtespalte ul li a:hover {
color: #000; 
text-decoration: none; 
}

