/********************************************************/
/* Stylesheet											*/
/* Judo TSV 1863 TBB									*/
/* Copyright: Oliver Fels								*/
/* Stand: 27.09.2007									*/
/********************************************************/

/*-------------------------------------------------------*/
/*------ Generelles -------------------------------------*/
/*-------------------------------------------------------*/

body
  	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFCC;
	font-size: 11px;       
   }

/*-------------------------------------------------------------*/
/*--- Formatierungen fuer Absaetze, TableRow und TableData ----*/
/*-------------------------------------------------------------*/

p, tr p, td p
        {
        margin-top: 0pt;
        margin-bottom: 0em;
        text-align: left;
		  font-size: 11px;
        }	
	
/*-------------------------------------------------------*/
/*------ Hyperlinks -------------------------------------*/
/*-------------------------------------------------------*/

a:link
	{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}

a:visited
	{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}

a:hover
	{
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	}

a:active
	{
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	}

/*-------------------------------------------------------*/
/*------ Text und Ueberschriften ------------------------*/
/*-------------------------------------------------------*/

.txtnavi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.txtfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.txtsidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.txtcopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CC0000;
}
.txtheadsidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtlightred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
}
.txtboldred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.txtdarkred {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #660000;
}
.textfigurecaption {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
} 
