/* Default CSS Stylesheet for a new Web Application project */

.handbok-x {
	background-image:url(images/handbok-x.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width:100%;
}

.handbok-y {
	background-image:url(images/handbok-y.gif);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#fffbcd;
}

.handbok {
	background-image:url(images/handbok.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-left:30px;
}

* {
margin:0px;
padding:0px;
font-size: 13px;
line-height:130%;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

a img {
border:none;
}

.test {

}

.test td {
padding-top:10px;
}

.test td {
font-size:13px;
}

input.text {
	color:#587ea0;
	border:1px inset #eee;
	height:22px;
	font-size: 13px;
	padding:1px;
}

input.textarea, textarea {
	color:#587ea0;
	border:1px inset #eee;
	height:22px;
	font-size: 13px;
	padding:1px;
}

P {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:13px;
line-height:130%;
margin-bottom:10px;
}

BODY
{
	font-weight: normal;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
	background-color:#FFFFFF;
	padding:20px 8px 12px 12px;
	line-height:15px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}
H1	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom:10px;
	}	
		
H2 {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom:10px;
	}	
		
H3	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.1em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top:10px;
	margin-bottom:10px;
	}	
		
H4	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top:10px;
	margin-bottom:10px;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top:10px;
	margin-bottom:10px;
	}	
		
H6	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top:10px;
	margin-bottom:10px;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
TEXTAREA 
	{
	background-color:#FFFFFF;
	padding:2px;
	}

A:link {	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{

	}
