﻿/* HTML tag */
html
{
	
}

/* Body tag */
body
{
	margin: 0; 
	border: 0; 
	padding: 0; 
	background: #fff; 
	font-family: Arial;
	color : #000000; 
	font-size: 12px;
}

/* Formtag */
form
{
	
}

/* Image tags */
img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: 0px;
}

/* Text header tags */
h1
{
	font-family: Arial;	
	font-weight: bold;	
}



/* Text paragraph tags */
p
{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

/* Link tags */
.joblink
{
	text-decoration: none;	
	font-family: Arial;	
	color: #336699;
}

.joblink:hover
{
	text-decoration: underline;
}

.headerlink
{
	font-weight: bold; 
    color: black;
    font-size: 12px;
    padding-bottom: 3px;
}

.printlink
{
	position:absolute;
	top:10px;
	left:360px;
}

/* Special DIV tags */

#page
{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
} 

.logo
{
	background-image:url("Images/Design/svenljunga_vapen.gif");	
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	position:relative;
	height:67px;
	width:100%;
	margin-bottom:10px;
	margin-top:20px;
}

/* List header */

.listheader
{
	text-align: left;
}

.listheader_col_title
{
    width:375px;
    float:left;
    padding-left:10px;
    padding-top:1px;
    padding-bottom:1px;
}


.listheader_col_date
{
	width:125px;
    float:right;
    padding-left:1px;
    padding-top:1px;
    padding-bottom:1px;
}

.listimg
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* List items */
.list
{
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
	width: 600px;
}

.listitem_odd
{
	display:block;	
}

.listitem_even
{
	display:block;
	background-color: #E9E6D3;
}

.listitem
{
	clear:left;
	padding:2px 0px 2px 10px;
	width: 100%;
	list-style: none;
	font-size: 11px;
	margin-left: 0;
}

.listitem_col_title
{
    width:375px;
    display:block;  
    float:left;
}

.listitem_col_date
{
	width:100px;
    float:right;
}

/* Content area with no columns */
#nocol
{
	position: relative;
	display:block;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	width:420px;
} 
