body {
	padding:0px;
	margin:0px;
	background-color:#498fc4;
	overflow:hidden;
}

#emoMain {
	width:934px;
	height:589px;
	margin:10px auto;
	border:2px solid #622a01;
}

#emoHeader {
	width:934px;
	height:126px;
	background-image:url('/fileadmin/images/headerBack.png');
}

#emoMainContainer {
	width:934px;
	height:464px;
	background-color:#FFFFFF;
	position:relative;
}

#emoMenu {
	width:177px;
	height:464px;
	background-image:url('/fileadmin/images/menuBack.png');
	float:left;
	z-index:1000;
	position:absolute;
}

#emoContentContainer {
	float:right;
	width:742px;
	height:464px;
	position:fixed;
	z-index:800;
}

#emoContentBgOverImage {
	position:absolute;
	left:638px;
	top:0px;
	width:270px;
	height:60px;
	background-image:url('/fileadmin/images/contentBack.png');
	background-repeat:no-repeat;
	background-position:top right;
	z-index:1000;
}

#emoContent {
	position:absolute;
	left:192px;
	top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:727px;
	height:444px;
	padding-top:20px;
	padding-right:15px;
	overflow:auto;
	z-index:900;
}

div.emoTextPic {
	height:320px;
}

div.emoTextPic div.csc-textpic div.csc-textpic-text {
	float:right;
	width:450px;
}

