/*
äventyrssport rounded corners
*/

/* BG colors */
.roundedcornr_box_lightbrown {
/*   	background: #eae7e2;*/
	background: #f4f4f3;
	
	margin: 0px 0px 5px 0px;
}

.roundedcornr_box_darkbrown {
/*   	background: #d3caba;*/
	background: #e6d8af;
	margin: 0px 0px 5px 0px;
}

.roundedcornr_box_darkgreen {
   	background: #004a31;
	margin: 0px 0px 5px 0px;
}

.roundedcornr_box_lightgrey {
   	background: #ededed;
/*	background: #E7E6BB;*/
	margin: 0px 0px 5px 0px;
}

.roundedcornr_box_darkgrey {
   	background: #555;
/*	background: #E7E6BB;*/
	margin: 0px 0px 5px 0px;
}

.roundedcornr_box_darkdarkgrey {
   	/*background: #555;*/
	background: #2b2b2b;
	margin: 0px 0px 5px 0px;
}

.roundedcornr_box_red {
   	background: #ff0000;
	margin: 0px 0px 5px 0px;
}

.roundedcornr_box_green {
   	background: #00BD00;
	margin: 0px 0px 5px 0px;
}

.roundedcornr_box_orange {
   	background: #FF8400;
	margin: 0px 0px 5px 0px;
}

.roundedcornr_box_black {
   	background: #000;
	margin: 0px 0px 5px 0px;
}

.roundedcornr_box_white {
   	background: #fff;
	margin: 0px 0px 5px 0px;
}

/* white corners */
.roundedcornr_top div {
   background: url(../images/roundedcornr_tl.gif) no-repeat top left;
}
.roundedcornr_top {
   background: url(../images/roundedcornr_tr.gif) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(../images/roundedcornr_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(../images/roundedcornr_br.gif) no-repeat bottom right;
}

/* white corners */
.roundedcornr_top2 div {
   background: url(../images/roundedcornr2_tl.gif) no-repeat top left;
}
.roundedcornr_top2 {
   background: url(../images/roundedcornr2_tr.gif) no-repeat top right;
}
.roundedcornr_bottom2 div {
   background: url(../images/roundedcornr2_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom2 {
   background: url(../images/roundedcornr2_br.gif) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom,
.roundedcornr_top2 div, .roundedcornr_top2, 
.roundedcornr_bottom2 div, .roundedcornr_bottom2 {
   width: 100%;
   height: 5px;
   font-size: 1px;
}
.roundedcornr_content { 
	margin:   5px; 
	padding: 10px;
}

.roundedcornr_bar { 
	padding: 0px 0px 0px 5px;
}



