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

.blue_box_frame {
	height:387px;
	background-image:url(../pics/blue_frame.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.blue_top {
	height:10px;
	background-image:url(../pics/box_small_top_blue.png);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	margin-top:-10px;
}

.blue_content {
	padding:0 5px;
}

.blue_content .headline.first {
	height:33px;
	padding:4px 12px 0 12px;
}

.blue_content .headline {
	height:23px;
	padding:12px;
}

.blue_content .headline.first, .blue_content .headline {
	font-size:16px;
	color:#FFFFFF;
}

.blue_content .text {
	float:left;
	width:128px;
	height:60px;
	padding:12px;
	color:#a1c9f6;
	
	line-height:16px;
	padding-right:0;
}

.blue_content .medal {
	float:right;
	width:50px;
	height:84px;
	line-height:84px;
	
	padding:0 20px 0 7px;
	background-repeat:no-repeat;
	background-position:-5px 5px;
	color:#404040;
	font-weight:bold;
	font-size:18px;
	
	text-align:center;
	
	cursor:pointer;
}

.medal.blue {background-image:url(../pics/muenze_blau.png);}
.medal.silver {background-image:url(../pics/muenze_silber.png);}
.medal.gold {background-image:url(../pics/muenze_gold.png);}
