#content {
	width: 530px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 150px;
	left: 360px;
}


#logo {
	width: 700px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 20px;
	left: 360px;
	font-size: 280%;
	font-variant : small-caps;
	color: #ffffff;
}

#plaintext {
	position: absolute;
	top: 55px;
	left: 820px;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}


#bandbanner {
	top: 40px;
	left: 20px;
	width: 276px;
	height: 207px;
	padding: 1px;
	border : 0px solid #202020;
	background-color: #202020;
	position: absolute;
}

#common {
	top: 400px;
	left: 20px;
	width: 269px;
	position: absolute;
	padding-bottom: 20px;
	border-bottom: 2px solid #555555;
}

#common a {
	color: #B52720;
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	background-color: #202020;
	font-weight: bold;
	font-style: italic;
}

#common a:hover {
	color: #ffffff;
}


#center  {
	top: 200px;
	left: 360px;
	width: 600px;
	height: 450px;
	padding: 1px;
	border : 0px solid #000000;
	background-color: #202020;
	position: absolute;
	overflow:auto;
}
#center2  {
	top: 200px;
	left: 360px;
	width: 600px;
	height: 450px;
	padding: 1px;
	border : 0px solid #000000;
	background-color: #202020;
	position: absolute;
	overflow:auto;
}
#jungs  {
	top: 1px;
	left: 1px;
	width: 598px;
	height: 448px;
	padding: 1px;
	border : 0px solid #000000;
	background-color: #202020;
	position: absolute;
} 

#peda{
	top: 2px;
	left: 2px;
	width: 294px;
	height: 219px;
	padding: 1px;
	border : 0px solid #000000;
	text-align:center;
	background-color: #202020;
	position: absolute;
}

#jungs2  {
	top: 20px;
	left: 20px;
	width: 200px;
	height: 219px;
	padding: 1px;
	border : 0px solid #000000;
	background-color: #202020;
	position: absolute;
}
#jungs3  {
	top: 20px;
	left: 228px;
	width: 400px;
	height: 219px;
	padding: 1px;
	border : 0px solid #000000;
	background-color: #202020;
	position: absolute;
}
#robert  {
	top: 2px;
	left: 302px;
	width: 294px;
	height: 219px;
	padding: 1px;
	border : 0px solid #000000;
	text-align:center;
	background-color: #202020;
	position: absolute;
}

#christian  {
	top: 227px;
	left: 2px;
	width: 294px;
	height: 219px;
	padding: 1px;
	border : 0px solid #000000;
	text-align:center;
	background-color: #202020;
	position: absolute;
}
#johann  {
	top: 227px;
	left: 302px;
	width: 294px;
	height: 219px;
	padding: 1px;
	border : 0px solid #000000;
	text-align:center;
	background-color: #202020;
	position: absolute;
}



/* Menü */

#menuBar {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 101px;
	left: 360px;
	z-index: 20;
	height: 27px;
        background-color: #888888;
	overflow: hidden;
}

a.menuButton, a.menuButtonActive  {
	display: block;
	float: left;
	height: 17px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 6px 5px 6px;
	border-right: 0px solid #FF0000;
}

.menu {
	background: #0B0C0B;
	border: 1px solid #000000;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	z-index: 10;
}

a.menuItem, a.menuItemActive {
	color: #bbbbbb;
	background-color: transparent;
	display: block;
	padding: 6px 16px 6px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
  background-color: #000000;
  color: #FF0000;
}

a.menuItem:hover, a.menuItemActive {
  background-color: #000000;
  color: #FF0000;

}
