body {
	background: #999;
}
a {
	color: #a86804;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
#base {
	font: 18px Arial, Helvetica, sans-serif;
	color: #38302b;
	text-align: center;
	width: 1100px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #FFF;
	background: #FFF;
	margin: 12px auto 24px;
	padding: 0px;
}
#header {
	overflow: hidden;
	height: 453px;
	margin: 0px;
	padding: 0px;
}
#header_small {
	overflow: hidden;
	height: 167px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#header_small a,
#header_small img {
	margin: 0px;
	padding: 0px;
}
#navi {
	background: #a86804;
	font-weight: bold;
	color: #FFF;
	font-size: 19px;
	margin: 0px;
	padding: 9px 12px 0px 0px;
	text-align: left;
	height: 32px;
	overflow: hidden;
}
#navi a {
	background: #565656;
	display: block;
	margin-top: -9px;
	width: 80px;
	text-decoration: none;
	border-right: 3px solid #FFF;
	float: left;
	margin-right: 20px;
	height: 41px;
	padding: 0px;
}
#navi a:hover {
	background: #a86804;
}
#navi a img {
	margin: 10px 20px;
}


#text {
	text-align: left;
	margin-top: -6px;
	margin-bottom: 18px;
	padding-right: 26px;
	padding-left: 16px;
}
#text h1 {
	font-weight: bold;
	margin-bottom: -8px;
	margin-left: 22px;
	letter-spacing: 3px;
}
#text p {
	font-size: 90%;
	letter-spacing: 3px;
	margin-left: 22px;
	margin-bottom: -5px;
}


#fotos {
	margin-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
}
#fotos a {
	height: 176px;
	width: 176px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 15px;
	text-align: center;
	background: #CCC;
	float: left;
	display: table;
	position: relative;
}
#fotos a div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
	text-align: center;
}
#fotos a:hover {
	background: #a86804;
}
#fotos img {
	display: inline;
	vertical-align: middle;
}
#fotos a:hover img {
	border: 1px solid #CCC;
}
#points {
	padding-right: 188px;
	padding-left: 188px;
	text-align: center;
	
}
#points a {
	background: #FFF;
	width: 169px;
	margin-right: 6px;
	margin-left: 6px;
	display: inline-block;
	margin-bottom: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}
#points a:hover {
	background: #a86804;
	color: #FFF;
	text-decoration: none;
}
#points a img {
	border: 1px solid #a86804;
}
#points a:hover img {
	border: 1px solid #FFF;
}
#spreizer {
	margin: 0px 0px 12px;
	padding: 0px;
	clear: both;
	height: 6px;
}

#footer {
	background: #a86804;
	font-size: 50%;
	text-align: right;
	padding: 5px 8px 5px 5px;
	clear: both;
	margin-top: 12px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
#footer a.aktiv,
#footer a:hover {
	color: #a86804;
	background: #FFF;
}



#uplink  {
	margin: 0px 0px 0px 3px;
	padding: 0px;
	float: left;
}
#uplink img {
	margin: 0px;
}

#uplink a {
	text-decoration: none;
}
#uplink a:hover {
	background: none;

}

#preloader {
	visibility: hidden;
}
.unsichtbar {
	visibility: hidden;
}
