html,body{
	
  margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
  padding:0;
  border:0;
/* \*/
  height:100%;
width:100%; 

/* Last height declaration hidden from Mac IE 5.x */
	
	
	background:  url(/club/themes/hhTemplate/img/bg_left.jpg) repeat-y;
}


#top{
	/*background-color:#ffeedd; */
	height:155px;
	
}

#mycontent{
	width:100%;
	height:100%; 
	margin-top:-175px;
	
}


#innercontent{
	padding-top: 175px;
	height:100%; 
	width:100%;
	
	
	
	
}

.sidebar-right{

	top:145px;
	width:200px;
	height:auto;
	margin-bottom:0px;
	
	
}
.rechts{
	float:right; 
	top:200px;
	width:100px;
	margin-left:0px;
	margin-right:50px;	
	margin-bottom:0px;
	
}

#mainspace{
	top:0px; 
	margin-right:0px; 
	height:auto;
	width:auto;
	text-align:center;
	// float:right; 

	
}

#main{
	top:0px; 
	margin-right:0px; 
	height:auto;
	text-align: center;
	margin: 0 30px 0 30px;
	width:675px;
	
}


#links{
	top:0px; 
	left:0px;
	width:180px; 
	height:100%;
	overflow: hidden;
	
		
	
}

.clearboth { clear: both; }

#center{
	
	top:0px;
	margin-left: 210px;
	margin-right:auto; 
	height:100%;
	text-align: center;


	

	
}


