* {
	margin:0; 
	padding:0; 
	font:12px Verdana,Arial;
}

body{ background-color: black; }

strong{ font-weight:bold;}

a {text-decoration:underline; background-color: white;}
a:link {color: black;}
a:visited{ color: black;}
a:hover, a:focus{ color: red; cursor:pointer;}
a:active { color: red;}

a:link img, a:visited img{ border: 1px solid black; }
a:hover img, a:focus img{ border: 1px solid red;  }
a:active img{ border: 1px solid red; }

.center{ text-align:center;}
.kein_rahmen{ border: 0px; }
.referenz a{ padding: 8px; }

#banner_load{
	padding: 7px 235px;
	
}


#logo {
	padding-top: 25px;	/* wegen Störer -> normal 15px  */
	padding-bottom: 10px;  /* nur wegen Störer  */
	margin: 0 auto -5px auto;
	width: 124px;
	background-color: black;
}

#stoerer {
	position: absolute; 
	top:0; right: 0; width: 120px; height: 120px;
    z-index: 100;
	background-color: black;
	border: 0px;
}

#stoerer2 {
	position: absolute; 
	top:0; left: 0; width: 120px; height: 120px;
    z-index: 100;
	background-color: black;
	border: 0px;
}

#stoerer a { background-color: black;}
#stoerer img { border: 0px;}

#stoerer2 a { background-color: black;}
#stoerer2 img { border: 0px;}

#acc {
	list-style:none;
	margin:0 auto 40px;
}

#acc h3 { 
	padding:6px 6px 8px; 
	font-weight:bold; 
	margin-top:5px;
	text-align:center;
	cursor:pointer;
	color:white;
	background-color:black;
}

#acc h3:hover {
	background-color:white;
	color:black;
}

#acc h3:active { background-color: red; }

#acc .acc-section {
	overflow:hidden; 
	background:#fff;
}

#acc .acc-content {
	width:900px; 
	margin: auto;
	padding:15px; 
	border:1px dotted #c0c0c0;
	border-bottom:none;
	border-top:none; 
	background-color: white;
}

#acc #nested,
#acc #nested2{ background-color: white; }

#nested,
#nested2{
	margin-left: -15px;
	width:930px; 
	list-style:none;
	margin-top: -20px;
	margin-bottom:15px;
}

#nested h3, 
#nested2 h3{
	border:1px solid black;
	border-left: none;
	border-right: none; 
	width:918px; 
	margin-bottom: -5px;
	font-weight:bold; 
	cursor:pointer;
	color: white;
	background-color: black;
}

#nested h3:hover, 
#nested2 h3:hover{
	background-color: white;
	border:1px dotted #c0c0c0;
	border-left: none;
	border-right: none;
}

#nested h3:active, 
#nested2 h3:active{ background-color: red; }

#nested .acc-section, 
#nested2 .acc-section{
	overflow:hidden; 
	background:#fff;
}

#nested .acc-content,
#nested2 .acc-content{
	width:860px; 
	padding:15px;
	border:1px dotted #c0c0c0; 
	border-top:none; 
	background: white;
	margin-bottom: 20px;
}

#socialmedia{
	margin-top: 125px;
	margin-bottom: 20px;
	text-align:center;
}

.gallerie-liste li{
	float:left;
	width:300px;
	list-style:square;
	padding: 5px;
	margin-left: 50px;
}

.liste li{
	list-style:square;
	padding: 5px;
	margin-left: 50px;
}


