/* style sheet for SSLUG  "style/sslug.css" */
/* <LINK REL="stylesheet" HREF="http://www.sslug.dk/style/sslug.css" TYPE="text/css"> */

/* body */
BODY	{
	color:	#000000; 
	background-color: #ffffff;
}

/* headings */
H1, H2, H3, H4, H5, H6 {
	color:	#000000;
	font-family: Arial,Helvetica , sans-serif; 
}

/* normal text */

P {
    color:	#000000;
}

/* special text */

PRE, CODE, TT	{
	font-family:	monospace; /*arial, helvetica; */
	font-size:	100%;
}

/* lists */
UL, UL.noindent	{
	color:	#000000;
}
UL.noindent {
	position: relative;
	left: -12px;
}

LI {
    color:	#000000;
}


/* links , normal/default with underline */
A { /* common parameters for link */
   text-decoration: underline;
}
A:link	{ color: #0000b0; }
A:visited { color: #000060; }
A:active, A:hover {
	color:	#000080;
	background-color: #ffffcc;
}
/* class=noul for links with no underline */
A.noul  {
   text-decoration: none;
}
A.noul:link    { color: #0000d0; }
A.noul:visited { color: #000090; }

A.amenu { /* menu navigation */
   text-decoration: none;
   color: #000090;
}
A.bigmenu, .mhmenu, .mhmenu_up { /* menu navigation */
   text-decoration: none;
   color: #000090;
   font-family:      Arial,Helvetica , sans-serif; 
   font-size:           110%;
   font-weight:         bold; 

}

A.deadlink , A.deadlink:visited, A.deadlink:link , .deadlink
 { /* menu navigation for dead links */
   color: #BB9999;
    font-family: sans-serif;
   font-style: italic; 
    font-size: small;
   }

.textgrey, A.atextgrey {
	background-color:	#c0c0c0;
}


.texttbl {
   background-color:     #FFFFFF;
   color:               #000000;
   float:               right;
}

.smalltext	{
   background-color:    #ffffff;
   color:               #000000;
   font-family:     Arial,Helvetica , sans-serif; 
   font-size:           12pt;
}

.smalltext8	{
   background-color:    #ffffff;
   color:               #000000;
   font-family:     Arial,Helvetica , sans-serif; 
   font-size:           8pt;
}

.smalltextgrey {
   background-color:    #C0C0C0;
   color:               #000000;
   font-family:         Arial, Helvetica,  sans-serif; 
   font-size:	        10pt;
}

A.asmalltextgrey {
   background-color:    #C0C0C0;
   font-family:         Arial, Helvetica,  sans-serif; 
   font-size:	        10pt;
}


A.asmalltextgrey:link  {
	background-color:    #C0C0C0;
	color: #000090; }
A.asmalltextgrey:visited  {
	background-color:    #C0C0C0;
	color: #001090; }

.headertblbig { /* remove */
   font-family:         Arial, Lucidabright,  sans-serif; 
   font-size:           122%;
   font-weight:         bold; 
}

.menuheader { 
  font-family:      Arial,Helvetica , sans-serif; 
   font-size:           110%;
   font-weight:         bold; 
}

.tdmenuheader { 
  font-family:     Arial,Helvetica , sans-serif; 
   font-size:           110%;
   font-weight:         bold; 
}

/* 2002-05-19, chlor har tilføjet lidt ekstra herunder */
TH, TD, CAPTION {
	font-family:     Arial,Helvetica , sans-serif; 
}

TH {
	color: #FFFFFF;
	background-color: #707070;
}

TD.separate-line {
	color: #707070;
	background-color: #000000;
}

/* ------------------------------------------------------------------------ */
/* --  Læsevenlige linielængder:                                            */
/*
P, DD, LI, BLOCKQUOTE { 
  max-width: 30em; 
} */

/* ------------------------------------------------------------------------ */

/* css eof */
