@charset "utf-8";
/* Style-Datei zur Füenf-Fanseite */
body {
	font-family : Arial, sans-serif;
	padding:0px;
	margin:0px;
	background-color:#C0C045;
	font-size:0.8em;
	text-align:center;
	color:#000;
	line-height:1.4em;
	}
a {
	color:#000;
	}	

h1 {
	font-family : Arial, sans-serif;
	line-height:0.6em;
	font-size:1.4em;
	}
h2 {
	font-family : Arial, sans-serif;
	line-height:0.6em;
	font-size:1.1em;
	}
ul {
	list-style-type:circle;
	padding-left:10px;
	}
p {
	font-family : Arial, sans-serif;
	text-align:justify;
	}
hr {
	border:none;
	border-top:1px solid #555;
	margin-bottom:15px;
	margin-top:15px;
	width:200px;
	}
.Kasten {
	border:0px solid #555;
	width:100%;
	vertical-align:top;
	/* background-color:#ffe166; */
	padding-top:5px;
	padding-bottom:5px;
	}
.gbAutor {
	font-weight:bold;
	text-decoration:underline;
	font-size:0.8em;
	}
.Klein {
	font-size:0.8em;
	}
small {
	font-size:0.8em;
	}
img {
	border:1px solid #555;
	display:block;
	max-width:580px;
	}
img.smilie {
	border:none;
	display:inline;
	}
img.Klein {
	max-height:300px;
	}
fieldset {
/*	border:1px solid #555; */
	border:none;
	margin:0px;
	padding:0px;
	}
table {
	width:100%;
	border-collapse:collapse;
	}
td, tr {
	border:1px dashed #555;
	border-collapse:collapse;
	vertical-align:top;
	}
input {
	border:1px solid #555;
	background-color:#FFF;
	}
textarea {
	border:1px solid #555;
	background-color:#FFF;
	}
table.galerie {
	border:none;
	}
table.galerie tr {
	border:none;
	height:160px;
	}
table.galerie td {
	border:none;
	}
div#Gesamt {
	width:820px;
	background-color:#ffda40;
	text-align:left;
	margin:0px auto;
	border:1px black solid;
	margin-top:20px;
    margin-bottom:10px;
	}
div#Logo {
	top:0px;
	left:0px;
	width:100%;
	background-color:#FFF;
	height:150px;
	margin-bottom:10px;
	border:1px solid #555;
	background-image:url(Logo2.jpg);
	}
div#Logo2 {
	top:0px;
	left:0px;
	height:150px;
	border:1px solid #555;
	background-color:#71cb67;
	background-image:url(Logo_2_1_neu1.png);
	}
div#Menu {
	float:left;
	left:0px;
	width:200px;
	/* background-color:#FFF; */
	min-height:480px;
	padding:10px;
	}
div#Menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	/* border:1px solid #555; *//*ÄNDERUNG*/
	border-top:none;
	width:100%;
	}
div#Menu li {
	line-height:25px;
	}
div#Menu ul ul {
	border:none;
	}
span.Ueberschrift {
	display:block;
	border-top:1px solid #000;
	font-weight:bold;
	margin:0px;
	padding-left:5px;
	background-color:#71cb67;
	text-align:center;
	color:#FFF;
	}
div#Menu a {
	display:block;
	/* border:1px solid #555; *//*ÄNDERUNG*/
	border-top:1px solid #000;
	text-decoration:none;
	margin:0px;
	padding-left:5px;
	}
div#Menu a:hover, a:active {
	background-color:#71cb67;
	color:#FFF;
	}
div#Inhalt {
	float:right;
	top:0px;
	left:220px;
	width:580px;
	top:0px;
	/* background-color:#FFF; */
	min-height:480px;
	padding:10px;
	}
div#Footer {
	clear:both;
	/* background-color:#FFF; */
	}
div#Footer p {
	text-align:center;
	font-size:0.8em;
	}
	
/* styling of the container. */ 
a.player { 
    display:block; 
    width: 425px; 
    height:319px;  
    text-align:center; 
    /*margin:0 15px 15px 0;*/ 
    border:1px solid #999; 
} 
 
/* play button */ 
a.player img { 
    margin-top:100px;
	margin-left:170px;	
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.player:hover { 
    border:1px solid #000; 
}

