/* CSS Document */

body {
	background-color: #000033;
}

#stage {
	width:70%;
	margin:auto;
	padding:25% 0;
	background-image:url(../image/fisch.jpg);
	background-repeat:no-repeat;
	background-position: center 40px;
	text-align:center;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	line-height: 9px;
	padding: 3px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 9px;
	font-weight: normal;
	color: #CCCCCC;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1px;
	font-weight: bold;
	color: #CCCCCC;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666;
}

a.mail:hover { 
	color: #ff9900; 
}

a { 
	text-decoration:none; color:#999999; 
}

