﻿/* HTML tag */
body, html, td
{
	font-family: Arial;
	background-image:url(Images/Design/background.png);
	background-repeat:repeat-x;
	margin:0px;
}

p
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.imgLogo
{
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 15px;	
}

.printicon
{
	
}

/* Text header tags */
h1
{
	font-size: 1.5em; 
	color: #333333;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}

h2
{
	font-size: 1.0em; 
	color: #333333;
	padding:15px 0px 15px 0px;
	margin:0px 0px 0px 0px;
}

h3
{
	font-size: 1.2em; 
	color: #333333;
}

h4
{
	font-size: 1.0em; 
	color: #333333;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:10px 0px 2px 0px;
}

h5
{
	font-size: 1.0em; 
	color: #333333;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/* Link tags */
a			{color: black; text-decoration: underline; cursor:pointer;}
a:hover		{color: black; text-decoration: underline; cursor:pointer;}
a:active	{color: black; text-decoration: underline; cursor:pointer;}

/* Form select dropdown list */

select
{
	font-family: Arial;
	font-style:normal;
	font-weight:normal;
	width:300px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/* Form input button */

input
{
	font-family: Arial;
	font-style:normal;
	font-weight:normal;
	padding:2px 5px 2px 5px;
	margin:0px 0px 0px 0px;
}

#searchbutton
{
	width:50px;
}

#searchform
{
	padding:10px 10px 10px 10px;
}

#searchinput
{
	background-image:url(Images/Design/SearchBackground.png);
	background-repeat:no-repeat;
	padding:2px 0px 1px 20px;
	width:150px;
	border:#d1d2d4 1px solid;
}

/* Special DIV tags */

#page
{
	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
} 

#left
{
    border-style:none;
	padding-left:5px;
    background-image:url(Images/Design/left.png);
    background-repeat:no-repeat;
}

#right
{
    border-style:none;
    background-image:url(Images/Design/right.png);
    background-repeat:repeat-x;
}


#guid
{
	padding:5px 0px 25px 0px;
	margin:0px 0px 0px 0px;
	color:Silver;
} 

.divprint
{
	
}

.filtertable td
{
	background-color:#ffffff;	
	background-image:none;
	padding: 0px 10px 10px 0px;
}

/* List header */

/* List items */
.list
{
	padding:0px 0px 0px 0px;
	margin:25px 0px 0px 0px;
	
}

.listitem_default_info
{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}

/* Header area */
#header
{
	position: relative;
	display:block;
    border-style:none;
	width: 980px;
	height: 79px;
    background-image:url(Images/Design/Sidhuvud/background_sidhuvud.png);
    background-repeat:repeat-x;
    padding:10px 0px 0px 10px;
} 


#tabs
{
	position: relative;
	display:block;
    border-style:none;
	width: 990px;
	height: 40px;
    background-image:url(Images/Design/Sidhuvud/background_flikar.png);
    background-repeat:repeat-x;
} 


/* Content area */
#content
{
	position:relative;
	display:inline;
	float:left;
    border-style:none;
	width: 990px;
    padding:0px;
    background-color:#ffffff;
    font-size:0.75em;
} 

/* Left column in content area */
#leftcol
{
	position: relative;
	display:inline;
	float:left;
    border-style:none;
	width: 140px;
	clear:left;
    padding:5px 5px 5px 5px;
} 

/* Right column in content area */
#rightcol
{
	border-color: #FF9900;
	display:block;
	margin-left:145px;
	margin-right:145px;
	padding:15px 15px 15px 15px;
} 

/* Footer area */
#footer
{
	position:relative;
	display:block;
	clear:left;
	width: 990px;
	height: 185px;
	color:White;
	text-align:center;
} 

#footer_image
{
	position:relative;
	display:block;
	height: 87px;
	width: 990px;
	background-color:#ffffff;
	background-position:left;	
	background-image:url(Images/Design/Sidfot/footerimage.png);
	background-repeat:no-repeat;
}

#footer_line
{
	position:relative;
	display:block;
	height: 8px;
	width: 990px;
	background-image:url(Images/Design/Sidfot/footerline.png);
	background-repeat:repeat-x;
}

#footer_contact
{
	height: 76px;
	width: 975px;
	background-image:url(Images/Design/Sidfot/background_sidfot.png);
	background-repeat:repeat-x;
	background-color:White;
	padding:15px 0px 0px 15px;
}

#footer_contact_left
{
	position: relative;
	display:inline;
	font-size:0.7em;
	color:#595959;
	font-family:Arial;
	float:left;
	width: 250px;
	clear:left;
	text-align:left;
}

#footer_contact_right
{
	position: relative;
	display:block;
	font-size:0.7em;
	color:#595959;
	font-family:Arial;
	text-align:left;
	margin-left:250px;
}

#footer a			{color: #222; text-decoration: underline;}
#footer a:hover		{color: #595959; text-decoration: underline;}
#footer a:active	{color: #222; text-decoration: underline;}
#footer a:visited	{color: #222; text-decoration: underline;}