html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #F0EADA;
	text-align: center;
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	color: #3C3D2F;
	margin: 0;
	padding: 0;
}

#baseDiv {
	text-align: left;
	width: 799px;
	height: 450px;
	background: url(/images/html_landschaft.gif) bottom left no-repeat;
	border: 1px solid black;
	margin: 0;
	padding: 0;
	
	/* IE MAC VALUE */
	padding-top: 10px;
	
	/* Hide from IE/Mac \*/
	padding-top: 0px;
	/* End Hide */
}

#baseDiv2>#baseDiv {
	/*
	height: auto;
	min-height: 450px;
	*/
}


#baseDiv2 {

	position: relative;
	width: 800px;
	margin: 0 auto;
	background: url(/images/background.jpg) top left repeat-y;
	padding: 0;
	height: 450px;
	margin-top: 30px;
}



body>#baseDiv2	{
	/*
	height: auto;
	min-height: 500px;
	*/
}

#languageSelector {
	float: right;
	font-size: 10px;
	color: #737358;
	margin-right: 20px;
	margin-top: 10px;
}
#languageSelector a {
	color: #737358;
	text-decoration: none;
}

#languageSelector a:hover {
	color: black;
	text-decoration: none;
}

/*
#logo {
	width: 250;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 15px;
}
*/

#logo {
	float: right;
	/* IE VALUE */
	margin-right: 9px;
	margin-top: 10px;
}

#baseDiv>#logo {
	/* REAL VALUE */
	margin-right: 10px;
}


#content {
	
	margin-top: 60px;
	margin-left: 140px;
	margin-bottom: 70px;
	width: 600px;
	height: 300px; 
	line-height: 1.5;
}


a:hover {
	color: black;
}


#divCont {
	width: 100%;
	height: 250px;
	border-bottom: 0;
	overflow: hidden;
	position: relative;
	margin: 0;
}

#divScroll1 {
	position: absolute;
	width: 600px;
	left: 0px;	
	top: 0px;
	margin: 0;
}

#scrollUpButton {
	position: absolute;
	left: 770px;
	top: 115px;
}

#scrollDownButton {
	position: absolute;
	left: 770px;
	top: 360px;
}







