﻿/* HTML tag */
html
{
	
}

/* Body tag */
body
{
	font-family:Verdana, sans-serif;
    font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Formtag */
form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

/* Image tags */
img
{
	margin: 5px 5px 5px 5px;
	border-style: none;
}

.bilder
{
	width:200px;
}


.printicon
{
	
	float: right;
}

/* Text header tags */
h1
{
	margin: 15px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color:#588636;
}

h2
{
	margin: 15px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #588636;
}

h3
{
	margin: 15px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

h5
{
	font-family:Verdana;
	font-size:10px;
	font-style:normal;
	font-weight: normal;
	color:#333;
	margin: 0px 0px 0px 0px;
	display: inline;
}

/* Text paragraph tags */
p
{
	 margin-bottom: 2px;
	 margin-top: 2px;
}

/* Link tags */
a
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
	color:#6908bd;
}

.joblink
{
    color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
}

.joblink:hover
{
	color: #000000;
	text-decoration: underline;
	font-size:10px;
	font-weight:bold;
}

.headerlink
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.headerlink:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.paginglink
{
    text-decoration:none;
    text-decoration:underline;
    font-weight:bold;
}

.paginglinknext
{
	float:right;
	display:inline;
	text-decoration:underline;
}

/* Special DIV tags */
#guid
{
	color:Silver;
} 

/* Paging */
.paging
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;  
    float:left;
}

.currentpage
{
    display:inline;
	width:10px;
    height:10px;
    border-bottom-style:solid;
    border-bottom-color:Orange;
    border-bottom-width:2px;
    padding: 0px 2px 0px 2px;
}

.pagingpage
{
    display:inline;
    padding:0px 0px 0px 0px;
    margin:0px 2px 0px 2px; 
}

.divprint
{
    float:right;
}

/* List header */

.listheader
{
	padding: 0px 2px 2px 0px;
	margin: 0px 0px 0px 0px;
	height:15px;
}

.listheader_col_title
{
    display:block;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:200px;
    float:left;
}

.listheader_col_date
{
    display:block;
	margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width:100px;
    float:right;   
}
	
.left
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}

.right
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	width:100%;
}

/* List items */
.list
{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:427px;
}

.listitem_default_info
{
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom:gray 1px dashed;
}

.listitem_col_title
{
    position:relative;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:224px;
    display:block;
}

.listitem_col_date
{
	position:relative;
	display:inline;
    float:right;
    padding: 0px 0px 0px 0px;
    width:85px;
    float:right;   
    font-size:11px;
}

/* Left column in content area */
#leftcol
{
	
} 

/* Right column in content area */
#rightcol
{
    border:#000000 1px solid;
    padding:90px 5px 5px 5px;
    margin:15px 15px 30px 15px;
    background-image:url(Images/Design/logga.jpg);
    background-repeat:no-repeat;
    width:400px;
}

/* Content area with no columns */
#nocol
{
	
} 


