/*  Wettkampf: Kalender */

.wettkampf_kalender {

	color: #444;
	width:100%;
	background-image: url(img/main_head.png);
	background-repeat: no-repeat;
	
}

.wettkampf_kalender .wettkampf_header{
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	padding-top:5px;
	padding-left:5px;
}


.wettkampf_kalender .cont_table{
	border-collapse: collapse;
	background-color: transparent;
	width: 100%;


}


.wettkampf_kalender .cont_table th,
.wettkampf_kalender .cont_table th a,
.wettkampf_kalender .cont_table th a:link{
	color: #444;
	text-decoration: none;
	background-color: transparent;
	padding-left:3px;
	padding-right:3px;
	height: 23px;
}




.wettkampf_kalender .cont_table td{
	color: inherit;
	vertical-align: middle;
	padding-left:3px;
	padding-right:3px;
	height: 25px;
}

.wettkampf_kalender .cont_table tr{

	height: 20px;
	border-bottom: 1px solid #e3e3e3;
	
}

.wettkampf_kalender .cont_table tr a{
	font-weight: bold;
	text-decoration: none;
}

.tr1 {
	background-color: white;
}

.tr2 {
	background-color: #f5f5f5;
}


.wettkampf_kalender .cont_table tr:hover a,
.wettkampf_kalender .cont_table tr:hover{
	background-color:#dd8300;
	color:white;
	cursor:pointer;

}

.wettkampf_kalender .cont_table .kill_hover:hover,
.wettkampf_kalender .cont_table .kill_hover:hover a {

	background: transparent;
	color:inherit;

}




/******************************************* 
*
*
* Wettkampf: Details 
* 
* 
*/

.wettkampf_kalender .infos table{

	border-collapse: collapse;
	background-color: transparent;
	width: 100%;
	
	}


.wettkampf_kalender .infos table tr:hover{
	background-color: transparent;
	color:#444;
}

.wettkampf_kalender .infos table tr{

	vertical-align: middle;
	border-bottom: 1px solid #e3e3e3;
	height: 25px;

}


.wettkampf_kalender .infos table a,
.wettkampf_kalender .infos table tr:hover a,
.wettkampf_kalender .infos table a:link{

	text-decoration: none;
	font-weight: bold;
	color: 
	background-color: transparent;

}

.wettkampf_kalender .container{

	padding-top: 5px;
	padding-bottom:5px;
	border-bottom: 1px solid #e3e3e3;
}
