/* CSS Document */


h1
{
	font-family:Helvetica, Verdana;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	margin-bottom:30px;
}

p
{
	font-family:Helvetica, Verdana;
	font-size:14px;
	color:#000000;
}

dl
{
	float:left;
	margin-right:20px;
}
dl dt
{
	margin-bottom:0;
}
dl dd
{
	margin:0;
	font-family:Helvetica, Verdana;
	font-size:14px;
	color:#000000;
}

td
{
	font-family:Helvetica, Verdana;
	font-size:14px;
	color:#000000;
}



a
{
	font-family:Helvetica, Verdana;
	color:#0000FF;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}
a:link
{
	color:#0000FF;
	text-decoration:underline;
}
a:hover
{
	color:#000000;
	text-decoration:underline;
}



a.text
{
	font-family:Helvetica, Verdana;
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
	text-decoration:underline;
}
a.text:hover
{
	color:#0000FF;
	text-decoration:underline;
}


a.menu
{
	font-family:Helvetica, Verdana;
	font-size:12px;
	text-decoration: none; /*der Link ist nicht unterstrichen*/
	color: #990099; /*Farbe des Textes im Button*/
	display: block;
	margin-top: 0px;  /*Abstand des Buttons zum Button darüber */
	background-color: #FFCC00;
	line-height:16px;
	text-indent:3px;
}

a.menu:link
{
	color: #990099;
	text-decoration: none;
}

a.menu:visited
{
	color: #990099;
	text-decoration: none;
}

a.menu:hover
{
	color: #FFCC00;
	background-color:#990099;
	text-decoration: underline;
}

a.menu:active
{
	text-decoration: none;
	color: #990099;
}



a.mainmenu
{
	font-family:Helvetica, Verdana;
	font-size:16px;
	text-decoration:none;
	color:#FFFFFF;
	display: block;
	margin-top: 0px;  /*Abstand des Buttons zum Button darüber */
	background-color:#9900CC;
	line-height:22px;
}

a.mainmenu:link
{
	color:#FFFFFF;
	text-decoration:none;
}

a.mainmenu:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

a.mainmenu:hover
{
	color:#9900CC;
	text-decoration:none;
	background-color:#FFFFFF;
}

a.mainmenu:active
{
	color:#FFFFFF;
	text-decoration:none;
}
