/*
Stylesheet für tuw.com - Stefan Tangl

Verwendete Farben:

#FFD66B		orange
#DE107B		pink
#99CCCC		gruen

*/

/* allgemeiner Teil */

body             	{
					font-family: Arial;
					font-size: 12px;
					color: #999999;
					background-color: #999999;
					margin:0px;
					height:100%;
					topmargin="0" leftmargin="0" 
                  	}

a:link    			{color:#CC0000; text-decoration: none;}
a:visited 			{color:#CC0000; text-decoration: none;}
a:active  			{color:#FF0000; text-decoration: none;}
a:hover   			{color:#FF0000; text-decoration: none;}

/* Allegemeine CLASS Definitionen */

/* TOPMENU */

a.topmenu:link 		{
					font-size: 12px;
	            	text-decoration: none;
	            	color: #999999;
	            	font-weight:normal;
	            	}

a.topmenu:visited	{
					font-size: 12px;
	              	text-decoration: none;
        			color: #999999;
					font-weight:normal;
					}

a.topmenu:active 	{
					font-size: 12px;
					text-decoration: none;
					color: #CC0000;
					font-weight:normal;	
					}

a.topmenu:hover 	{
					font-size: 12px;
					text-decoration: none;
					color: #CC0000;
					font-weight:normal;	
					}
					
/* SUBMENU */

a.submenu:link 		{
					font-size: 11px;
	            	text-decoration: none;
	            	color: #999999;
	            	font-weight:normal;
	            	}

a.submenu:visited	{
					font-size: 11px;
	              	text-decoration: none;
        			color: #999999;
					font-weight:normal;
					}


a.submenu:active 	{
					font-size: 11px;
					text-decoration: none;
					color: #CC0000;
					font-weight:normal;	
					}

a.submenu:hover 	{
					font-size: 11px;
					text-decoration: none;
					color: #CC0000;
					font-weight:normal;	
					}

/* SUBMENU1 */

a.submenu1:link 		{
					font-size: 10px;
	            	text-decoration: none;
	            	color: #999999;
	            	font-weight:normal;
	            	}

a.submenu1:visited	{
					font-size: 10px;
	              	text-decoration: none;
        			color: #999999;
					font-weight:normal;
					}

a.submenu1:active 	{
					font-size: 10px;
					text-decoration: none;
					color: #CC0000;
					font-weight:normal;	
					}

a.submenu1:hover 	{
					font-size: 10px;
					text-decoration: none;
					color: #CC0000;
					font-weight:normal;	
				    }
