/* right area */
#sidearea{
	width:310px;
	height:394px;
	overflow:auto;
	float:right;
	margin:64px 0 0 -206px;
	display:table-row;
	position:relative;
	background-color:#d5001a;
}
#sidearea .csc-frame{
	background-color:#d5001a;
	height:377px;
	display:table-cell;
/*	width:201px; */
}
* html #sidearea .csc-frame{
	float:left;
	clear:right;
	overflow:hidden;
	width:201px; 
}
* +html #sidearea .csc-frame{
	float:left;
	clear:right;
	overflow:hidden;
	width:201px; 
}
/*#sidearea .csc-frame .holder{
	width:201px;
}*/

#sidearea .csc-frame h1{
	font-size:13px;
	line-height:31px;
	background:url(../images/bg-heading.gif) repeat-y;
	margin:0;
	height:32px;
	padding:0 10px 0 10px;
/* evtl hochpacken */	
 	width:201px;	
}
#sidearea .csc-frame img{
	float:right;
}
#sidearea .csc-frame p{
	margin:0;
	padding:10px 0 0 12px;
	letter-spacing:0,5px;
}

#sidearea .csc-frame .bodytext{
	margin:0;
	padding:10px 0 0 12px;
	letter-spacing: 0,5px;
}

#sidearea .csc-frame .bodytext a{
	margin:0;
	letter-spacing: 0,5px;
	color: black;
	text-decoration:none;		
}

#sidearea .csc-frame .bodytext a:hover{
	color:#707172;	
}

#sidearea .csc-frame .white{
	color:#fff;
}
#sidearea .csc-frame .bottom{
	padding-top:50px;
	display:block;
}
