html, body {
	height: 100%;         /* required */
	height: auto;   /* required only for IE5 mac */
}

html {
	font: 12px/22px Verdana,Geneva,sans-serif; 
}

body { 
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	color: #000000;
}

img { 
	border: none; 
}

a {

}

a:hover { 
	color: #a2a346; 
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	margin: 0px 0px 0px 0px;
}

h1,h2 {
	margin: 0px 0px 0px 0px;
	font: 12px/22px Verdana,Geneva,sans-serif; 
	font-weight: bold;
}

div#Distance { 
	margin-bottom: -300px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}

/* CenterHull */
div#CenterHull {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 600px;         /* required - desired height */
	width: 1100px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

div#InnerHull {
	position: relative;
	width: 100%;
}

/* LeftHull */
div.LeftHull {
	position: absolute;
	left: 0px;
	width: 265px;
	height: 570px;
	overflow: auto;
}

div#FontZoom {
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align:center;

}

img.resize {
	height: 30px;
	margin-right: 10px;
}

div#AdminArea {
	margin: 20px 0px 0px 0px;
}

/* RightHull */
div#RightHull {
	position: absolute;
	left: 280px;
	width: 818px;
	height: 540px;
}

div.ColumnLeft {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 150px;
}

div.ColumnRight {
	position: absolute;
	top: 20px;
	left: 150px;
	width: 668px;
	height: 510px;
	overflow: auto;
}

span#MainText {
	display: block;
	width: 550px;
}

/* FooterArea */
div#FooterArea {
	position: absolute;
	top:570px;
	height: 30px;
	line-height: 30px;
	margin: 0px 0px 0px 280px;
	width: 818px;
}

div#FooterArea a {
	color: #000000;
	text-decoration: none;
	line-height: 30px;
}

span.spaceLeft {
	display: block;
	width: 20px;
	float: left;
}

span.spaceRight {
	display: block;
	width: 20px;
	float: right;
}

div#FooterArea a.LangEN, div#FooterArea a.MusicOn {
	display: block;
	width: 159px;
	float: left;
	text-align: left;
	color: #000000;
}

div#FooterArea a#HomeLink {
	font-size: 15px;
	display: block;
	width: 500px;
	float: left;
	text-align: center;
	color: #ffffff;
}

div#FooterArea a.LangDE, div#FooterArea a.MusicOff {
	display: block;
	width: 159px;
	float: left;
	text-align: right;
	color: #000000;
}

/* AdminArea */
div#AdminArea {

}

a.adminLink {
	width: 180px;
	float: left;
	height: 14px;
	line-height: 14px;
	display: block;
	color: #ffffff;
	background-color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-bottom: 4px;
	margin-right: 4px;
}
