/* css-file by wonders and sign */
/* Stand 04.2007 */
/* Colors: */


/* Basics */
* {
	margin: 0;
	padding:0;
}
body {
	height: 100%;
	min-height:100%;
	min-width:850px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	color: #777;
}
img {
	border:0;
	margin:0;
	padding:0;
}


.gruen {	
	font-size:20px;
	color: #147700;
}
.rot {
	font-size:20px;
	color: #c30303;
}
.gelb {
	font-size:20px;
	color: #ffe400;
}

/* text */
p {
	margin: 0;
	padding:1em;
	text-align: justify;
	font-size: 1em;
}
a {
	text-decoration: none;
	color:#777;
}
a:hover {
	text-decoration: none;
	color:#2aa9e5;
}

/* ids */
#head {
	height: 97px;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	background: #fff url(bilder/game_oben.jpg) no-repeat top center;
}
#flashcontent2 {
	width:850px;
	height: 100%;
	margin: 0 auto;
	text-align:center;
	background: #fff url(bilder/game_bg.jpg) repeat-y top center;
}
#footer{
	height: 101px;
	clear: both;
	position: relative;
	bottom: 0;
	background: #fff url(bilder/game_unten.jpg) no-repeat top center;
}
#footer p{
	margin:0;
	padding: 10px 1.4em 0 0;
	text-align: center;
	color: #777;
}
#footer a{
	margin:0;
	padding: 0 0 0 0;
	text-align: center;
	color: #777;
	text-decoration: none;
}
#footer a:hover{
	color: #2aa9e5;
}
#ende {
	position: fixed;
	bottom: 0;
	right: 0;
}
#ende p {
	width: 100%;
	margin: 0;
	padding: 0;
	background:transparent;
	text-align: right;
}
#ende a {
	margin: 0 10px 0 0;
}
