/*---------------------------------------------------------------------------
	CSS-Datei [info.css]
	Tennisverband NORDWEST e.V.
	07.03.2007
	Claudio Diaspero
---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
	INFO / BANNER
---------------------------------------------------------------------------*/

.banner_img {
	width: 590px;
	text-align: center;
	margin-bottom: 10px;	
}

.banner_img_vertical {
	width: 190px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 4px;
}

.banner_img img, .banner_img_vertical img {
	border: none;
	text-align: center;
}	

.info_box {
	border-bottom: 2px solid #cccccc;
	margin-bottom: 10px;
	background-color: #f3f3f3;
}

.info_title {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	background-color: #cccccc;/*#d6ddef;*/
	/*border-bottom: 3px solid #99abd4;/*#99abd4;*/
	border-left: 5px solid #666666;
	/*
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	*/
	padding-left: 10px;
}

.info_img_special {
	padding-bottom: 5px;
}

.info_img img {
	width: 186px;
	border: none;
}	

.info_text {
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 15px;
	font-size: 11px;
	background-color: #f3f3f3
}

.calender {
	font-size:10px;font-weight:normal;border-collapse:collapse;line-height:14px;text-align:center;
}

.calender a {
	text-align: center;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px; 
/*
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
*/
}

.calender a:hover, .calender a:focus {
	text-decoration: none;
	background-color: #666666;
	color: #ffffff;
}

