/* ============================================================= */
/* Links */

a:link, a:visited, a:active {
	color:#606099;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

/* Titel ganz oben */
#title a {
	font-family : Verdana;
	font-size : 24px;
	color : White;
	font-weight : bold;
	text-decoration : none;
}

/* URL, unterhalb des Titels */
#url a {
	font-family : Verdana;
	font-size : 10px;
	color : White;
	font-weight : bold;
	text-decoration : none;
}

/* Links der zweiten, kleinen Zeile */
#m1 a:link, #m1 a:visited, #m1 a:active {
	font-family : Verdana;
	font-size : 10px;
	color : White;
	text-decoration : none;
}

#m1 a:hover {
	color : White;
	text-decoration : underline;
}


/* Navigation, aktiv */
a.nav:link, a.nav:visited, a.nav:active {
	font-family : Verdana;
	font-size : 12px;
	color : White;
	text-decoration : none;
	padding-left:5px;
	line-height:18px;
	font-weight : bold;
}

a.nav:hover {
	color : White;
	text-decoration : underline;
}

/* Navigation, nicht aktiv */
a.nonav:link, a.nonav:visited, a.nonav:active, a.nonav:hover {
	font-family : Verdana;
	font-size : 12px;
	color : #484848;;
	background-color : #d5d5d5;
	text-decoration : none;
	margin-left:3px;
	line-height:18px;
	font-weight : bold;
	padding-left: 2px;
	padding-right: 2px;
}

/* Subnavigation, aktiv */
a.subnav:link, a.subnav:visited, a.subnav:active {
	font-family : Verdana;
	font-size : 10px;
	color : White;
	text-decoration : none;
	padding-left:5px;
	line-height:15px;
}

a.subnav:hover {
	color : White;
	text-decoration : underline;
}

/* Subnavigation, nicht aktiv */
a.nosubnav:link, a.nosubnav:visited, a.nosubnav:active, a.nosubnav:hover {
	text-decoration: none;
	color:white;
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	padding-left : 5px;
	line-height: 13px;
}

a.sort:link, a.sort:visited, a.sort:active,a.sort:hover {
	font-family : Verdana;
	font-size : 9px;
	color : White;
	text-decoration : none;
	padding-left:5px;
	line-height:15px;
}