/*********************************
	STYLES FÜR RUNDE ECKEN	      
*********************************/
.box{ 
	width: 401px; 
	background: #fff; 
	margin-left:22px;
	padding:0;
	margin-top:-5px;
}

.box .top, .box .bottom{
	display:block; 
	background: #ff9900;
}

.box .top b, .box .bottom b{
  display:block;
  height: 1px; 
  overflow: hidden; 
  background: #fff;
}

.box .r1{
	margin: 0 5px;
}

.box .r2{
	margin: 0 3px;
}

.box .r3{
	margin: 0 2px;
}

.box .top .r4, .box .bottom .r4{
	margin: 0 1px;
	height: 2px;
}