/* **************************************************************************** */

/*	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					*/

body   { color: #000000; background: #d9dcc5 url("http://localhost/links/pages/background.gif") repeat-y }



/*	Paragraph									*/

p {

margin-top: -5px;

margin-left: 30px;

margin-right: 30px;

color: #4D4C3D;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Paragraph til tekst over add.cgi formen									*/

.add {

margin-top: 10px;

margin-bottom: 10px;

margin-left: 20px;

color: #000000;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Definition list									*/

dl {

color: #000000;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Unordered list									*/

ul.home {

color: #000000;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Unordered list - futher catalogs home.html				*/

ul.homefurther {

color: #000000;

font-family: "verdana", "arial", "geneva", sans-serif;

font-size: 12px;

margin-left: 80px;

margin-top: 5px;

margin-bottom: 10px;

}



/*	Menu									*/

small.menu {

font-size: small;

color: #000000;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Menu unvisited links							*/

a.menulink:link {

color: #6633FF;

}



/*	Menu visited links							*/

a.menulink:visited {

color: #993399;

}



/*	Menu active links (not widely supported)				*/

a.menulink:active {

color: #FF6666;

}



/*	Menu links when hovered over (MSIE only)				*/

a.menulink:hover {

color: #FF6666;

}



/*	Links unvisited links							*/

a.link:link {

color: #6633FF;

}



/*	Links visited links							*/

a.link:visited {

color: #993399;

}



/*	Links active links (not widely supported)				*/

a.link:active {

color: #FF6666;

}



/*	Links when hovered over (MSIE only)					*/

a.link:hover {

color: #FF6666;

}



/*	Unvisited links								*/

a:link {

color: #6633FF;

}





/*	Headerlinks unvisited links							*/

a.headerlink:link {

text-decoration: none;

color: #ffffff;

}



/*	Headerlinks visited links							*/

a.headerlink:visited {

text-decoration: none;

color: #ffffff;

}



/*	Headerlinks active links (not widely supported)				*/

a.headerlink:active {

text-decoration: none;

color: #518290;

}



/*	Headerlinks when hovered over (MSIE only)					*/

a.headerlink:hover {

text-decoration: none;

color: #518290;

}





/*	Homelinks unvisited links							*/

a.homelink:link {

text-decoration: none;

color: #4D4C3D;

}



/*	Homelinks visited links							*/

a.homelink:visited {

text-decoration: none;

color: #4D4C3D;

}



/*	Homelinks active links (not widely supported)				*/

a.homelink:active {

text-decoration: none;

color: #88876D;

}



/*	Homelinks when hovered over (MSIE only)					*/

a.homelink:hover {

text-decoration: none;

color: #88876D;

}



/*	Footerlinks unvisited links							*/

a.footerlink:link {

text-decoration: none;

color: #07576D;

}



/*	Footerlinks visited links							*/

a.footerlink:visited {

text-decoration: none;

color: #07576D;

}



/*	Footerlinks active links (not widely supported)				*/

a.footerlink:active {

text-decoration: none;

color: #88876D;

}



/*	Footerlinks when hovered over (MSIE only)					*/

a.footerlink:hover {

text-decoration: none;

color: #88876D;

}



/*	Visited links								*/

a:visited {

/* color: #FFFFFF; */

color: #993399;

}



/*	Active links (not widely supported)					*/

a:active {

color: #FF6666;

}



/*	Links when hovered over (MSIE only)					*/

a:hover {

color: #FF6666;

}



/*	Links unordered lists							*/

ul {

margin: 10px 0px 10px 40px;

list-style: disc;

color: #000000;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	The link description							*/

span.descript {

font-size: small;

color: #4D4C3D;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	New links								*/

sup.new {

font-size: x-small;

color: #FFFFFF;

background: #FF3300;

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							*/

small.date {

font-size: x-small;

color: #666666;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Number of links in categories						*/

small.numlinks {

font-size: x-small;

color: #666666;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This class is for "Looking for something in particular?"		*/

strong.search {

color: #000000;

font-weight: bold;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This class is for "More options"					*/

small.more {

font-size: small;

color: #000000;

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: 1px 0px 2px 0px;

font-size: medium;

font-weight: bold;

border: none;

color: #ffffff;

line-height: 16px;	

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This class is for the main header on the Links home page		*/

h1.home {

margin-left: 10px;

font-size: large;

font-weight: bold;

border: none;

color: #ffffff;

background: #000000;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	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 {

line-height: 14px;

margin: 8px 0px 12px 20px;

font-size: 12px;

font-weight: 300;

border: none;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This is used for the sub headers on searchresults an the around page	*/

h2.search {

line-height: 30px;

margin: 40px 0px 0px 10px;

font-size: 13px;

font-weight: bold;

color: #4D4C3D;

border: none;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This is used for the sub headers					*/

h3 {

line-height: 14px;

margin: 3px 0px 2px 0px;

font-size: 14px;

font-weight: bold;

border: none;

color: #FFFFFF;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This is for the margin for the form elements				*/

div.margin {

margin-left: 20px;

margin-top: 5px;

}



/*	This is for page $title_linked						*/

strong.title {

line-height: 25px;

margin-left: 20px;

font-size: small;

font-weight: bold;

color: #000000;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Table cells								*/

td {

font-size: small;

color: #000000;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This is  for Category Listings table cells				*/

td.catlist {

font-size: 12px;

color: #000000;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Preformatted text							*/

pre {

margin-left: 20px;

font-size: small;

font-weight: bold;

color: #000000;

background: #FFFFFF;

}



/*	This is for the page last updated text					*/

small.update {

font-size: x-small;

font-weight: bold;

color: #999999;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This is for the total number of links	*/

p.grandtotal {

margin-left: 20px;

font-size: medium;

font-weight: bold;

color: #000000;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This is for the hidden field on add_home.html template	*/


input.hidden {

font-size: 23px;

color: #ff0000;



}

/*	Til header-tabelcelle med border/farvebaggrund	*/

TD.boxtext	{

		font-family: Arial, Helvetica, sans-serif; 

		font-size : 14px;

		text-align: left;

		vertical-align: top;

		padding-top : 5px;

		padding-left : 5px;

		padding-right : 5px;

		padding-bottom : 5px;

		border: solid  #6A5C2D;

		border-width: 1px;

		background-color: #CEB357;
		}

/*	Til kategori tabelceller med border/farvebaggrund */

TD.smallboxtext	{

		font-family: Arial, Helvetica, sans-serif; 

		font-size : 14px;

		text-align: left;

		vertical-align: top;

		padding-top : 2px;

		padding-left : 5px;

		padding-right : 5px;

		padding-bottom : 2px;

		border:solid #6A5C2D;

		border-width: 1px;

		background-color: #CEB357;
		
		}



/*	Til header-tabelcelle font size			*/

td.catlistheader{

		font-size: 10px;
		color: #FFFFFF;
		font-family: "verdana", "arial", "geneva", sans-serif;

		}



/*	Til header-tabel			*/

TABLE.boxtable	{

		border:none  #FFFFFF;

		border-width: 0px;

		
		}



/*	Til afstand mellem headerpics og links/kategorier under	*/

img.picsborder	{

		margin: 1px 0px 5px 0px;

		}



/*	Formatering af hr	*/

hr		{

		color: #88876D;	

		width: 100%;

		height: 1px;

		background-color: #927F3E;

		border: 0px;

		}



/*	Til visning af diverse overskrifter uden anvendelse af <h#>	*/

p.special 	{

		line-height: 14px;

		margin: 3px 0px 2px 0px;

		font-size: 14px;

		font-weight: bold;

		border: none;

		color: #004A8F;

		font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Fjerner stor margin pýÿ sýÿgeformen mellem form og hr taggene	*/

.search		{

		display: inline;

		margin-bottom: -3px;
		}



/*	Footer filer formatering	*/

p.footerfile	{

		margin-top: 10px;

		font-size : 11px;

		color: #8B8985;

		}


