/* Bild der Woche */
a:link.bild, a:visited.bild {
	display: block;
	background-image: url(../img/1_off.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 166px;
	height: 91px;
}
a:hover.bild, a:focus.bild {
	display: block;
	background-image: url(../img/1_on.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 166px;
	height: 91px;
}
div#bild {
	background-image: url(../img/1_on.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 166px;
	height: 91px;
	float: left;
}

/* Niboki */
a:link.niboki, a:visited.niboki {
	display: block;
	background-image: url(../img/2_off.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 97px;
	height: 91px;
}
a:hover.niboki, a:focus.niboki {
	display: block;
	background-image: url(../img/2_on.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 97px;
	height: 91px;
}
div#niboki {
	background-image: url(../img/2_on.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 97px;
	height: 91px;
	margin-right: 10px;
	float: left;
}




/* FAQ */
a:link.faq, a:visited.faq {
	display: block;
	background-image: url(../img/3_off.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 105px;
	height: 91px;
}
a:hover.faq, a:focus.faq {
	display: block;
	background-image: url(../img/3_on.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 105px;
	height: 91px;
}
div#faq {
	background-image: url(../img/3_on.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 105px;
	height: 91px;
	float: left;
}




/* Hall of Fame */
a:link.fame, a:visited.fame {
	display: block;
	background-image: url(../img/4new_off.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 122px;
	height: 91px;
}
a:hover.fame, a:focus.fame {
	display: block;
	background-image: url(../img/4new_on.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 122px;
	height: 91px;
}
div#fame {
	background-image: url(../img/4new_on.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 122px;
	height: 91px;
	float: left;
}




/* Login */
a:link.login, a:visited.login {
	font-size: 9pt;
	text-decoration: none;
	
	color: #FFFFFF;
}
a:hover.login, a:focus.login {
	font-size: 9pt;
	text-decoration: none;
	color: #FF8200;
}


/* Pager */
#pager {
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	list-style: none;	
	margin: 10px 0 10px 0;	
	padding: 10px 0 15px 15px;
}

#pager li {
	background-color: #FF8200;
	color: #FFFFFF;
	float: left;
	margin-right: 2px;
	padding: 2px 7px 2px 7px;
}

#pager li.selected {
	color: #FF8200;
	background: #E6E6E6;
}

#pager li:hover {
	color: #FF8200;
	background: #E6E6E6;
}




a:link.faq_link, a:visited.faq_link {
	color: #4D4D4D;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 5px;
}

a:hover.faq_link, a:focus.faq_link {
	color: #FF8200;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 5px;
}

a:link.faq_link_selected, a:visited.faq_link_selected, a:hover.faq_link_selected, a:focus.faq_link_selected {
	color: #FF8200;
	font-size: 10pt;
	font-weight: bold;
	margin: 5px;
	text-align: left;
	text-decoration: none;
}


/* Footer */
a:link.foot, a:visited.foot {
	color: #4D4D4D;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

a:hover.foot, a:focus.foot {
	color: #FF8200;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
