/* a:link {
	text-decoration: none;
	color: #C0C0C0;
}
	
a:visited { 
	text-decoration: none;
	color: #C0C0C0;
}

a:hover { 
	text-decoration: none;
	color: #F79900;
}

a:active { 
	color: #333333;
} */

body {
	background-color: #8C8C8C;
}

h1 {
	font-size: 13px;
	font-weight: normal;
	color: #3c729b;
	font-variant: small-caps;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: -7pt;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	color: #696969;
}

h4 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 3px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	list-style-image: url(../bilder/quadrat_kl.gif);
	list-style-position: outside;
	list-style-type: disc;
}

.block {
	text-align: justify;
}

.grau_klein {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.unterstrichen {
	text-decoration: underline;
}

.abstand_a_25 {
	margin-top: 25px;
}

.abstand_l_9 {
	margin-left: 9px;
}

a:visited {
	color: #696969;
}
a:link {
	color: #666666;
}
a:hover {
	color: #3c729b;
}

