/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 10px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;
	}
.cbb h1, .cb h1 {
	bottom:0px;
	position:absolute;
	left:46px;
	padding:0px 14px 7px 0px;
	margin:0px;
	}
	
.two-digit {
  left:62px !important; 
  }

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0.5em 0;
	}
.two {
	width:45%;
	float:left;
	}
.three {
	width:45%;
	float:right;
	}
/* Rules for the top corners and border */
.bt {
	background:url(6/box_b.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
	}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(6/box_b.png) no-repeat 0 0;
	}

.bt_n {
	background:url(6/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
	}
.bt_n div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(6/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(6/box.png) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:19px;
	}
.bb div {
	height:20px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(6/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 9px;
	background:url(6/borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 9px 0 0;
	background:url(6/borders.png) repeat-y 100% 0;
	}
	
/* Insert the right border - for smaller boxes */
.i2_mod {
  padding:0 9px 0 0;
  background:url(6/borders_mod.png) repeat-y 100% 0;
  }
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
	border-top:0px solid #fff;
	/*overflow:hidden;*/
	position:relative;
	}


/*Result seite */
.bt_n_result {
	background:url(6/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:10px;
	}
.bt_n_result div {
	height:12px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(6/box.png) no-repeat 0 0;
	}

.bb_result {
	background:url(6/box.png) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:13px;
	}

.bb_result div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(6/box.png) no-repeat 0 100%;
	}


/* CSS for the box ends here */

