@charset "utf-8";
/* CSS Document */


.small_box {
	width:241px;
	background-image:url(../pics/box_blue_bg_small.jpg);
	background-position:center 41px;
	background-repeat:repeat-x;
	background-color:#c2d0e1;
	padding-bottom:5px;	
	margin-bottom:25px;
}

.box_frame {
	width:230px;
}

.small_box .title.green1 {background-image:url(../pics/headline_small_green.jpg);}
.small_box .title.green2 {background-image:url(../pics/headline_small_green2.jpg);}
.small_box .title.gold {background-image:url(../pics/headline_small_gold.jpg);}

.small_box .title, .big_box .title{
	background-repeat:no-repeat;
	padding-left:15px;
	height:41px;
	line-height:30px;
}

.small_box h1, .big_box h1 {
	padding-left:20px;
	padding-top:6px;
	color:#fff;
	font-size:17px;
	background-repeat:no-repeat;
	margin:0;
}

.small_box .box_subtitle, .big_box .box_subtitle {
	height:38px;
	background-image:url(../pics/box_small_headline.png);
	background-repeat:no-repeat;	
	font-weight:bold;	
	padding-left:12px;
	line-height:16px;
	color:#004494;
}


.small_box.greenbox .box_subtitle {
	font-size:14px;
}



/*.small_box .box_subtitle, .big_box .box_subtitle {*/

.small_box .box_content, .big_box .box_content {
	background-image:url(../pics/box_small_content.png);
	background-repeat:repeat-y;
	height:54px;	
	padding:8px 12px;
	line-height:16px;
}

.small_box .box_top, .big_box .box_top {
	height:10px;
	background-image:url(../pics/box_small_top.png);
	background-repeat:no-repeat;
	background-position:left;
	width:100%;
	margin-top:-10px;
}

.small_box .box_footer, .big_box .box_footer {
	height:9px;
	background-image:url(../pics/box_small_footer.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:100%;
}

.small_box .box_frame{
	padding-bottom:1px;
	margin:0 auto;
}

.box_content.auto_height{
	height:auto;
}

.box_content {
	position:static;
}



.box_content.mitBild {
	position:relative;
}

.box_content .box_text {
	width:100%;
}

.box_content.mitBild .box_text {
	width:120px;
}

.boxImage {
	width:92px;
	height:92px;
	position:absolute;
	right:1px;
	bottom:-8px;
	z-index:5;
	overflow:hidden;
}

.boxImage .boxImageMask{
	width:92px;
	height:92px;
	position:absolute;
	right:0;
	bottom:0;
	z-index:20;
	
	background-image:url(../pics/small_mask.png);
	background-repeat:no-repeat;
	
	cursor:pointer;
}
