/* **************************************************************************** *//*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*//*	webarchitects (http://www.webarchitects.co.uk/)				*//*										*//*	For further information on CSS see these sites:				*//*	http://www.w3.org/Style/						*//*	http://www.css.nu/							*//*	Want answers to your CSS questions? try this usenet group:		*//*	comp.infosystems.www.authoring.stylesheets				*//*										*//*	If you want to check the validity of the style sheet you can use this:  *//*	http://jigsaw.w3.org/css-validator/					*//*										*//* **************************************************************************** *//*	Note the use of an absolute URL for the background image		*//*	This is a workaround for NN using an address relative to the		*//*	.html file rather than the .css file					*/body         { color: #000000; background-image:                url('http://www.fliegenfischer-seite.de/Image11.gif');                background-repeat: repeat; background-attachment: scroll;                background-position: 0% 50% }/*	Paragraph									*/p            { color: #000080; background-repeat: repeat; background-attachment: scroll;                font-family: verdana, arial, geneva, sans-serif; font-size:                10pt; margin-left: 60px; background-position: 0% 50% }/*	Definition list									*/dl           { color: #000080; background-repeat: repeat; background-attachment: scroll;                font-family: verdana, arial, geneva, sans-serif;                background-position: 0% 50% }/*	Menu									*/small.menu   { font-size: 10pt; color: #000080; background-repeat: repeat;                background-attachment: scroll; font-family:                verdana, arial, geneva, sans-serif; background-color: #FFFFCC;                font-weight: bold; text-align: left; word-spacing: 1;                line-height: 150%; margin-top: 7; background-position: left 50% }/*	Menu unvisited links							*/a.menulink:link { color: #6633FF; background-repeat: repeat; background-attachment: scroll;                font-size: 10pt; font-weight: bold; background-position: 0% 50% }/*	Menu visited links							*/a.menulink:visited { color: #993399; background-repeat: repeat; background-attachment: scroll;                font-size: 10pt; font-weight: bold; background-position: 0% 50% }/*	Menu active links (not widely supported)				*/a.menulink:active { color: #FF6666; background-repeat: repeat; background-attachment: scroll;                font-size: 10pt; font-weight: bold; background-position: 0% 50% }/*	Menu links when hovered over (MSIE only)				*/a.menulink:hover { color: #FFCC99; background-repeat: repeat; background-attachment: scroll;                font-size: 10pt; font-weight: bold; background-position: 0% 50% }/*	Links unvisited links							*/a.link:link  { color: #6633FF; background-repeat: repeat; background-attachment: scroll;                font-size: 10pt; font-weight: bold; background-position: 0% 50% }/*	Links visited links							*/a.link:visited { color: #993399; background-repeat: repeat; background-attachment: scroll;                font-size: 10pt; font-weight: bold; background-position: 0% 50% }/*	Links active links (not widely supported)				*/a.link:active { color: #FF6666; background-repeat: repeat; background-attachment: scroll;                font-size: 10pt; font-weight: bold; background-position: 0% 50% }/*	Links when hovered over (MSIE only)					*/a.link:hover { color: #FF9966; background-repeat: repeat; background-attachment: scroll;                font-size: 10pt; font-weight: bold; background-position: 0% 50% }/*	Unvisited links								*/a:link       { color: #6633FF; background-repeat: repeat; background-attachment: scroll;                background-position: 0% }/*	Visited links								*/a:visited    { color: #993399; background-repeat: repeat; background-attachment: scroll;                background-position: 0% }/*	Active links (not widely supported)					*/a:active     { color: #FF6666; background-repeat: repeat; background-attachment: scroll;                background-position: 0% 50% }/*	Links when hovered over (MSIE only)					*/a:hover      { color: #FF6666; background-repeat: repeat; background-attachment: scroll;                background-position: 0% 50% }/*	Links unordered lists							*/ul           { list-style-type: disc; color: #000000; background-repeat: repeat;                background-attachment: scroll; font-family:                verdana, arial, geneva, sans-serif; margin-left: 60px;                background-position: 0% 50% }/*	The link description							*/span.descript { font-size: 10pt; color: #000080; background-repeat: repeat;                background-attachment: scroll; font-family:                verdana, arial, geneva, sans-serif; background-position: 0% 50% }/*	New links								*/sup.new      { font-size: x-small; color: #FFFFFF; background-color: #FF3300;                background-repeat: repeat; background-attachment: scroll;                font-family: verdana, arial, geneva, sans-serif; font-weight:                bold; background-position: 0% }/*	Popular links								*/sup.pop      { font-size: x-small; color: #FFFFFF; background-color: #00CCFF;                background-repeat: repeat; background-attachment: scroll;                font-weight: bold; font-family:                verdana, arial, geneva, sans-serif; background-position: 0% }/*	Links date and hits							*/small.date   { font-size: 8pt; color: #666666; background-color: #FFFFCC; background-repeat:                repeat; background-attachment: scroll; font-family:                verdana, arial, geneva, sans-serif; background-position: 0% 50% }/*	Number of links in categories						*/small.numlinks { font-size: x-small; color: #666666; background-color: #FFFFCE;                background-repeat: repeat; background-attachment: scroll;                font-family: verdana, arial, geneva, sans-serif;                background-position: 0% }/*	This class is for "Looking for something in particular?"		*/strong.search { background-color: #FFFFCE; background-repeat: repeat; background-attachment:                scroll; font-family: verdana, arial, geneva, sans-serif;                color: #000080; font-weight: bold; background-position: 0% 50% }/*	This class is for "More options"					*/small.more   { font-size: small; color: #000080; background-color: #FFFFCE;                background-repeat: repeat; background-attachment: scroll;                font-weight: normal; font-family:                verdana, arial, geneva, sans-serif; background-position: 0% 50% }/*	This is for main headers on all pages *apart* from the home page	*/h1           { font-size: large; color: #000080; background-color: #0099CC;                background-repeat: repeat; background-attachment: scroll;                font-family: verdana, arial, geneva, sans-serif; font-weight:                bold; margin-left: 40px; background-position: 0% 50% }/*	This class is for the main header on the Links home page		*/h1.home      { font-size: x-large; color: #000080; background-color: #0099CC;                background-repeat: repeat; background-attachment: scroll;                font-family: verdana, arial, geneva, sans-serif; font-weight:                bold; margin-left: 40px; background-position: 0% 50% }/*	This class is for the error messages					*/strong.error {color: #FFFFFF;background: #FF3300;font-weight: bold;font-family: "verdana", "arial", "geneva", sans-serif;}/*	This is used for the sub headers					*/h2           { font-size: medium; color: #000080; background-color: #0099CC;                background-repeat: repeat; background-attachment: scroll;                font-family: verdana, arial, geneva, sans-serif; font-weight:                bold; margin-left: 40px; background-position: 0% 50% }/*	This is for the margin for the form elements				*/div.margin {margin-left: 60px;}/*	This is for page $title_linked						*/strong.title { font-size: small; color: #000080; background-repeat: repeat;                background-attachment: scroll; font-family:                verdana, arial, geneva, sans-serif; font-weight: bold;                background-position: 0% 50% }/*	Table cells								*/td           { font-size: small; color: #000000; background-repeat: repeat;                background-attachment: scroll; font-family:                verdana, arial, geneva, sans-serif; background-position: 0% 50% }/*	This is  for Category Listings table cells				*/td.catlist   { font-size: medium; color: #000080; background-repeat: repeat;                background-attachment: scroll; font-family:                verdana, arial, geneva, sans-serif; background-position: 0% 50% }/*	Preformatted text							*/pre          { font-size: small; font-weight: bold; color: #000080; background-repeat: repeat;                background-attachment: scroll; margin-left: 60px;                background-position: 0% 50% }/*	This is for the page last updated text					*/small.update { font-size: x-small; color: #000066; background-repeat: repeat;                background-attachment: scroll; font-family:                verdana, arial, geneva, sans-serif; font-weight: bold;                background-position: 0% 50% }/*	This is for the total number of links					*/p.grandtotal { font-size: medium; font-weight: bold; color: #000080; background-repeat:                repeat; background-attachment: scroll; font-family:                verdana, arial, geneva, sans-serif; margin-left: 60px;                background-position: 0% 50% }
