/*
**   Layout attribute
*/

body{
 	margin: 0px;
 	padding: 0px;
	background: #0A4DBD url(picture/hg_main.jpg) 0 0 no-repeat;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
}

#header{
	position: absolute;
	top: 0px;
	left: 0px;
 	background-repeat: no-repeat;
	width: 950px;
	height: 85px;
	z-index: 5;
}

#contentleft{
	position: absolute;
	width: 156px;
	height: 492px;
	top: 85px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#contentcontainer{
	position:absolute;
 	padding: 0px;
 	margin: 0px;
 	left:156px; 
 	top:85px; 
 	width:748px; /* 734 */
 	height:492px;
	z-index: 1;
	background: #FFFFFF url(picture/content_ecke.gif) 100% 100% no-repeat;
	overflow: auto;
}

#content{
 	position: relative;
 	padding: 0px 0px 20px 0px;
 	margin: 0px;
 	left:60px; 
 	top:10px; 
 	width:500px; /*724*/
 	z-index: 1;
	background-color:#FFFFFF;
}

#contentright{
	position:absolute;
	left:893px; /* 892 */
	top:85px;
	padding: 0px;
	margin: 0px;
	width: 698px;
	height: 492px;
}

#heart{
	position:absolute;
	left: 760px;
	top: 472px;
	z-index: 10;
	height: 113px;
}
