@charset "utf-8";
/* CSS Document */


/* Kalibrierung */
* {margin: 0;
	padding: 0;
}
h1, h2, p, ul, ol {
	margin-bottom: 12px;
}
ul ul {
	margin-bottom: 0;

}
li {margin-left: 0;
}

/* allgemeine Styles */
body {
	color:#333;
	background-color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:140%;
}
p {	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:140%;
}
h1 {
	font-size: 16px;
	border-bottom: thin dotted #666;
	padding-bottom: 5px;

}
h2 {
	font-size:12px;
}
/* allgemeine Text-Hyperlinks */
a {
	text-decoration:underline;
	color: #00C;
}
.aufz {
	list-style-image: url(../images/knopfrot.gif);
	border-bottom: thin dotted #666;
}
.aufz li {

	margin: 5px 5px 10px 20px;
}


/* Klassen */


/* Layoutbereich*/
#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
}
#content {
	background-image:url(../images/starthg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	padding: 0;
	margin:30px 0 0 0;
	height: 570px;
	width: 900px;
	position:relative;
}
#vereinsadresse {
	position:absolute;
	left:203px;
	top:139px;
	width:440px;
	height:155px;
	z-index:1;
}

