@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
}

a {
	font-family: arial, verdana, sans-serif;
	color: #666666;
	text-decoration:none;
	font-size: 12px;
}

a:hover {
	font-family: arial, verdana, sans-serif;
	text-decoration:none;
	color: #ffffff;
	font-size: 12px;
}
.bund-font {
	font-family: arial, verdana, sans-serif;
	color: #666666;
	text-decoration:none;
	font-size: 12px;
}

#holder {
	position: absolute;
	height: 620px;
	width: 100%;
	float: left;
	/*border: 1px solid green;*/
}
#flash {
	position: absolute;
	height: 540px;
	width: 100%;
	/*border: 1px solid red;*/
}
#h10 {
	position: relative;
	padding: 10px 1px 1px 1px;
	top: 540px;
	height: 80px;
	width: 100%;
	background-image: url("bund.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left bottom;
	
	/*border: 1px solid blue;*/
}

