/* ----- Standardeinstellungen ----- */

p {
   margin:0;
   border:0;
  }

  .auswahl{
   background-color      : #FFFFFF;
   color                 : #333333;
   font-family           : verdana;
   font-size             : 8pt;
   font-weight           : 400;
  }
   
  .bemerkung {
   color                 : #333333;
   font-family           : verdana;
   font-size             : 8pt;
   font-weight           : 400;
  }
   
  .link {
   color                 : #CC0000;
   font-family           : verdana;
   font-size             : 8pt;
   font-weight           : 400;
   text-decoration       : none;
  }
   
  .link_aktiv {
   color                 : #CC0000;
   font-family           : verdana;
   font-size             : 8pt;
   font-weight           : 400;
   text-decoration       : underline;
  }
   
  .pokal {
   color                 : #333333;
   font-family           : verdana;
   font-size             : 8pt;
   font-weight           : 600;
  }
   
  .normal {
   color                 : #333333;
   font-family           : verdana;
   font-size             : 8pt;
   font-weight           : 400;
  }
   
  .text {
   color                 : #333333;
   font-family           : verdana;
   font-size             : 8pt;
   font-weight           : 400;
  }
   
  .titel {
   background-color      : #EDEDED;
   color                 : #333333;
   font-family           : verdana;
   font-size             : 8pt;
   font-weight           : 400;
  }
   
  .ueberschrift {
   color                 : #999999;
   font-family           : verdana;
   font-size             : 9pt;
   font-weight           : 600;
  }
 
 

 /* ----- Contentlayout ----- */

.inhalt	
{
  	min-height				:450px;
}
  
.inhalt table 
{
	width						:95%;
	hidden					:overflow;	
	padding					:25px 25px;
	margin					:0;
}

.kopf 
{
	width						:auto;
	padding					:4px 30px 4px 30px;
	background				:#000;
	border-top				:1px solid #000;
	border-right			:1px solid #999;
	border-bottom			:1px solid #999;
	border-left				:0px solid #000;
	-webkit-box-shadow	:2px 2px 4px #131311; /* webkit browser*/
	-moz-box-shadow		:2px 2px 4px #131311; /* firefox */ 
	box-shadow				:2px 2px 4px #131311;	
}

td .kopf 
{
	min-width				:430px;
}
	
.kopf .pokal 
{
	line-height				:20px;
	color						:#fafafa;
	font-weight				:600;
}

.kopf .ueberschrift 
{
	color						:#cc0000;
	font-weight				:600;
	font-size				:10pt;
	line-height				:20px;
}

.normal td 
{
	background-color		:#fff;
}

.kopf .normal 
{
   color                 :#ffffff;
}


/* ------------------------------ Navigation Termine --*/

#termine 
{
	width						:140px;
	margin					:24px 10px 0 0;
	padding					:0px;
	background-color		:#eee;
}

#termine ul 
{
	list-style				:none;
	width						:140px;
	margin					:0 0 0 0;
	padding					:0;
}

#termine li 
{
	margin-bottom			:1px;
	font-size				:9pt;
	font-weight				:600;
	text-align				:left;
	text-decoration		:none;
	color						:#cc0000;
	background-color		:#000;
	height					:20px;
	line-height				:170%;
	padding					:7px 0px 5px 40px;
}

#termine li a 
{
	display					:block;
	font-family				:Verdana,Tahoma,Arial,sans-serif;
	font-size				:9pt;
	font-weight				:600;
	text-align				:left;
	text-decoration		:none;
	color						:#fafafa;
	background-color		:#000;
	height					:20px;
	line-height				:170%;	
}

#termine li a:hover 
{
	color						:#cc0000;
}

/* ------------- Kontaktfeld --------- */

form td {
   color                 : #999999;
   font-family           : verdana;
   font-size             : 9pt;
   font-weight           : 600;
}

br { clear: left;}
				
