/**********************************************************
Webseite
***********************************************************/	

body {
	background-color:CC0000;
}

td {
  font-size:12px;
  color:#FFFFBB;
  text-align:left;
}

/*---------------------------------------------------------
Menue
----------------------------------------------------------*/
div.geburtstag {
	font-size:10px;
	font-family:arial;
	text-align:center;
}

div.ticker {
	text-align:center;
	font-size:11px;
	font-family:arial;
}

/*---------------------------------------------------------
Umfrage
----------------------------------------------------------*/

td.umfrage {
  font-size:11px;
  color:#FFFFBB;
	font-family:arial;
}

th.umfrage {
  font-size:11px;
  color:#FFFFBB;
	font-family:arial;
}



/*---------------------------------------------------------
Verantwortliche
----------------------------------------------------------*/

td.art {
  font-size:12px;
  color:#FFFFBB;
  text-align:left;
}

th.art {
  font-size:12px;
  color:#FFFFBB;
  text-align:left;
}

/*---------------------------------------------------------
Artikel
----------------------------------------------------------*/
div {
	font-family:arial;
}

div.maindate {
  font-size:12px;
	color:#FFFFBB;
}

div.mainautor {
	color:#FFFFCC;
	font-size:12px;
}

div.mainuschrift {
	font-size:14px;
	color:#FFFFDD;
	font-weight:bold;

}

div.maintext {
	color:#FFFFDD;
	font-size:12px;

}

div.mainktext {
	color:#FFFFCC;
	font-weight:bold;
	font-size:12px;
	font-stretch:semi-expanded;

}

div.mainlink {
	color:#FFFFCC;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

div.bildbeschreibung {
	color: #FFFFFF;
	font-size: x-small;
	font-family: arial;
}

a:link {
	color: #99DDFF;
	font-family:arial;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #99DDFF;
	font-family:arial;
	text-decoration: none;
	font-weight: bold;
}

a:active {	
  color: #ff9933;
  font-family:arial;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
  font-weight: bold;
  font-family:arial;
  color: #ff9933;
  text-decoration: none;
}

/*---------------------------------------------------------
Spieler
----------------------------------------------------------*/		

td.mitglieder {
	color:#FFFFCC;
	font-family:arial;
	font-size:14px;
}

/*---------------------------------------------------------
Tischtennis - file (extern)
----------------------------------------------------------*/

tr.tt {
  font-size:14px;
  color:#FFFFBB;
  text-align:left;
}

td.tt {
  font-size:12px;
  color:#FFFFBB;
  text-align:left;
}		

/*---------------------------------------------------------
Gästebuch
----------------------------------------------------------*/
th.gaestebuch {
	color:white; 
	font-size:8pt; 
	font-weight:bold; 
	font-family:Arial; 
	vertical-align:top;
}

td.gaestebuch {
	color:white; 
	font-size:8pt; 
	font-family:Arial; 
	vertical-align:top;
}

td.gb_add {
	color:white; 
	font-size:9pt; 
	font-family:Arial;
	font-weight:bold; 
	align:left;
}

/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{
	background-color:#eeeeee;
	color:#ffffff;			/*Schriftfarbe für Menueleiste*/
	font-family:Arial;
	font-size:12px;
	border-style:solid;
	border-color:#000000;		/*Menueumrandung (nur Hauptleiste)*/
	background-image:url("../Bilder/menue-js/sample_blue_green_bg_main2.gif");
}

/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	/*background-color:#ebe7b2;*/
	border-style:solid;
	border-color:#9a9a9a;
}

/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	/*background-color:#ebe7b2;*/
	text-decoration:underline;
	border-style:dashed;
	border-color:#aaaaaa;
}

/**********************************************************************************************
	Sub Menu Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{
	background-color:#bed2bf;
	color:#000000;			/*Schriftfarbe für Untermenues*/
	font-family:Arial;
	font-size:12px;			/*Schriftgröße für Untermenues*/
	border-style:solid;
	border-color:#000000;		/*Umrandungsfarbe für Untermenues*/
  background-image:url("../Bilder/menue-js/sample_bg_sub1.gif");
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.2);
}

/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	/*background-color:#transparent;*/
  border-style:solid;
	border-color:#bed2bf;
}

/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	/*background-color:#ebe7b2;*/
	color:#ff0000;
	text-decoration:underline;
	border-style:solid;
	border-color:#aaaaaa;
}
/**********************************************************************************************
	Divider Style Settings
***********************************************************************************************/

/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	/*background-color:#transparent;*/
}

/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
	background-color:#ffffff;	/*Trennlinienfarbe zwischen den Zeilen im Untermenue*/
}

/**********************************************************************************************
	Optional Specific Settings
	Specifically define settings for any item or menu group
	by using the following syntax with the items index.
	CSS settings here for main menu group
***********************************************************************************************/	

/*

#cdd_item0_0 { 	
	CSS settings for the specified item goes here
}

#cdd_item0_menu {
	CSS settings for the specified menu group goes here
}

*/