/* 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: #4179ac;
}

/* 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:	courier, monospace; 
	font-size: medium;
}

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

/* ix: */ /* lists */
UL {
  color:	#000000;
}

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

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


/* ix: */
UL.noindent {
	position: relative;
	left: -10px;
}

LI	{
  color:	#000000;
  font-family:     Arial,Helvetica , sans-serif; 
  font-size:           11pt;
}

/* links , normal/default with underline */
A { /* common parameters for link */
   text-decoration: underline;
  font-family:     Arial,Helvetica , sans-serif; 
  font-size:           11pt;
}
A:link	{ color: #0000d0; }
A:visited { color: #000090; }
A:active, A:hover {
	color:	#000080;
	background-color: #ffffcc;
}
/* class=noul for links with no underline */
A.noul  {
   text-decoration: none;
  font-family:     Arial, Helvetica , sans-serif; 
  font-size:           12pt;

}
A.noul:link {  color: #0000d0; }
A.noul:visited {   color: #000090; }

/* ix: */
A.amenu { /* menu navigation */
   text-decoration: none;
   color: #000090;
}

A.bigmenu { /* menu navigation */
   text-decoration: none;
   color: #000090;
   font-family:      Arial,Helvetica , sans-serif; 
   font-size:           15pt;
   font-weight:         bold; 

}

/* ix: */


.textgrey, A.atextgrey {
   background-color:     #C0C0C0;
}
A.atextgrey:link  {
	background-color:    #C0C0C0;
	color: #0000d0; }
A.atextgrey:visited {
	background-color:    #C0C0C0;
	color: #000090; }


/* ix: */
.headertblbig { /* remove */
   font-family:         Arial, Helvetica,  sans-serif; 
   font-size:           16pt;
   font-weight:         bold; 
}

/* ix: */
.menuheader { 
  font-family:      Arial,Helvetica , sans-serif; 
   font-size:           13pt;
   font-weight:         bold; 
}

/* ix: */
.tdmenuheader { 
  font-family:     Arial,Helvetica , sans-serif; 
   font-size:           13pt;
   font-weight:         bold; 
}

/* CSS special */
.warning {
   text-transform:      none;
   font-style:          normal;
   font-weight:         bolder;
   background-color:            white;
   color:               red;
}

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

/* ------------------------------------------------------------------------ */
/* --  Læsevenlige linielængder:                                            */
/* --  Som du kan bruge i dit eget stylesheet - Hallå sslug.dk er liquid!   */
/* 
P, DD, LI, BLOCKQUOTE { 
  max-width: 30em;
}
*/
/* ------------------------------------------------------------------------ */

/* css eof */
