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

/* MAIN CONTENT - Main Inhalt ohne Struktur, 4 waagerechte Zeilen */
a:link {
	color: #705118;
	text-decoration: underline;
}
a:visited {
	color: #705118;
	text-decoration: underline;
}
a:hover {
	color: #182540;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.listHeader {
	font-weight: bold;
	font-size: 18px;
	color: #182540;
}
.listHeader1 {
	font-weight: bold;
	font-size: 14px;
	color: #182540;
}
.contText {
	color: #39619C;
	font-size: 12px;
	text-align: justify;
}
.contGoldText {
	color: #705118;
	font-size: 12px;
}
.contSilberText {
	color: #FFFFFF;
	font-size: 12px;
}
#contCol0 {
	width: 100%;
}
#container #content #contCol0 div {
	padding: 10px;
}
#contCol1 {
	width: 100%;
}
#container #content #contCol1 div {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contCol2 {
	width: 100%;
}
#container #content #contCol2 div {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contCol3 {
	width: 100%;
}
#container #content #contCol3 div {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.button {
	position: absolute;
	border: 1px solid #CCC;
	background-color: #FFF;
	top: 50%;
	margin-top: 220px;
	width: 634px;
	margin-left: 25px;
}