/* Physik-Didaktik Würzburg */
/* 07.02.2004 ~ JW */

body, p, td	{
    		font-family:Verdana,Arial;
    		font-size:12px;
    		color:gray;
    		font-weight:bold;
		background-color:#70A4DE;
		}
.sub    	{ 
        	font-size: 8pt;
        	}
h1  		{
    		font-size:15pt;
    		font-weight:bold;
    		}   
a:link  	{
    		font-weight:bold;
		color: white;
    		text-decoration:none;
    		}
a:visited 	{
		color: white;
    		text-decoration:none;
    		}
a:hover		{
		text-decoration:underline
		}
a:active 	{
	 	color: #4D688A;
	 	text-decoration:underline;
    	 	}

/* Boxen */

.linkbox { 
	 border-color:##4d688a; 
	 border-width:1px; 
	 border-style:solid;
	 height: 18px;
	 background-color:#739AC1;
	 padding-right: 6px;
	 cursor:hand;
	 } 

.null	{
	height: 5px;
	}

.hd1	{				
	font-family:arial;
	font-size:17pt;
	color:#FFFFFF;
	}
.hd2	{				
	font-family:arial;
	font-size:15pt;
    	font-weight:bold;
	color:#FFFFFF;
	}


/* Hintergrundfarbe oberer Balken "head1": 

.head1 {
       background-color:rgb(77,104,138); /* #81BDFF */
       }


/* Hintergrundfarbe linker Balken - Navigation: */

.navi1 {
       background-color: #70A4DE;	/* #007cc3 */
       }
*/