* {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

h1 {
	font-size: 16px;
}

.container {
	width: 100%;
	height: 100%;
	padding: auto;
	text-align: center;
}

.main {
	width: 1024px;
	height: 562px;
	max-height: 562px;
	overflow: hidden;
	border: 1px solid #999999;
	margin: auto;
	background: url(../img/bg_main.jpg) no-repeat;
}

.headline {
	width: 350px;
	height: 75px;
	position: relative;
	top: 70px;
	left: 100px;
	background: url(../img/logo.png) no-repeat;
}

.subline {
	width: 350px;
	height: 35px;
	position: relative;
	top: 50px;
	left: 350px;
	background: url(../img/subline.png) no-repeat;
}
.shadow {
	width: 1024px;
	height: 562px;
	position: relative;
	top: 70px;
	left: 100px;
	background: url(../img/schatten_main.png) no-repeat;
}

.menu {
	height: 50px;
	position: relative;
	top: -200px;
	padding-left: 150px;
}

.men_item {
	float: left;
	padding: 20px;
}

#band, #gb {
	margin-top: 20px;
}

#content {
	width: 760px;
	height: 260px;
	max-width: 760px;
	max-height: 260px;
	overflow: auto;
	position: relative;
	top: -380px;
	left: 260px;
	background: url(../img/bg_content.png);
	text-align: left;
	padding: 20px;
	
}
