/* austauschen */
/* 99CC33 */
/* FFCC00 */

/*----------------------------------------*/		
/* ADIC -- Styles für den Body */
/*----------------------------------------*/


body         		{ 	font-family: Verdana, Arial, 'MS Sans Serif'; 
				font-size: 12px; 
				color: #333333;
				padding-left: 15; 
		        	padding-top: 15 
			}

td			{ 	font-family: Verdana, Arial, 'MS Sans Serif'; 
				font-size: 12px; 
				color: #333333;
			}

td.HomeH1		{ 	font-family: Verdana, Arial, 'MS Sans Serif'; 
				font-size: 13px; 
				color: #333333;
			}

td.HomeH2		{ 	font-family: Verdana, Arial, 'MS Sans Serif'; 
				font-size: 11px; 
				color: #333333;
			}

/*----------------------------------------------------------------------*/
/* LINKS                                                                */
/*----------------------------------------------------------------------*/

/* Allgemeiner Link*/
a 			{ 	text-decoration: none; 
				font-family: Verdana, Arial, 'MS Sans Serif'; 
				font-size: 12px; 
				color: #333333;
			}
a:link			{ 	text-decoration: none }
a:visited		{ 	text-decoration: none }
a:hover			{ 	text-decoration: none; color: #FFCC00 }
a:active		{ 	text-decoration: none; color: #333333 }


/* Links im Text*/
a.ImText 		{ 	text-decoration: none; 
				font-family: Verdana, Arial, 'MS Sans Serif'; 
				font-size: 12px; 
				color: #333333;
			}
a:link.ImText		{ 	text-decoration: none }
a:visited.ImText	{ 	text-decoration: none }
a:hover.ImText		{ 	text-decoration: none; color: #FFCC00 }
a:active.ImText		{ 	text-decoration: none; color: #333333 }

/* Homepage Titel 1*/
a.HomeH1		{ 	text-decoration: none; 
				font-family: Verdana, Arial, 'MS Sans Serif'; 
				font-size: 13px; 
				color: #333333;
				font-weight: bold;
			}
a:link.HomeH1		{ 	text-decoration: none }
a:visited.HomeH1	{ 	text-decoration: none }
a:hover.HomeH1		{ 	text-decoration: none; color: #FFCC00 }
a:active.HomeH1		{ 	text-decoration: none; color: #333333 }

/* Homepage Titel 2*/
a.HomeH2		{ 	text-decoration: none; 
				font-family: Verdana, Arial, 'MS Sans Serif'; 
				font-size: 11px; 
				color: #333333;
			}
a:link.HomeH2		{ 	text-decoration: none }
a:visited.HomeH2	{ 	text-decoration: none }
a:hover.HomeH2		{ 	text-decoration: none; color: #FFCC00 }
a:active.HomeH2		{ 	text-decoration: none; color: #333333 }

