body{
	background-image: url('/graphics/background.gif');
	background-repeat: no-repeat;	
	
	font-family: Verdana, Helvetica, Futura;
	font-size: 14px;
	}
	
h1{
	display: block;
	width: 365px;
	height: 86px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 380px;
	
	background-image: url('/graphics/header1.gif');
	background-repeat: no-repeat;	
	}
	
h2{
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 102px;
	left: 330px;
	background-repeat: no-repeat;	
	}
	
#h2home{
	width: 365px;
	height: 86px;
	background-image: url('/graphics/headlines/home.gif');
	}
	
#h2info{
	width: 227px;
	height: 62px;
	background-image: url('/graphics/headlines/info.gif');
	}
	
#h2wurf07{
	width: 242px;
	height: 62px;
	background-image: url('/graphics/headlines/wurf07.gif');
	}
	
#h2kontakt{
	width: 212px;
	height: 64px;
	background-image: url('/graphics/headlines/kontakt.gif');
	}
	
#menu{
	position: absolute;
	left: 30px;
	top: 90px;
	}
	
#menu li{
	list-style-type: none;
	margin-bottom: 20px;
	}
	
#menu li a{
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	}
	
#menu li #home{
	background-image: url('/graphics/menu/home.gif');
	width: 178px;
	height: 65px;
	}
	
#menu li #info{
	background-image: url('/graphics/menu/info.gif');
	width: 227px;
	height: 62px;
	}
	
#menu li #wurf{
	background-image: url('/graphics/menu/wurf07.gif');
	width: 242px;
	height: 62px;
	}
	
#menu li #kont{
	background-image: url('/graphics/menu/kontakt.gif');
	width: 212px;
	height: 64px;
	}
	
#content{
	display: block;
	position: absolute;
	top: 180px;
	left: 400px;
	width: 400px;
	
	line-height: 20px;
	}
	
.rosa{
	color: #ff9999
	}
	
.blau{
	color: #6699ff;
	}
	
img{
	border: 2px solid;
	width: 400px;
	}
	
#email{
	border: 0;
	width: 149px;
	margin-bottom: -2px;
	}
	
.caption{
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
	}
	
input, textarea{
	font-family: Verdana, Helvetica, Futura;
	font-size: 14px;
	}	
	
	
.invisible{
	display:none;
	}