.info_box_i {
	line-height: 18px;
	margin: 20px 10px;
}

.info_box_i h1{
	padding-top: 3px !important;
	padding-top: 1px;
	font-size: 13px;
	font-weight: normal;
}

*+ html .info_box_i h1 {
	padding-top: 1px !important;
}

.info_box_i h2{
	font-size: 12px;
}

.info_box_i p {
	padding-bottom:10px;
}

.info_box_i .info_extended {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0;
	margin: 0;
}

.info_box_i .info_extended a {
	display: block;
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

.info_box_i .info_extended a:hover {
	color: #333;
}

.aktuelles_box {
	float: left;
	width: 350px;
	display:inline;
	
}

.turniere_box {
	float: left;
	width: 250px;
	display:inline;
	
}

.wetter_box {
	float: left;
	width: 200px;
	display:inline;
	
}

.top_left_info, .top_right_info, .top_middle_info {
	background: url(../images/infobox/top_left.jpg) left top no-repeat;
	color: #FFF; 
	height: 23px;
}

.top_middle_info, .middle_middle_info, .bottom_middle_info {
	background: url(../images/infobox/top.jpg) repeat-x; 
	margin-left: 19px;
	margin-right: 17px;
}

.top_right_info {
	background: url(../images/infobox/top_right.jpg) right top no-repeat;
}

.middle_left_info {
	background: url(../images/infobox/left.jpg) left top repeat-y;
}

.middle_right_info {
	background: url(../images/infobox/right.jpg) right top repeat-y;
}

.middle_middle_info {
	background: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 200px;
	position: relative;
}

* html .middle_middle_info {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

.bottom_middle_info, .bottom_left_info, .bottom_right_info {
	background: url(../images/infobox/bottom.jpg) repeat-x;
	height: 13px;
	font-size: 1px;
	line-height: 1px;
}

.bottom_left_info {
	background: url(../images/infobox/bottom_left.jpg) left top no-repeat;
	height: 13px;
}

.bottom_right_info {
	background: url(../images/infobox/bottom_right.jpg) right top no-repeat;
}