@charset "UTF-8";
@import "http://fast.fonts.com/cssapi/9ee4b2a6-c190-4dfa-9bc2-8248ce7c5a87.css";
img {
	position:absolute;	
}

#canvas {
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	position: absolute;
	height: 724px;
	width: 968px;
	left: 0px;
	top: 0px;
	overflow:hidden;
}

#titel {
	font-size: 24px;
	color: #FFF;
	position: absolute;
	height: 49px;
	width: 936px;
	left: 16px;
	top: 20px;
}

#inhalt {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	position: absolute;
	height: 539px;
	width: 936px;
	left: 16px;
	top: 65px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-bottom: 1px solid white;
}

.zurueckmenu {
	height: 30px;
	width: 250px;
	position: absolute;
	left: 16px;
	top: 687px;
	color: rgb(165,178,18);
	font-size:18px;
}

.zurueckmenu a:hover{
	text-decoration:underline;
	color: rgb(165,178,18);
}

.zurueckmenu a,a:visited{
	text-decoration:none;
	color: rgb(165,178,18);
}

.zurueckmenu a{
	text-decoration:none;
	color: rgb(165,178,18);
}

.zm_aktiv {
	color: white;
}

.zm_aktiv a:hover{
	text-decoration:none;
	color: white;
}

.zm_aktiv a{
	text-decoration:none;
	color: white;
}

.zm_aktiv a:visited{
	text-decoration:none;
	color: white;
}


#fuszmenu {
	height: 96px;
	width: 750px;
	position: absolute;
	left: 202px;
	top: 615px;
}

.menuitem_fusz {
	float: right;
	height: 90px;
	width: 90px;
	padding: 1px;
	border: 1px solid #FFF;
	position: static;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#000;
	margin:0px 0px 0px 12px;
}

.menuitem_fusz:hover, .menuitem_fusz_s {
	border: 2px solid rgb(165,178,18);
	padding: 0px;
	float: right;
	height: 90px;
	width: 90px;
	position: static;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0px 0px 0px 12px;
}

/* allgemeiner DIV-Style*/
.box {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	position: absolute;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* Bildbeschriftung */
.label {
	position:absolute;
	border:dotted 0px silver;
	line-height:1.3em;
	font-size: 11px;
	
}

.trennung {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

/* Schriftformatierung */
.gruen {
	color:rgb(165,178,18);
}

.schwarz{
	color:#000;
}

.weisz{
	color:#fff;
}

.fader {
	position:absolute;
	border: 0px dotted silver;
	opacity: 0.3;       /* modern browser */  
	-moz-opacity: 0.3;  /* older Mozilla browser */  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE8 in Standard Compliant Mode */  
	filter:alpha(opacity=30); /* IE5.x -7.0 */ 	
}

.fader:hover {
	opacity: 1;       /* modern browser */  
	-moz-opacity: 1;  /* older Mozilla browser */  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 in Standard Compliant Mode */  
	filter:alpha(opacity=100); /* IE5.x -7.0 */ 	
}

.aufgezaehlt{
	line-height:1.2em;
	float:left;
	width:350px;
	margin-left:8px;
	margin-bottom:20px
}