/* CSS Document */

#navigation {
	width: 500px;
	height: 600px;
	position: absolute;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
}
#seite {
	width: 900px;
	height: 600px;
	background-image: url(../images/bg_level1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#contentarea {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 19px;
	color: #824600;
	height: 600px;
	width: 400px;
	z-index: 16;
	position: static;
	float: right;
	background-image: url(../images/bg-homecontent.png);
	background-repeat: no-repeat;
	background-position: top left;
	visibility: visible;
}

#scrollingcontent {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 19px;
	color: #824600;
	overflow: auto;
	height: 480px;
	width: 300px;
	padding-left: 3px;
	padding-right: 2px;
	z-index: 17;
}
#noscrollingcontent {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 19px;
	color: #824600;
	height: 480px;
	width: 300px;
	z-index: 17;
	overflow: hidden;
	padding-left: 2px;
	padding-right: 2px;
}
