/*	STYLESHEET FOR DEFINING THE PAGE LAYOUT WITH ALL SECTION POSITIONS				*/
body {
	background-color: #892034;
	margin: 0px;
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 94%;
	/* font reference size, 1em = 11pt = 15px */
}

.hidden,hr {
	display: none;
}

#container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 52em;
	height: 31em;
	margin: auto;
	background-image: url('/fileadmin/img/bg.png');
	background-position: 5.53em 0.06em;
	background-repeat: repeat-y;
	background-color: #ffffff;
	border: 0.1em white solid;
}

#logo {
	position: absolute;
	right: 2.3em;
	top: 1.3em;
	height: 68px;
	width: 122px;
	overflow: hidden;
	z-index:1;
}

#logo img {
	height: 68px;
	width: 122px;
	border: 0em;
}

#homelogo img {
	border: 0em;
}

#mainmenu {
	position: absolute;
	left: 7.2em;
	top: 20em;
	width: 11em;
	text-align: left;
	z-index:2;
	background-color: white;
}

#visual {
	position: absolute;
	top: 2.8em;
	left: 3em;
	overflow: hidden;
}

#visual.visual-square {
	width: 254px;
}

#visual.visual-square img {
	width: 254px;
}

#visual.visual-horizontal {
	height: 10em;
}

#visual.visual-horizontal img {
	height: 10em;
}

.content-visual-square {
	position: absolute;
	top: 7.5em;
	left: 21.5em;
	width: 30.5em;
	height: 23.5em;
	overflow: auto;
}

.content-visual-horizontal {
	position: absolute;
	top: 14em;
	left: 19em;
	width: 33em;
	height:17em;
	overflow: auto;
}

.tx-gsipagenav-pi1 {
	text-align: right;
	margin-top: 0.4em;
}

#homelogo {
	position: absolute;
	left: 12.06em;
	top: 12.7em;
	height: 220em;
	width: 33.33em;
	overflow: hidden;
}

#homelogo img {
	height: 215px;
	width: 501px;
}

#languagemenu {
	position: absolute;
	left: 0.4em;
	top: 20.2em;
	width: 4.53em;
	text-align: right;
}