/* 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: verdana,helvetica,arial,sans-serif;
		color:black;
		margin:25px;
		/*background-color:#66FFCC;*/
		background-color:#cbebeb;
		line-height:1.4em;
		}
/*p		{border:1px solid red;}*/
h1		{ 
		font-size:2.2em; 
                line-height:2.6em;
		}
h3		{ 
		font-size:1.8em;
		font-weight:normal; 
                line-height:2.2em;
		}
h5		{ 
		font-size:1.2em;
		font-weight:normal;
		margin-bottom:0px; 
                line-heigth:1.6em;
		}
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;
		}
address	{
		font-size:0.6em;
		font-style:normal;
		text-align:left;
		}
img	{ border:0px; }
