/* CSS Document */
/* Definitionen links */

A {
	text-decoration: none;
	color:#FFF;
}

A:hover {
	text-decoration: none;
	color: #ADD363;
}

A:visited {
}

A.bold {
	font-weight: bold;
	text-decoration: none;
	color:#ADD363;
}

A.bold:hover {
	text-decoration: none;
	color: #ADD363;
}

A.bold:visited {
}

A.big1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color:#FFF;
}

A.big1:hover {
	text-decoration: underline;
	color: #FFF;
}

A.big1:visited {
}

A.big2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color:#ADD363;
}

A.big2:hover {
	text-decoration: underline;
	color: #ADD363;
}

A.big2:visited {
}


#top-links {
	position: absolute;
	top:160px;
	width:471px;
	left: 84px;
	height: 35px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}


#top-links A {
	text-decoration: none;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
}

#top-links A:hover {
	text-decoration: none;
	color:#ADD363;
	font-size: 18px;
	font-weight: bold;
}
#top-links A:hover {
}
