@charset "UTF-8";

body {
	font:12px/20px Verdana, Geneva, sans-serif;
	background:#d9d9d9;
	margin:0;
	color:#000;
}
body#programm {
	background:#d9d9d9 url(images/bg-programm.jpg) no-repeat 100% 0% fixed;
	color:#000;
}
body#index {
	background:#000;
	color:#FFF;
}
body#programm a {
	color:#000;
}
body#index a {
	color:#FFF;
}
#main {
	position:absolute;
	top:50%;
	left:50%;
	width:1000px;
	height:600px;
	margin-top:-300px;
	margin-left:-500px;
	background:#808080 url(images/bg-index.jpg) no-repeat 100%;
}
#willkommen {
	margin:20px 0 0 260px;
}
#mail {
	position:absolute;
	top:350px;
	left:20px;
	display:block;
	width:200px;
	height:20px;
	z-index: 2;
}

