/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
}

/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Arial, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Arial, sans-serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	color: #000;
}
input, select, textarea{
	color: #000;
}
h1, h2, h3, h4, h5, h6
{
	margin:2px 0px 6px 0px;
	font-size:12px;
	color:#003845;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

pre, form
{
	margin:0px;
	padding:0px;
}
p {
	margin: 0 0 10px 0;
	padding:0;
	line-height: 1.3em;
}

h1
{
	margin:0px 0px 15px 0px;
	padding: 0 0 5px 0;
	font-weight:normal;
	font-size:22px;
	text-transform: uppercase;
	background: url(../images/heading_line_12_col.jpg) bottom left no-repeat;
}
h2
{
	margin:15px 0px 8px 0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
}
#left h2{
	margin:5px 0px 12px 0px;
	font-weight:normal;
}
#footer h2{
	border-bottom: 2px solid #0184d8;
	color: #e9edf0;
	text-transform: uppercase;
}
#newsListShort .layout_short h2,
#newsListShort .layout_short h2 a,
#newsListAll .layout_latest h2,
#newsListAll .layout_latest h2 a
{
	margin:0px 0px 3px 0px;
	border: none;
	font-weight: bold;
	color: #000;
}
h3{
	margin:2px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
}
optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}


/**
 * Links
 */
a
{
	color:#008db5;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
.moreDarkBlue a,
.moreBlue a,
.moreLightBlue a,
.moreGreen a
{
	text-transform: uppercase;
	color: black;
}
.moreDarkBlue a{
	background:url(../images/bullet_darkblue.jpg) 0px 2px no-repeat;
	padding-left: 20px;
}
.moreBlue a{
	background:url(../images/bullet_blue.jpg) 0px 2px no-repeat;
	padding-left: 20px;
}
.moreLightBlue a{
	background:url(../images/bullet_lightblue.jpg) 0px 2px no-repeat;
	padding-left: 20px;
}
.moreGreen a{
	background:url(../images/bullet_green.jpg) 0px 2px no-repeat;
	padding-left: 20px;
}
/**
 * Basic layout
 */
#wrapper{
	margin: 0 auto;
}
/* header */
#header{
	background: url(../images/header_bg.jpg) left top no-repeat;
}

#header .inside{
}
#headerLeft{
	float: left;
	width: 260px;
	height: 111px; 
}
#headerRight{
	float: left;
	width: 680px;
	height: 111px;
}
/* main */
#container{
	margin-top: 20px;
	margin-bottom: 20px;
}

/* footer */
#footer{
	height: 50px;
	border-top: 1px solid #ccc;
	background: url(../images/footer_bg.jpg) top left no-repeat;
}
#footer .inside{
}


/**
* Basic elements
*/

/* Logo */
img#logo {
	margin-top: 35px;
	margin-left: 10px;
}

/* Sökformulär sidhuvud*/
#headerSearch{
	float: right;
	width: 250px;
	height: 18px;
	margin:5px 5px 24px 0;
}
#headerSearch form input.text{
	float: left;
	width: 190px;
	height: 18px;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	border: 0;
	
}
#headerSearch .submit_container{
	float: left;
	width: 54px;
}
#headerSearch form input.submit{
}
#headerContact{
	float: right;
	clear: right;
	margin-right: 10px;
	text-align: right;
}
#headerContact p{
	font-size: 10px;
	color: #003845;
}

/* Nyheteslista */
#newsListShort{
	float: left;
	clear: left;
	padding: 20px;
	background: url(../images/4_col_bg.jpg) left top no-repeat;
	border-bottom: 2px solid #00a381;
}
#newsListShort h2{
	color: #00a381;
	padding-bottom: 3px;
	background: url(../images/heading_line_4_col.jpg) bottom left no-repeat;
}
#newsListShort .layout_short h2{
	background: none;
	padding: none;
}
#newsListShort .layout_short {
	padding-bottom: 8px;
	margin-bottom: 10px;
	background: url(../images/heading_line_4_col.jpg) bottom left no-repeat;
}
#newsListShort .layout_short p.info{

}
#newsListShort .layout_short p.teaser a{
	color: black;

}
#newsListShort .layout_short a.more{

}
#newsListShort .even{

}
#newListStart .odd{

}
