* {
	margin: 0;
	padding: 0;
}

body {
background: #0171AF url(images/background.gif) repeat-x;
font-family: Courier, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
letter-spacing:-1px;
}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 40px auto;
width: 780px;
background: #fff;
border: 10px solid #dbfcdb;
}

#header {
height: 158px;
background:#dbfcdb;
}
#slogan {
height: 60px;
background:#dbfcdb;
}
#slogan p {
letter-spacing: -1px;
font-size:10px;
text-align:right;
color:#1f1a17;
line-height:20px;
padding-right:0px;
margin-left:10px;
}

#werbung {
height: 98px;
}

#werbung img {
float:right;
border:3px double #1f1a17;
height:92px;
width:614px;
padding:0;
}

#menu {
height: 40px;
line-height: 40px;
background: #dbfcdb;
border-bottom:1px solid #1116fc;
}
#menu ul {
list-style-type: none;
padding-left: 10px;
padding-right: 0px;
}
#menu ul li {
display: block;
float: right;
}
#menu ul li a {
padding: 2px 5px 2px 5px;
text-decoration: underline;
font-weight: 100;
font-size: 14px;
border:1px solid #dbfcdb;
}
#menu ul li a:hover {
color: #1f1a17;
background: #f0e0ea;
text-decoration: none;
border:1px solid #1f1a17;
}

#content {
padding: 0 20px 20px 20px;
letter-spacing:0;
}

.left {
float: left;
width: 460px;
text-align: justify;
}
.left h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}
.left ul {
padding: 10px 0 7px 40px;
list-style-type: disc;
}
.left ol {
padding: 10px 0 7px 40px;
}

.right {
float: right;
width: 260px;
padding-top: 10px;
}


#footer {
height: 20px;
line-height: 30px;
background: #dbfcdb;
text-align: right;
font-size: 7.5px;
padding-right:20px;
}

#ihrlinkhier {
float:left;
margin-left:10px;
}







