/*                    form.css 2007-05-21                     */

/*    --------------  some new test stuff  -----------------  */

.information
	{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:none;
	z-index:1
	}

.info
	{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:none;
	z-index:1
	}


A:link
	{ 
	font-family: Verdana, Arial;
	color: #555555;
	text-decoration:none;
	} 

A:visited
	{
	font-family: Verdana, Arial;
	color: #555555;
	text-decoration:none;
	} 

A:hover
	{
	font-family: Verdana, Arial;
	color: #555555;
	text-decoration:underline; color: grey;
	} 

A:active
	{
	font-family: Verdana, Arial;
	color: #555555;
	text-decoration:none;
	} 

/*    --------------  some table row classes   -----------------  */


tr.rubrik	
	{
	background:  #eeeeff;
	}

tr.c1	
	{
	background:  #F3F3F3;
	font-family: Verdana;
	color: #6699CC;
	font-size: 14px;
	}

tr.c2	
	{
	background:  #FAF6EE;
	font-family: Verdana;
	color: #6699CC;
	font-size: 14px;
	}

/*    --------------  some table data classes   -----------------  */




td.c1	
	{
	background:  #F3F3F3;
	font-family: Verdana;
	color: #6699CC;
	font-size: 9px;
	text-align: right;
	}

td.c2	
	{
	background:  #FAF6EE;
	font-family: Verdana;
	color: #6699CC;
	font-size: 9px;
	text-align: right;
	}

td.rubrik
	{
	background: #eeeeff;
	font-size: 9px;
	}

.steg
	{
	font-family: Verdana, Arial;
	color: #999999;
	font-size: 12pt;
	text-align: center;
	}


.blue
	{
	color: #6699CC;
	}

.black
	{
	color: #000000;
	}

.tomato
	{
	color: #fa8072;
	}

.ljusgreen
	{
	color: #77dd77;
	}

input
	{
	border: 1px solid #CCCCCC ;
	padding: 1px 4px ;
	font-size: 11px ;
	font-family: Arial ;
	color: #666666 ;
       }

input:hover
	{
	border: 1px solid #6699CC ;
	color: #222222 ;
	}

input:focus
	{
	border: 1px solid #6699CC ;
	color: #222222 ;
	}

select
	{
	border: 1px solid #CCCCCC ;
	font-size: 11px ;
	font-family: Arial ;
	color: #333333 ;
       }

select:hover
	{
	border: 1px solid #6699CC ;
	color: #333333 ;
	}

textarea
	{
	border: 1px solid #CCCCCC ;
	padding: 2px 4px ;
	font-size: 11px ;
	font-family: Arial ;
	color: #333333 ;
	}

textarea:hover
	{
	border: 1px solid #6699CC ;
	color: #333333 ;
	}

/*    --------------  from prislista.css   -----------------  */

table.prislista
	{
	width:80%;
	background:#ffffff;
	}

td.linje
	{
	background:url('/images/symbols/greypxl.gif');
	height:7px;
	width:100%;
	vertical-align:middle;
	}

td.sek
	{
	text-align:right;
	width:55px;
	padding-right:5px;
	padding-left:5px;
	}

td.eur
	{
	text-align:right;
	width:45px;
	padding-right:5px;
	padding-left:5px;
	}

td.enhet
	{
	text-align:center;
	width:75px;
	}

a.reduktion
	{
	color: #6699CC;
	}

.headline2
	{
	color: #fa8072;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Century Gothic','Lucida Sans Unicode','Lucida Grande','Arial';
	text-align: center;
	}

.status
	{
	font-size: 11px;
	}

.tagline	
	{
	color: #6699CC;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Century Gothic','Lucida Sans Unicode','Lucida Grande','Arial';
	text-align: center;
	}
