/* CSS-Datei ZEKAL-2000*/

/*Hintergrundfarbe */
body
{
	margin: 0px;
	background-color: #F0F0F0;
	font-size : 10pt;
}

/* Links - Aussehen (Unterstreichung usw.) */
A
{
	text-decoration: none;
}

/* Link-Farbe  */
A:link
{
	color: #5F5F5F;
}

/* Link bei hover (nur IE) */
a:hover      {
	color: Red;
}
/*Link activ*/
A:active
{
	color: Red;
	border : 1pt solid;
	bottom : auto;
}

/* Link besucht */
A:visited
{
	color: #636363;
}
/*Link Webmaster   einbinden über: <a class="lw" href... > */
a.lw
{
	font-family : Verdana;
	font-weight : normal;
	color: Gray;
	font-size : xx-small;
	text-decoration : none;
}
a.lw:hover
{
	text-decoration: underline;
	color: Red;
	font-weight : normal;
	font-family : Arial;
	font-size : xx-small;
}

/*Link Menue-Auswahl*/

a.ma
{
	text-decoration: none;
	font-family : Verdana;
	color: #5F5F5F;
}

a.ma:visited
{
	font-family : Verdana;
	color: #999;
}

a.ma:hover
{
	text-decoration: none;
	color: Red;
	font-weight : medium;
	font-family : Verdana;
}

/*Link Menue-Ueberschrift*/

a.mu
{
	font-family : Verdana;
	font-weight : bold;
	color: #F0F0F0;
	font-size : xx-small;
	text-decoration : none;
}

a.mu:visited
{
	color: #E0E0E0;
	font-weight : bold;
	font-family : Verdana;
}
a.mu:hover
{
	color: Red;
	text-decoration: underline;
	font-weight : bold;
	font-family : Verdana;
}

/*************Navigation NEU*************/
#pageNav{
	float: left;
	width:173px;
	padding: 0px 0px 0px 5px;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	font: 12px Verdana,sans-serif;
}

#sectionLinks{
	margin: 1px;
	padding: 0px;

}
/************ sectionLinks styles **************/

#sectionLinks h3{
	padding: 20px 0px 0px 10px;
	border-bottom: 0px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	padding: 1px 0px 1px 10px;
	color: #4E4E4E;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
	color: Red;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 2px;
	padding: 0px 0px 0px 25px;
	border-bottom: 0px solid #cccccc;
	font: 10px Verdana,sans-serif;
}

.relatedLinks a{
	display: block; 
	padding: 0px 1px 3px 0px;
}
.relatedLinks a:hover{
	color: Red;
}

