/*
  stylesheet.css

  www.sundblom.nu
  (C) Sundblom Group AB

  Main colors:
	Background:	xxxxxxx
	Shadow:		xxxxxxx
	Enhanced:	xxxxxxx

*/


A:link    { color: blue; text-decoration:underline}
A:active  { color: black; text-decoration:underline}
A:visited { color: blue; text-decoration:underline}
A:hover   { color: red; text-decoration:underline}


.normal { 
	color: black; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 13px; 
	font-family: Verdana, Helvetica, Arial; 
	text-decoration: none
}

.normalbold { 
	color: black; font-weight: 
	bold; font-style: normal; 
	font-size: 13px; 
	font-family: Verdana, Helvetica, Arial; 
	text-decoration: none
}

.normalsmall { 
	color: black; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10px;  
	font-family: Verdana, Helvetica, Arial; 
	text-decoration: none
}

.normalsmallW { 
	color: white; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10px;  
	font-family: Verdana, Helvetica, Arial; 
	text-decoration: none
}
.normalsmallW A:link    {color: white; text-decoration: none}
.normalsmallW A:active  {color: white; text-decoration: none}
.normalsmallW A:visited {color: white; text-decoration: none}
.normalsmallW A:hover   {color: yellow; text-decoration: none}

.groupheadline { 
	color: black; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 18px; 
	font-family: Verdana, Helvetica, Arial; 
	text-decoration: none
}

.tableheadline { 
	color: white; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 13px; 
	font-family: Verdana, Helvetica, Arial; 
	text-decoration: none
}
.tableheadline A:link    {color: white; text-decoration: none}
.tableheadline A:active  {color: white; text-decoration: none}
.tableheadline A:visited {color: white; text-decoration: none}
.tableheadline A:hover   {color: yellow; text-decoration: none}




  .menulink	 { background: #A0A0A0; color: black; font-weight: normal; font-style: normal; font-size: 13px; font-family: Arial, verdana, helvetica; text-decoration: none}
  .menulink A:link    {color: white; text-decoration: none}
  .menulink A:active  {color: white; text-decoration: none}
  .menulink A:visited {color: white; text-decoration: none}
  .menulink A:hover   {color: red; text-decoration: none}
  .header    { color: black; font-weight: normal; font-style: italic; font-size: 20px; font-family: Arial Black, Arial; text-decoration: none}
  .header A:link     {color: yellow; text-decoration: none}
  .header A:active   {color: red; text-decoration: none}
  .header A:visited  {color: yellow; text-decoration: none}
  .header A:hover    {color: red; text-decoration: none}
  .headline  { color: black; font-weight: bold; font-style: normal; font-size: 13px; font-family: Arial, vedana, helvetica; text-decoration: none; text-align: left}
  .small        { color: black; font-weight: normal; font-style: normal; font-size: 10px;  font-family: Arial; text-decoration: none}
  .sitename        { color: white; font-weight: bold; font-style: italic; font-size: 36px; font-family: Arial Black, Arial; text-decoration: none}
  .biginfo         { color: black; font-weight: normal; font-style: normal; font-size: 18px; font-family: Arial; text-decoration: none}