/* **************************************************** */ 
/*   Grund-Layout by: MENOTEX - Intelligentes Wohnen   	*/
/*                 Inhaber Sven Kramer                  */
/*                 Stiftsplatz 6                        */
/*                 59872 Meschede                       */
/*                 www.menotex.de                       */
/*                                                      */
/*            Anpassung by: Robert Rimbach              */
/* ******************************************************/

html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
} 

body {
  background: #2A457E url(main_bg.jpg) no-repeat fixed;
  background-size: 100%;
  color: #001c81;
}

html {
	height: 100%;
}

a {
	color: #001c81;
  	text-decoration: none;
}
 
 
 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* für IE-mac verstecken     */
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* Ende in IE-mac verstecken */  

/********************************************/
/*           Haupt-Navigation               */
/********************************************/
.mktt_nav_bar_top td {
	width: 120px;
	border-left:1px solid #001c81;
	text-align: center;
}

.mktt_nav_link_fix {
	font-weight: bolder;	
}

.mktt_nav_group {
	font-weight: bolder;	
}

/********************************************/
/*            Gruppen-Tabelle               */
/********************************************/

/* ********************************************** */ 
/*      Folgende Class entfernen, wenn kein      	*/
/*      Abschneiden der Spieler- und Vereins-     */
/*      namen gewünscht wird.mktt_                     */
/* ********************************************** */
.mktt_gruppen td {
     max-width: 150px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}


.mktt_gh_platz {
	width: 15px;
}

.mktt_gh_spieler {
	width: 150px;
}

.mktt_gh_verein {
	width: 140px;
}

.mktt_gh_spiele {
	width: 60px;
}

.mktt_gh_saetze {
	width: 60px;
}

.mktt_gh_baelle {
	width: 60px;
}

.mktt_gh_raster {
	width: 35px;
}

.mktt_gh_spacing {
	width: 10px;
}

.mktt_gruppenheader {
	background: #ddd;
}

.mktt_gruppenname {
	background: #005ABE;
  color: #FFF;
}

 .mktt_gruppenname a {
	color: #FFF;
} 

.mktt_gruppen_links td {
	width: 70px;
	border-left:1px solid #005ABE;
	text-align: center;
}

.mktt_ko_link {
	font-weight: bolder;
	color: red;
}

 .mktt_gruppen_uplink {
	background: #005ABE;
} 

 .mktt_gruppen_uplink a {
	color: #FFF;
} 

 
.mktt_gruppen_ueberschrift {
	font-family: Arial;
	font-size: 20px;
}

.mktt_grouptype {
	font-family: Arial;
	font-size: 16px;
	text-decoration: underline;
}

/********************************************/
/*            Gruppen-Details               */
/********************************************/

.mktt_group_single_results {
}

.mktt_group_single_results  th{
	background: #ddd;
}

.mktt_gsr_runde {
	width: 15px;
}

.mktt_gsr_uhrzeit {
	width: 30px;
}

.mktt_gsr_spieler {
	width: 180px;
}

.mktt_gsr_einzelsaetze {
	width: 220px;
}

.mktt_gsr_saetze {
}
 
/*****************************************************/
/*             Aktive Tische + Startes               */
/*****************************************************/
 
.mktt_active_tables {
}

.mktt_active_tables  th{
	background: #ddd;
}

.mktt_at_tisch {
}

.mktt_at_spieler {
	width: 180px;
}

.mktt_at_klasse {
	width: 120px;
}

.mktt_at_verein {
	width: 300px;
}


/* ******************************************************************** */ 
/*                      Druck-Eigenschaften                             */ 
/* ******************************************************************** */ 
     
 @media print{ 
/*bei Druck Navigation verstecken*/ 
#Navigation{display:none;} 
#Content{width:80%; float:right;}
}