/* Allgemeine Angaben */
body {
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px;
	background-color: #cccccc;
	background-image: url(../images/hintergrund.jpg);
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

img {
	border: 0px;
	border-style: none;
}

.rahmen {
	border: 0px;
	border-style: none;
	border-color: #000000;
}

p {
	font-size: 12px;
	line-height: 15px;
	margin: 0px 0px 5px 0px;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #cc0000;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #cc0000;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 5px 0px;
}

ul {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

li {
	margin: 0px 0px 5px 0px;
	list-style-image: url(../images/punkt.gif);
}

a, a:link, a:visited {
	text-decoration: none;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px;
}

a:hover, a:active {
	color: #cc0000;
}

.adresse {
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: left;
}

.adresse a, .adresse a:link, .adresse a:visited, .adresse a:hover, .adresse a:active {
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 10px;
}


/* Navigation oben */
.nav1 {
	margin-bottom: 5px;
}

.nav1strich {
	color: #999999;
	font-size: 18px;
	font-weight: normal;
}

.nav1 a, .nav1 a:link, .nav1 a:visited {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	border-bottom: 0px;
	border-bottom-style: none;
}

.nav1_activ, .nav1 a:hover, .nav1 a:active {
	color: #cc0000;
}


/* Navigation links oben */
.nav2 {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border-bottom: 0px;
	border-bottom-style: none;
}
.nav2 a, .nav2 a:link, .nav2 a:visited {
	color: #ffffff;
	border-bottom: 0px;
	border-bottom-style: none;
}

.nav2 a:hover, .nav2 a:active {
	color: #000000;
}

.nav2_activ a, .nav2_activ a:link, .nav2_activ a:visited, .nav2_activ a:hover, .nav2_activ a:active {
	color: #000000;
	border-bottom: 0px;
	border-bottom-style: none;
}


/* Navigation links unten */

.nav3 {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

.nav3 a, .nav3 a:link, .nav3 a:visited {
	color: #999999;
	border-bottom: 0px;
	border-bottom-style: none;
}

.nav3 a:hover, .nav3 a:active {
	color: #cc0000;
}

