/**
 * Stylesheet: TV-Gratis
 * @author		Markus Grotz <markus.grotz@tvi-services.de>
 * @copyright	2006 - TV Informations Services GmbH
 * @since		04.05.2006 - 11:51:00
 * @version		1.0.0
 * @package		stylesheet
 */
#rtv_tv_gratis {
	padding:			0;
	margin:				0;
	background:			#DEE9FF;
	border:				1px solid #092782;
	font-family:		arial, sans-serif;
	font-size:			12px;
}
#rtv_tv_gratis h1 {
	padding:			3px;
	margin:				0;
	background:			#184495;
	border-bottom:		1px solid #092782;
	font-size:			14px;
	font-weight:		bold;
	color:				#fff;
}
#rtv_tv_gratis select {
	width:				90%;
}
#rtv_tv_gratis div.sender, #rtv_tv_gratis div.zeit, #rtv_tv_gratis div.button {
	padding:			3px;
	padding-top:		5px;
	padding-bottom:		5px;
	border-top:			1px dashed #092782;
}
#rtv_tv_gratis div.tage {
	padding:			3px;
	padding-top:		5px;
	padding-bottom:		5px;
}
#rtv_tv_gratis div.poweredby {
	padding:			3px;
	margin:				0;
	background:			#184495;
	border-top:			1px solid #092782;
	font-size:			10px;
	font-weight:		bold;
	color:				#fff;
	text-align:			right;
}
#rtv_tv_gratis div.poweredby a {
	color:				#fff;
}
#rtv_tv_gratis div.button button {
	font-family:		arial, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	color:				#000;
	background-color:	#d5d5d5;
	border:				2px outset #fff;
	text-decoration:	none;
	cursor:				pointer;
	padding:			2px;
	margin:				0;
	width:				130px;
}
