/*am 20070307 eingefügt ; überschreibt sozumsagen den gleichnamigen  Teil  in 
\htdocs\t3_4_0_2_dummy\typo3\sysext\cms\tslib\media\scripts
der dort einen roten Tabellen eintrag zur Folge hat
*/
.table 
{	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #000000;
}
/*---------------------------------------------------------------------*/
.loginform 
{	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight : normal;
}
/*---------------------------------------------------------------------*/
body
{	text-align  : left;
    /*text-indent : 0px;*/ /*sollte die Einrückung beseitigen; war wohl nix*/
	background  : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-style  : normal; 
	font-size   : 12px; 
    margin      : 0px;
}
/*---------------------------------------------------------------------*/
/* über Raute <id>*/
#container 
{   width: 1000px;
    padding:0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}
/*---------------------------------------------------------------------*/
#id_mantel
{   text-align  : left;
}
/*---------------------------------------------------------------------*/
/*über den Pkt als class ansprechbar*/
td.c_td_men
{	font-size   : 13px; 
	color : blue;
}
/*---------------------------------------------------------------------*/
td.c_td_inh_mi
{	font-size   : 12px; 
	color       : black;
    padding-right : 20px;
}
/*---------------------------------------------------------------------*/
td.c_td_inh_re
{	font-size  : 12px; 
	color : black;
}
/*---------------------------------------------------------------------*/
a:link { 	color:#800000; 	text-decoration: none; 
    font-size  : 13px; 
}
/*---------------------------------------------------------------------*/
a:visited { 	color:#000000; 	text-decoration: none; 
    font-size  : 13px; }
/*---------------------------------------------------------------------*/
a:hover { 	/*color: #ff0000; */				/*rot*/
    text-decoration: none;     
    font-size  : 13px; 
}
/*---------------------------------------------------------------------*/
a:active 
{ 	color:black;
	background-color:#fff7ea;  
    font-size  : 13px; 
}
/*---------------------------------------------------------------------*/
a:focus 
 { 	color:#000000; 
	background-color:#fff7ea;  
	font-weight:bold; 
    font-size  : 13px; 
}
/*---------------------------------------------------------------------*/
.zentriertDiv
{   text-align: center;
}


