/* CSS Document */

/**************************************************************/
html,body {

}


.box{
	width:198px;
	position:relative;
	background-image:  url(../templates/img/box_content_w_footer.jpg)  ;
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:13px;
	

}

.box_header{
background-image:url(../templates/img/box_header.gif);
background-repeat:no-repeat;
font-size:0px;
height:14px;
position:relative;
z-index:2;
}


.box_content{
position:relative;
z-index:3;
}
.box_content2{
position:relative;
padding-left:14px;
padding-right:14px;
font-size:11px;
z-index:3;
color:#333333;
	width:170px;
	overflow:hidden;

}

.box_content2 input[type="radio"]{
margin:0px;
vertical-align:middle;
}

.box_footer{
background-image:url(../templates/img/box_footer.gif);
background-repeat:no-repeat;
height:14px;
position:relative;
z-index:2;
font-size:0px;
}

.box_bg_image{
height:100%; width:100%; position:absolute; z-index:1;
}

* html  .box_bg_image{
display:none;
}

.box_content2 .titel{
font-size:11px;
font-weight:bold;
padding-bottom:4px;
text-transform:uppercase;
}