* {
	margin: 0;
	padding: 0;
}

body {
background: #eee url(hintergrund2.jpg) repeat;
font-family: Arial, sans-serif;
font-size: 12px;
line-height: 20px;
color: #000;
}

a {
text-decoration: none;
color: #cc0000;
}

a:hover {
text-decoration: underline;
color: #a1a1a1;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 1px solid #999;
}

#header {
height: 160px;
background: #fff url(kopfgrafik.gif) no-repeat;
text-align: right;
}

#header h1 { 
padding: 10px 0 0 0;
}

#header h1 a { 
text-decoration: none;
}



#menu {
height: 25px;
line-height: 25px;
background: #999999;
}

#menu ul {
list-style-type: none;
padding-left: 30px;
}

#menu ul li {
display: block;
float: right;
}

#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}

#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

.right {
font-size: 13px;
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}

.imagefloat { 
float: right;
margin: 8px 0 2px 12px;
}

.right img {
border: 1px solid #000;
}

.right h2 {
font-size: 18px;
font-weight: 100;
padding: 16px 0 7px 0;
color: #cc0000;
}

.right h3 {
font-size: 16px;
font-weight: 600;
padding: 0 0 7px 0;
color: #999;
}

.right ul {
padding: 10px 0 16px 0;
margin: 0 0 0 13px;
}

.right li {
list-style-type : circle;
}

.left {
float: left;
width: 160px;
padding-top: 10px;
}

.left h2 {
margin: 13px 0 0 0;
padding-left: 4px;
color: #999999;
font-size: 13px;
}

.left ul {
padding: 5px 0 10px 4px;
list-style-type: none;
color: #cc0000;
list-style-type : square;
margin: 0 0 0 13px;
}

.left ul li a {
text-decoration: none;
font-weight: bold;
}

.left ul li a:hover {
color: #000000;
}

#footer {
margin: 5px 0 15px 0;
text-align: center;
font-size: 14px;
color: #000;
}

#footer a { color: #000; }
#footer a:hover { color: #000; }
