/* ################ Runde Ecken start ############## 
Background-Farbe kann in der Klasse rcorner geändert werden!
*/

.rcorner_grau {

	background:#F3F4F6;
	
}
.rcorner_grau_muster {

	background:#F3F4F6 url("bg_quadrate_grau.gif") left top;
	
}
.rcorner_weiss {

	background-color:#FFFFFF;
	
}
.rcorner_gruen {

	background:#F3F4F6 url("muster_gruen.jpg") left top;
	color:#fff;	
	
}
.linie_gri1_top {
	background:transparent url(dot_gri3.gif) repeat-x scroll left top;
	height:10px;
}
.linie_gri1_btm {
background:transparent url(dot_gri3.gif) repeat-x scroll left bottom;
	height:10px;
}
.crn_border1_top_left {
	background:transparent url(crn_border2.gif) no-repeat scroll left top;
	float:left;
	font-size:1px;
	height:10px;
	width:10px;
}

.crn_border1_top_right {
background:transparent url(crn_border2.gif) no-repeat scroll right top;
float:right;
font-size:1px;
height:10px;
width:10px;
}
.crn_border1_btm_left {
background:transparent url(crn_border2.gif) no-repeat scroll left bottom;
float:left;
font-size:1px;
height:10px;
width:10px;
}
.crn_border1_btm_right {
background:transparent url(crn_border2.gif) no-repeat scroll right bottom;
float:right;
font-size:1px;
height:10px;
width:10px;
}
.box_content {
border-left:1px solid #C1CCD6;
border-right:1px solid #C1CCD6;
padding:0 12px;

}

.clearfix {
	clear: both;
}

.mb10{
	margin-bottom:10px;
}
/* ############## Runde Ecken stop ############### */
