/* ------------------ UWI  ------------------ */
input[type=text] {
	border:1px solid black;
	background-color:#f3f3f3;
}
input[type=submit] {
	border:1px solid black;
	background-color:#f3f3f3;
}

textarea	{
	border:1px solid black;
	background-color:#f3f3f3;
}

select	{
	background-color:#f3f3f3;
}


/* ------------------ HTML ------------------ */
a:hover {
	
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

a:link,a:visited,a:active {
	
	font-size: 11px;
	text-decoration: none;
	color: maroon;
}

html {

	background-image:	url(../images/rtw_background.jpg);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
}

html, body 
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}

/* ------------------ BODY ------------------ */
.rtw_body {
	
	width: 100%;
	margin: 0 auto;
	text-align: left;
	
}

/* ------------------ HEAD ------------------ */
.rtw_header {

	position: relative;  
	height: 190px;
	width: 100%; 
	background-repeat: no-repeat;
	margin: 0 auto;
}

/* ------------------ HEAD OPTION ------------------ */
.rtw_head_option {
	
	width: 100%; 
	height: 21px;
	text-align: center;
	margin: 0 auto;
}

.rtw_option_button {

	width: 150px;
	height: 25px;
	margin: 0 auto;
	padding: 0 0 0 580px;
	background-image: url(../images/rtw_option.gif);
	background-repeat: no-repeat;
	background-position: right;
	
	
}

.favoriten {
	
	background-image: url(../images/rtw_option_favoriten.gif);
	width: 19px;
	height: 19px;
	float: left;
	margin: 3px 0 0 20px;
	cursor: pointer;
}

.favoriten:hover {
	
	background-image: url(../images/rtw_option_favoriten_hover.gif);

}

.sitemap {
	
	background-image: url(../images/rtw_option_sitemap.gif);
	width: 19px;
	height: 19px;
	float: left;
	margin: 3px 0 0 12px;
	cursor: pointer;
}

.sitemap:hover {
	
	background-image: url(../images/rtw_option_sitemap_hover.gif);

}

.mail {
	
	background-image: url(../images/rtw_option_mail.gif);
	width: 19px;
	height: 19px;
	float: left;
	margin: 3px 0 0 12px;
	cursor: pointer;
}

.mail:hover {
	
	background-image: url(../images/rtw_option_mail_hover.gif);
}

.print {
	
	background-image: url(../images/rtw_option_print.gif);
	width: 19px;
	height: 19px;
	float: left;
	margin: 3px 0 0 12px;
	cursor: pointer;
}

.print:hover {
	
	background-image: url(../images/rtw_option_print_hover.gif);
}

/* ------------------ HEAD BANNER ------------------ */
.rtw_banner_wrap {
	
	width: 100%;
}

.rtw_banner {
	
	background-image: url(../images/rtw_banner.gif);
	background-repeat:no-repeat;
	width: 730px;
	height: 95px;
	margin: 0 auto;
	text-align: center;
}

.rtw_banner_powered {
	position:relative;
	left:22px; 
	top:75px; 
	width:auto; 
	height: auto; 
	text-align:left;
}

.rtw_banner_powered a:link, .rtw_banner_powered a:visited, .rtw_banner_powered a:active, .rtw_banner_powered a:hover  {
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}

.rtw_banner_logolink {
	position:relative;
	left:0px; 
	top:0px; 
	width:250px; 
	height:60px; 
	text-align:left;
}
.rtw_banner_leaderboard {
	position:relative;
	left:237px; 
	top:-85px; 
	width:728px; 
	height:90px; 

}

.rtw_banner_logolink a:link	{
	display:block; 
	width:250px; 
	height:60px;
}

