/* Workaround wg. Netscape 4 */
body,h1,h2,h3,h4,h5,h6,table,td,tr,th,a,address,p,span,div,ul,li,ol {
	 	font-family: 'VAG Round',verdana,helvetica,arial,sans-serif;
}
/* Ende Workaround wg. Netscape 4 */

body		{
	 	font-family: 'VAG Round',verdana,helvetica,arial,sans-serif;
		color:black;
		margin:25px;
		background-color:white;
		line-height:1.25em;
		}
/*p		{border:1px solid red;}*/
h1		{ 
		font-size:2.2em;
		line-height:1.25em; 
		}
h2		{ 
		font-size:2.0em;
		line-height:1.25em; 
		}
h3		{ 
		font-size:1.8em;
		line-height:1.25em;
		font-weight:normal; 
		}
h4		{ 
		font-size:1.4em;
		line-height:1.25em; 
		font-weight:normal; 
		}
h5		{ 
		font-size:1.2em;
		font-weight:normal;
		line-height:1.25em;
		margin-bottom:0px; 
		}
a		{
		/*text-decoration:none;*/
		color:red;
		}
a:visited	{
		color:purple;
		}
a:hover	{
		text-decoration:underline overline;
		color:blue;
		}
.ueberschrift	{
		color:#993366;
		text-align:center;
		}
.navi		{
		font-size:0.7em;
		margin-top:2.5em;
		}
address		{
		font-size:0.6em;
		font-style:normal;
		text-align:left;
		}
.left		{
		float:left;
		width:45%;
		clear:both;
		}
.right		{
		float:right;
		width:45%;
/*		clear:both;*/
		}