/* **************************************************************************** */
/*	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 URI for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/
/* background: #FFFFFF url("http://www.fxw.de/links/background.gif") repeat-y;  */


body         { background-color: rgb(32, 32, 32); color: rgb(255, 255, 153) }

textarea {
background: rgb(200, 200, 200);
}

select {
background: rgb(200, 200, 200);
}

input {
background: rgb(200, 200, 200);
}

/*	Paragraph									*/
p {
margin-left: 60px;
background: rgb(32, 32, 32); 
color: rgb(255, 255, 153);
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Definition list									*/
dl {
background: rgb(32, 32, 32); 
color: rgb(255, 255, 153);
font-family: "verdana", "arial", "geneva", sans-serif;
}

dd {
margin-left: 0px;
}

/*	Menu									*/
small.menu {
font-size: small;
background: rgb(32, 32, 32); 
color: rgb(255, 255, 153);
font-family: "verdana", "arial", "geneva", sans-serif;
}

/* frw link decoration = none 5.4.2001*/
A {text-decoration: none}

/*	Menu unvisited links							*/
a.menulink:link {
color: rgb(255, 204, 0);
background: rgb(32, 32, 32); 


}

/*	Menu visited links							*/
a.menulink:visited {
color: rgb(204, 204, 0);
background: rgb(32, 32, 32)
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: rgb(255, 102, 0);
background: rgb(32, 32, 32);
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
/* color: #993399; */
background: #333399;

}

/*	Links unvisited links							*/
a.link:link {
color: rgb(255, 204, 0);
background: rgb(32, 32, 32); 
}

/*	Links visited links							*/
a.link:visited {
color: rgb(204, 204, 0);
background: rgb(32, 32, 32)
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: rgb(255, 102, 0);
background: rgb(32, 32, 32);
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
/* color: #FF6666; */
background: #333399;
text-decoration: underline;
}

/*	Unvisited links								*/
a:link {
color: rgb(255, 204, 0);
background: rgb(32, 32, 32); 
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: rgb(204, 204, 0);
background: rgb(32, 32, 32)
}

/*	Active links (not widely supported)					*/
a:active {
color: rgb(255, 102, 0);
background: rgb(32, 32, 32);
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
/* color: #FF6666; */
background: #333399;
text-decoration: underline;
}

/*	Links unordered lists							*/
ul {
margin-left: 60px;
margin-top: 0px;
list-style: disc;
background: rgb(32, 32, 32); 
color: rgb(255, 255, 153);
font-family: "verdana", "arial", "geneva", sans-serif;
}

/* Absätze in Listen       frw 16.12.00 */
ul p {
margin-left: 0px;
}

/* Absatzabstand in Listen    frw 16.12.00 */
li {
margin-bottom: 0.3em;
}

/*	The link description							*/
span.descript {
font-size: small;
color: rgb(255, 255, 153);
background: rgb(32, 32, 32); 
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	New links								*/
sup.new {
font-size: x-small;
/* color: #FFFFFF; */
/* background: #FF3300; */
color: #202020;
background: #FFFF00;
/* font-weight: bold; */
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Popular links								*/
sup.pop {
font-size: x-small;
color: #FFFFFF;
background: #00CCFF;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Links date and hits (eigentlich obsolet wird noch von "RAte it" benutzt. frw 16.12.00  */
small.date {
font-size: xx-small;
color: #666666;
background: rgb(32, 32, 32); 
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Links info			frw 16.12.00				*/
p.linkinfo {
margin-top: 0em;
margin-left: 0px;
margin-bottom: 0em;
font-size: xx-small;
color: #666666;
background: rgb(32, 32, 32); 
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Number of links in categories						*/
small.numlinks {
font-size: x-small;
color: #666666;
background: rgb(32, 32, 32); 
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for "Looking for something in particular?"		*/
strong.search {
background: rgb(32, 32, 32); 
color: rgb(255, 255, 153);
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*     Search this site */
form.search {
margin-left: 60px;
background: rgb(32, 32, 32); 
color: rgb(255, 255, 153);
text-align: center;
font-family: "verdana", "arial", "geneva", sans-serif;
}

fieldset {
        padding: 5px;
        border-width: 1px;
        border-style: solid;
	border-color: #666666;
        width: 80%;
}

/*	This class is for "More options"					*/
small.more {
font-size: small;
background: rgb(32, 32, 32); 
color: rgb(255, 255, 153);
font-weight: normal;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
   margin-left: 40px;
   border: none;
   color: rgb(255, 204, 102);
   font-weight: bold;
   font-style: normal; 
   font-size: large; 
   font-family: Garamond, 'Times New Roman', Times;
/*   line-height : 1em;   obsolet 21.4.01 frw */
   background-color : #222266; 
   background-image : url("http://fxw.de/rtner/images/banner.jpg"); 
   text-align : left; 
   width : 100%;
}

/*	This class is for the main header on the Links home page		*/

h1.home {
   margin-left: 40px;
   border: none;
   color: rgb(255, 204, 102);
   font-weight: normal;
   font-style: normal; 
   font-size: 24pt; 
   font-family: Garamond, 'Times New Roman', Times;
   line-height : 2em; 
   background-color : #222266; 
   background-image : url("http://fxw.de/rtner/images/banner.jpg"); 
   text-align : center; 
   width : 100%;
}

/*	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 {

   margin-left: 40px;
   border: none;
   color: rgb(255, 204, 102);
   font-weight: bold;
   font-style: normal; 
   font-size: medium; 
   font-family: "verdana", "arial", "geneva", sans-serif;
/*   line-height : 1em;  obsolet 21.4.01 frw */
   background-color : #222266; 
   background-image : url("http://fxw.de/rtner/images/banner.jpg"); 
   text-align : left; 
   width : 100%;

}

/*	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;
font-weight: bold;
color: rgb(255, 255, 153);
background: rgb(32, 32, 32); 
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Tables  								*/
table.home {
border: 0px;
padding: 0px;
width: 80%;
}

/*	Table cells								*/
td {
font-size: small;
color: rgb(255, 255, 153);
background: rgb(32, 32, 32); 
font-family: "verdana", "arial", "geneva", sans-serif;
}

table.home td {
width: 50%;
}

/*	This is  for Category Listings table cells				*/
td.catlist {
font-size: medium;
color: rgb(255, 255, 153);
background: rgb(32, 32, 32); 
font-family: "verdana", "arial", "geneva", sans-serif;
width: 50%;
}

/*	Preformatted text							*/
pre {
margin-left: 60px;
font-size: small;
font-weight: bold;
color: rgb(255, 255, 153);
background: rgb(32, 32, 32); 
}

/*	This is for the page last updated text					*/
small.update {
font-size: x-small;
font-weight: bold;
color: rgb(255, 255, 153);
background: rgb(32, 32, 32); 
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for the total number of links					*/
p.grandtotal {
margin-left: 60px;
font-size: x-small;
/* font-weight: bold; */
color: rgb(255, 255, 153);
background: rgb(32, 32, 32); 
font-family: "verdana", "arial", "geneva", sans-serif;
}

/* Disclaimerlink */
p.disclaimerlink {
margin-top: 0em;
margin-left: 60px;
margin-bottom: 0em;
font-size: xx-small;
color: #666666;
background: rgb(32, 32, 32); 
font-family: "verdana", "arial", "geneva", sans-serif;
}

/* Disclaimer */
p.disclaimer {
margin-left: 60px;
margin-bottom: 0em;
font-size: small;
color: #666666;
background: rgb(32, 32, 32); 
font-family: "verdana", "arial", "geneva", sans-serif;
}

/* variables */
P.linkinfo VAR {
font-weight: bold;
font-style: normal;
}

DIV.warning {
	padding: 1em;
	border-width: medium;
	border-style: solid;
	border-color: red;
	width: 100%;
        font-family: "verdana", "arial", "geneva", sans-serif;
        font-size: xx-small;

}