/* CSS Document  */

a:link { text-decoration:none; }
a:visited { text-decoration:none;  }
a:hover { text-decoration:none;  }
a:active { text-decoration:none; }

td.link a:link { text-decoration:none; color:#000000 }
td.link a:visited { text-decoration:none; color:#000000  }
td.link a:hover { text-decoration:underline; color:#000000  }
td.link a:active { text-decoration:none; color:#000000 }

td.linkfooter a:link { text-decoration:none; color:#ffffff }
td.linkfooter a:visited { text-decoration:none; color:#ffffff  }
td.linkfooter a:hover { text-decoration:underline; color:#ffffff  }
td.linkfooter a:active { text-decoration:none; color:#ffffff }


p.link a:link { text-decoration:none; color:#000000 }
p.link a:visited { text-decoration:none; color:#000000  }
p.link a:hover { text-decoration:underline; color:#000000  }
p.link a:active { text-decoration:none; color:#000000 }

div.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: white;
	color: #000000;
	height: 30px;
	padding-top:5px;
	width:108px;	
	text-align:center;
	background-image: url(../images/register_notactive.jpg);
	background-repeat: no-repeat;
	display:block;
}
div.menu a:link {
	background-image: url(../images/register_notactive.jpg);
	background-repeat: no-repeat;
}

div.menu a:active {
	background-image: url(../images/register_active.jpg);
	background-repeat: no-repeat;
}

div.menu a:visited {
color: #000000;
}

div.menu a:hover {
	background-image: url(../images/register_active.jpg);
	background-repeat: no-repeat;
		
}

div.activ a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: white;
	color: #000000;
	height: 30px;
	padding-top:5px;
	width:108px;	
	text-align:center;
	background-image: url(../images/register_active.jpg);
	background-repeat: no-repeat;
	display:block;
}

body
{scrollbar-arrow-color: #e6e6e6; scrollbar-base-color: #999999;
scrollbar-highlight-color : #4F4F4F; scrollbar-shadow-color : #e6e6e6;
SCROLLBAR-TRACK-COLOR: #999999;}

body.sites {
	background-image: url(../images/spruch3.jpg);
	margin-right: 30px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 15px;
	margin-left:30px;
}


