html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	z-index:2;
	font-family:sans, arial;
	font-size:14px;
	color:#383838;
	}

body  a {
	color:#383838;
	text-decoration:underline;
	}

img#background {
	position:fixed; 
	z-index:1; 
	width:100%; 
	height:100%;
	}

div#leiste {
	position:absolute;
	width:100%;
	height:40px;
	background:url(leiste.png);
	z-index:3;
	}
	
div#container {
	position:absolute;
	width:861px;
	height:1021px;
	top:0px;
	left:50%;
	margin-left:-430px;
	padding:0;
	z-index:4;
	}
	
div#content {
	width:831;
	height:950px;
	padding:15px;
	margin-top:41px;
	margin-left:0;
	background-image:url(content_bg.png);
	text-align:center;
	}

	
div#bottom {
	position:absolute;
	width:100%;
	height:120px;
	top:1021px;
	background-image:url(bottom_bg.png);
	z-index:5;
	padding-top:10px;
	color:#ededed;
	}

div#bottom a {
	color:#ededed;
	}
	
div#facebook {
	text-align:center;
	position:absolute;
	right:5px;
	top:0px;
	height:50px;
	width:360px;
	padding-top:21px;
	}
	
ul#list1 {
    margin-top: 0; 
	margin-left:0;
	padding-left:0;
	border-bottom-style:none;
	}

ul#list1 li {
	float:left;
	list-style:none;
	margin-left: 0; 
	padding: 0;
	}

ul#list1 li a, ul#list1 span {
	display:block;
	width:123px;
	background-image:url(list_bg1.png);
	background-color:none;
	text-decoration:none;
	text-align:center;
	color:#ededed;
	font-family:arial, sans;
	font-size:16px;
	padding-top:13px;
	padding-bottom:7px
	}

ul#list1 span {
	border-bottom:2px solid #006a00;
	}

ul#list1 a:hover {
	color:#000;
	background-color:#eaeaea;
	}

.bottombutton {
	width:auto;
	height:auto;
	font-weight:bold;
	font-size:12px;
	background-color:#ededed;
	color:#383838;
	text-decoration:none;
	border:none;
	cursor:pointer;
	}

div .bottom_flash {
	position:absolute;
	width:300px;
	height:114px;
	background-image:url(bottom_flash_bg.png);
	left:0px;
	top:2px;
	display:none;
	padding:7px;
	color:#3d3d3d;
	font-size:12px;
	}

 #download_table {
	
	}


	






