/* Schriftformatierung */
p 		{font-family:Verdana; font-size:8pt;}
p.text		{font-family:Verdana; font-size:10pt;}
h1		{font-family:Verdana; font-size:13pt; font-weight:bold;}

/* Link-Attribute */
a:link		{color:#000000; text-decoration:none;}
a:hover	{color:#000000; text-decoration:underline;}
a:visited	{color:#000000; text-decoration:none;}

/* Positionierung der DIV-Elemente */
#lang		{position:absolute; top:10px; left:40px;}

/* Informationen zum Menue */
#box {background-color:transparent;}
#box a {font-family:Verdana; font-size:8pt; font-weight:bold;}
#box a .info {display:none;}
#box a:hover {background-color:transparent; text-decoration:none; width:135px; color:#4682B4;}
#box a:hover .info {color:#4682B4; font:8pt verdana; display:block;}