/* ------------------ HEAD NAVI ------------------ */
.rtw_navi {

	position: relative;
	max-height: 58px;
	height: 58px;  
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.rtw_navi_wrap {

	height: 58px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.rtw_navi_leftshadow {

	background-image: url(../images/rtw_navi_leftshadow.jpg);
	background-position:right;
	width: 95px;
	height: 58px;
	float: left;		
}	

.rtw_navi_buttons {
	
	float: left;
	text-align: left;
	text-decoration: none;
}

.rtw_navi_buttons a {

	color: white;
	text-decoration: none;
}

.level1 {

	background-image: url(../images/rtw_navi_button_bg.jpg);
	background-repeat: repeat-x;
	color: white;
	padding: 21px 6px 21px 6px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.level1selected {
	
	/*background-image: url(../images/rtw_navi_button_hover.jpg);
	background-repeat: repeat-x;*/
	background-image:none;
	background-color:#666666;
	
}

.level2 {

	background-image:none;
	background-color:#666666;
	/*background-image: url(../images/rtw_dropdownmenu.gif);
	background-position: left;
	padding: 1px 10px 0 10px;*/
	
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	border: none;
	padding: 0 10px 0 10px;
	/*border-left: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-top: 0px;
	border-color: #4d000c;
	border-style: solid;*/
	height: 21px;
	
}

.level2selected {
	
	/*background-image: url(../images/rtw_dropdownmenu_hover.gif);
	background-position: top;*/
	background-image:none;
	background-color:#f3f3f3;
	border:none;
	color:#000000;

}


.level3 {
	
	/*background-image: url(../images/rtw_dropdownmenu.gif);
	background-position: left;*/
	background-image:none;
	background-color:#666666;
	border-left:2px solid #999999;
	color: white;
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	/*border-left: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-top: 0px;
	border-color: #4d000c;
	border-style: solid;*/
	height: 21px;
}


.level3selected {
	
	background-image:none;
	background-color:#999999;
	border-left:2px solid #df001d;
	color:#000000;
	/*background-image: url(../images/rtw_dropdownmenu_hover.gif);
	background-position: left;*/
	
}

.rtw_navi_button {

	background-image: url(../images/rtw_navi_button_bg.jpg);
	background-repeat: repeat-x;
	padding: 21px 10px 21px 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;	
}

.rtw_navi_button:hover {
	
	background-image: url(../images/rtw_navi_button_hover.jpg);
	background-repeat: repeat-x;
}


.rtw_navi_rightshadow{

	background-image: url(../images/rtw_navi_rightshadow.jpg);
	width: 95px;
	height: 58px; 
	float: left;	
}

/* ------------------ BODY CONTENT ------------------ */
.rtw_content {
	
	min-height: 1000px;
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	
}



.rtw_content_wrap {

	margin: 0 auto;
	text-align: center;
	width: 826px;
}

/* ------------------ BODY CONTENT LEFT ------------------ */
.rtw_content_left {
	
	float: left;
	margin: 0 0 0 0;
	width: 514px;
}

/* ------------------ NEWS CONTAINER ------------------ */
.rtw_news_container {

	position: relative;
	width: 514px; 
	min-height: 144px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: white;
	background-color: white;
	margin: 0 0 10px 0;
}

.rtw_news_header {
		
	background-image: url(../images/rtw_content_left_header.gif);
	height: 17px;
	padding: 3px 0 0 9px;
	background-color: #c6c6c6;	
}

.rtw_news_content_wrap {
	
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	
}
/* ------------------ NEWS CONTENT ------------------ */
.rtw_news_content {

	width: 501px;
	min-height: 130px;
	margin: 0 4px 4px 4px;
	padding: 4px 0 0 0;	
}
.rtw_news_content_news {
	min-height: 144px;
	color: #000000;
	font-weight:normal;
	width: 501px;
	font-size: 11px;
	margin: 0 4px 4px 4px;
	padding: 4px 0 0 0;	
}

.rtw_news_content_news .titelnews	{
	color: #000000;
	font-weight:bold;
	font-size: 14px;
}

.rtw_news_content_news .datumnews	{
	margin-left: 5px;
}

/* ------------------ NEWS CONTENT LEFT ------------------ */
.rtw_news_content_left {
	
	float: left;
}

.rtw_news_img {

	width: 130px;  
	height: 90px;
	
}

.rtw_news_option {

	background-color: #b3b3b3; 
	width: 130px; 
	height: 30px;
}

.rtw_news_option a {
	
	text-decoration: none;
}

.rtw_news_option_buttons {

	width: 130px;
	height: 17px;
}

.rtw_news_option_button1 {
	
	background-image: url(../images/rtw_favoriten.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 14px;
	float: left;
	margin: 2px 0 0 7px;
		
}

.rtw_news_option_button1:hover {
	
	background-image: url(../images/rtw_favoriten_hover.gif);
		
}

.rtw_news_option_button2 {
	
	background-image: url(../images/rtw_mail.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	float: left;
	margin: 4px 0 0 5px;	
}

.rtw_news_option_button2:hover {
	
	background-image: url(../images/rtw_mail_hover.gif);
		
}

.rtw_news_option_button3 {
	
	background-image: url(../images/rtw_print.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
	float: left;
	margin: 2px 0 0 5px;
}

.rtw_news_option_button3:hover {
	
	background-image: url(../images/rtw_print_hover.gif);
		
}

.rtw_news_option_button4 {
	
	background-image: url(../images/rtw_newsfeed.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 13px;
	float: left;
	margin: 2px 0 0 5px;
}

.rtw_news_option_button4:hover {
	
	background-image: url(../images/rtw_newsfeed_hover.gif);
		
}

.rtw_news_option_button5 {
	
	background-image: url(../images/rtw_fb.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 13px;
	float: left;
	margin: 2px 0 0 5px;	
}

.rtw_news_option_button5:hover {
	
	background-image: url(../images/rtw_fb_hover.gif);
		
}

.rtw_news_option_button6 {
	
	background-image: url(../images/rtw_unknow.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	float: left;
	margin: 2px 0 0 5px;
}

.rtw_news_option_button6:hover {
	
	background-image: url(../images/rtw_unknow_hover.gif);
		
}

.rtw_news_option_span {

	text-align: center;
	color: maroon;
	text-decoration: none;
	font-weight: normal;
}

.rtw_news_option_span:hover {
	
	color: white;
}
/* ------------------ NEWS CONTENT RIGHT ------------------ */
.rtw_news_content_right {
	
	background-color: #b3b3b3;
}

.rtw_news_title {

 	background-color: #b3b3b3;
 	color: maroon;
	width: 369px;  
	min-height: 16px;
	margin: 0 0 0 130px;
	padding: 3px 0 3px 5px;
}

.rtw_news_text {
	
	background-color: white;
 	color: black;
	font-weight: normal;
	width: 369px; 
	min-height: 68px;
	margin: 0 0 0 130px;
	padding: 0 0 0 5px;

}

.rtw_news_button {
 
	margin: 0 0 0 130px;
	background-color: white;
	height: 28px;
	padding: 13px 0 0 0;
}

.rtw_news_button a {
	
	text-decoration: none;
	color: white;	
}

.rtw_news_button_span {
	
	background-image: url(../images/rtw_content_button_small.jpg);
	background-repeat: no-repeat;
	width: 76px; 
	height: 28px;
	margin: 0 0 0 298px;
}


.rtw_news_button_span:hover {
	
	background-image: url(../images/rtw_content_button_small_hover.jpg);

}

/* ------------------ WEITERE NEWS CONTENT ------------------ */
.rtw_weitere_news_content {
	
	margin: 8px 0 4px 4px;
	
}

.rtw_weitere_news_title {
	
	background-color: #b3b3b3;
	height: 20px;
	width: 504px;
}

.rtw_weitere_news_title span {
	
	padding: 2px 0 0 7px;
	color: maroon;
	display: block;
}

.rtw_weitere_news_tabelle {
	
	/*min-height: 114px;*/
	color: black;
}

.rtw_weitere_news_button {
	
	background-image: url(../images/rtw_content_button_large.jpg);
	background-position:left;
	background-repeat:no-repeat;
	/*width: 243px;*/
	height: 28px;
	margin: 5px 0 0 0;
	/*margin: 0 0 0 261px;*/
}

.rtw_weitere_news_button:hover {
	
	background-image: url(../images/rtw_content_button_large_hover.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

.rtw_weitere_news_button a {
	
	text-decoration: none;
	color: white;
}

/* ------------------ LEAGUES CONTAINER ------------------ */
.rtw_leagues_container {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;
	color: white;	
}

.rtw_leagues_header {

	background-image: url(../images/rtw_content_left_header.gif);
	height: 17px;
	padding: 3px 0 0 9px;
	
}

.rtw_leagues_content {
	
	min-height: 240px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	padding: 4px 4px 4px 4px;
	
}

.rtw_league_content_top {
	
	margin: 0 0 4px 0;
}

.rtw_leagues_title {

	background-color: #b3b3b3;
	height: 20px;
	width: 504px;
}

.rtw_leagues_title span {

	padding: 2px 0 0 7px;
	color: maroon;
	display: block;
	
}

.rtw_leagues_content_left {
	
	width: 246px;
	min-height: 112px;
	margin: 0 0 0 249px;
}

.rtw_leagues_content_left_img {
	
	width: 47px;
	height: 76px;
	margin: 2px 2px 2px 2px;
	float: left;
}

.rtw_leagues_content_left_text {
	
	width: 188px;
	min-height: 76px;
	margin: 0 0 0 57px;
	padding: 4px 0 0 0;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}

.rtw_leagues_content_left_button {
	
	background-image: url(../images/rtw_content_button_normal.jpg);
	width: 162px;
	height: 28px;
}

.rtw_leagues_content_left_button a {
	
	text-decoration: none;
	color: white;
}

.rtw_leagues_content_left_button:hover {
	
	background-image: url(../images/rtw_content_button_normal_hover.jpg);
}



.rtw_leagues_content_right {
	
	width: 246px;
	min-height: 112px;
	float: left;
	
}

.rtw_leagues_content_right_img {
	
	width: 47px;
	height: 76px;
	margin: 2px 2px 2px 2px;
	float: left;
}

.rtw_leagues_content_right_text {
	
	width: 188px;
	min-height: 76px;
	margin: 0 0 0 57px;
	padding: 4px 0 0 0;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}

.rtw_leagues_content_right_button {
	
	background-image: url(../images/rtw_content_button_normal.jpg);
	width: 162px;
	height: 28px;
}

.rtw_leagues_content_right_button a {
	
	text-decoration: none;
	color: white;
}

.rtw_leagues_content_right_button:hover {
	
	background-image: url(../images/rtw_content_button_normal_hover.jpg);
}

.rtw_leagues_content_bottom {
	
	width: 504px;
	min-height: 100px;
}

.rtw_leagues_content_bottom_title {
	
	background-color: #b3b3b3;
	height: 20px;
	width: 504px;
}

.rtw_leagues_content_bottom_title span {
	
	padding: 2px 0 0 7px;
	color: maroon;
	display: block;
}

.rtw_leagues_content_bottom_img {
	
	float: left;
	width: 504px;
	background-color: #e6e6e6;
	text-align: center;
	min-height: 54px;
	margin: 0 0 4px 0;
}

.rtw_leagues_content_bottom_img img {
	
	border: none;
}

.rtw_leagues_content_bottom_button {
	
	clear: both;
	background-image: url(../images/rtw_content_button_normal.jpg);
	width: 162px;
	height: 28px;
	margin: 0 0 0 342px;
}

.rtw_leagues_content_bottom_button a {
	
	text-decoration: none;
	color: white;
}

.rtw_leagues_content_bottom_button:hover {
	
	background-image: url(../images/rtw_content_button_normal_hover.jpg);
}

/* ------------------ BODY CONTENT MIDDLE ------------------ */
.rtw_content_middle {

	margin: 0 0 0 11px;
	float: left;
}

/* ------------------ AKTUELLE AUSGABE CONTAINER ------------------ */
.rtw_aktuelleausgabe_container {

	position:relative; 
	width: 299px; 
	min-height: 263px; 
	margin: 0 0 10px 0;
}

.rtw_aktuelleausgabe_header {
	
	background-image: url(../images/rtw_content_middle_header.gif);
	height: 17px;
	padding: 3px 0 0 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: white;
}

.rtw_aktuelleausgabe_content {

	min-height: 235px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	padding: 4px 4px 4px 8px;
	color: maroon;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	

}

.rtw_aktuelleausgabe_content img {
	
	border: none;
	margin: 0;
	padding: 0;
}

.rtw_aktuelleausgabe_content_left {
	
	float: left;
	width: 145px;
	text-align: left;
	background-color: #e6e6e6;
}

.rtw_aktuelleausgabe_content_left img {
	
	display: block;
	
}

.rtw_aktuelleausgabe_content_right {
	
	float:left; 
	width:120px; 
	margin:0 0 0 16px;
	background-color: #e6e6e6;
}

.rtw_aktuelleausgabe_content_right img {
	
	display: block;
}


.rtw_aktuelleausgabe_content_right_img {
	
	width: 56px;
	float: left;
	margin: 2px;
}

.rtw_aktuelleausgabe_content_right_button {
	
	margin: 208px 0 0 187px;
	
}

.rtw_aktuelleausgabe_content_right_button a {
	
	text-decoration: none;
}

.rtw_aktuelleausgabe_content_right_button_text {
	
	height: 28px;
	width: 76px;
	background-image: url(../images/rtw_content_button_small.jpg);
	font-size: 13px;
	font-weight: bold;
	color: white;
}

.rtw_aktuelleausgabe_content_right_button_text:hover {
	
	background-image: url(../images/rtw_content_button_small_hover.jpg);
}

/* ------------------ PARTNER CONTAINER ------------------ */
.rtw_partner_container {

	position: relative; 
	width: 299px;
	min-height: 90px;
	margin: 0 0 10px 0;
}

.rtw_partner_header {
	
	background-image: url(../images/rtw_content_middle_header.gif);
	height: 17px;
	padding: 3px 0 0 9px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: white;
}

.rtw_partner_content {

	background-color: white;
	padding: 4px 0 0 0;
	min-height: 62px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	
}

.rtw_partner_content img {
	
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
}

.rtw_partner_content a {
	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	text-decoration: none;
}

/* ------------------ SUPER LEAGUE CONTAINER ------------------ */
.rtw_superleague_container {

	position:relative; 
	width: 299px;
	min-height: 215px;
	margin: 0 0 10px 0;
}

.rtw_superleague_header {
	
	background-image: url(../images/rtw_content_middle_header.gif);
	height: 17px;
	padding: 3px 0 0 9px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: white;
}

.rtw_superleague_content {

	background-color: white;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	min-height: 195px;
}

/* ------------------ CHALLENGE LEAGUE CONTAINER ------------------ */
.rtw_challengeleague_container {

	position:relative; 
	width: 299px;
	min-height: 215px;
	margin: 0 0 10px 0;
}

.rtw_challengeleague_header {
	
	background-image: url(../images/rtw_content_middle_header.gif);
	height: 17px;
	padding: 3px 0 0 9px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: white;
}

.rtw_challengeleague_content {
	
	background-color: white;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	min-height: 195px;
}

/* ------------------ BODY CONTENT RIGHT ------------------ */
.rtw_content_right {
	
	margin: 0 0 0 847px;
	float:left;
	width: 170px;
	position: absolute;
}

/* ------------------ WERBUNG ------------------ */
.rtw_werbung {


	width: 170px;
}

.rtw_werbung img {
	
	border: none;
	margin: 0 0 4px 0;

}

/* ------------------ FOOTER ------------------ */
.rtw_footer {

	clear: both;
	background-image: url(../images/rtw_footer_background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%; 
	height: 49px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding: 15px 0 0 0;
		
}

.rtw_footer a {
	
	color: white;
	text-decoration: none;
}