@import url('menu.css');
@import url('stdTags.css');

html{
	margin: 0pt;
	padding: 0pt;
}

body{

	font-family: arial, sans-serif;
	font-size: 10pt;
	
	margin: 0pt;
	padding: 0pt;

	color: black;
	background-color: white;
}

#mainMenu{

	margin: 0px;
	padding: 0px;

	position: absolute;
	top: 17%;
	left: 4%;
	min-height: 82%;
	width: 18%;

	color: black;
	background-color: #FF8D61;

	z-index: 2;
}

/*IE-HACK, IE-only*/ * html #mainMenu{
	height: 1200px;
}

#subMenu{
	font-size: 0.9em;
}

#content{

	margin: 0px;
	padding: 0px;

	position: absolute;
	top: 17%;
	left: 23%;
	min-height: 82%;
	width: 54%;

	color: black;
	background-color: #C0DCFD;

	z-index: 2;

	background-image: url('../images/strichmann.blau.gif');
	background-repeat: no-repeat;
	background-position: 90% 90%;
}

/*IE-HACK, IE-only*/ * html #content{
	height: 1200px;
}

#infobar{

	margin: 0px;
	padding: 0px;

	position: absolute;
	top: 17%;
	left: 78%;
	min-height: 82%;
	width: 18%;

	color: black;
	background-color: #FF8D61;

	/*background-image: url('../images/strichmann.gif');
	background-repeat: no-repeat;
	background-position: 0px 90%;*/

	z-index: 2;
}

	#infobar p{
		padding: 0pt;
		margin: 0pt;
	}

/*IE-HACK, IE-only*/ * html #infobar{
	background-position: 0px 400px;
	height: 1200px;
}

#header{

	margin: 0px;
	padding: 0px;

	position: absolute;
	top: 0%;
	left: 4%;
	height: 16%;
	width: 73%;

	z-index: 1;
	overflow: hidden;
}

	#icon{
		position: absolute;
		left: 4%;
		top: 5%;
	}

	#logo{
		float: right;
		margin-top: 4%;
	}

