body {
	background-color:#000;
	padding: 0; margin: 0; overflow: hidden;
}

#vaiz {
	position:absolute;
	width:100%;
	right:20px;
	top:20px;
	text-align:right;

}

.vaiz2 span {
		text-align:right;
position:absolute;
	display:none;
}
.vaiz2:link, .vaiz2:visited {
		text-align:right;
	position:absolute;
	display:block;
	width:100px;
	height:50px;
	background:url(images/vaiz.gif);
}
.vaiz2:hover, .vaiz2:active, .vaiz2:focus {
		text-align:right;
		position:absolute;
	background-image:url(images/vaiz_over.gif);
}

#content_container {

margin: -156px 0 0 -131px;  
position:absolute; 
top: 50%; 
left: 50%; 
width: 262px; 
height: 312px;

}

#logo {
background:url(images/big_logo.gif) no-repeat;
height:221px;
width:262px;

}

#go {
	position:absolute;
	margin-top:28px;
	left:197px;
	text-align:right;
	

}

.go span {
	display:none;
}

.go:link, .go:visited, .go:active, .go:focus {
	display:block;
	width:65px;
	height:22px;
	background:url(images/go.gif);
}

.go:hover {
	background-image:url(images/go_over.gif);
}

#footer {
    position:fixed;
    bottom:0px;
    background:#000;
    text-align:center;
    padding:0px 0px 90px 0px;
    width:100%;
}

#string {
	background-image:url(images/back_footer.gif);
	margin-left:auto;
	margin-right:auto;
	height:22px;
	width:100%;
}

#production {
	background-image:url(images/rs_bbl.gif);
	text-align:center;
	height:22px;
	width:260px;
	margin: 0px 0px 0px -130px;  
	position:fixed; 
	left: 50%; 

}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}

* html #content_container {
    padding:0;
    height:95%;
    overflow:auto;
}

* html #footer {
    background:#000;
    height:5%;
    text-align:center;
    padding-top:1%;
}

* html #string {
		background-image:url(images/back_footer.gif);
	 text-align:center;
	height:22px;
	width:100%;
	
}
