/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

img {
	border:0px solid #FFFFFF;
}

body {
	background: #FFF;
	color: #000000;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: bold 20px Arial, Helvetica, sans-serif; text-decoration:none;}
h2 {font: bold 16px Arial, Helvetica, sans-serif; text-decoration:none;}
h3 {font: bold 1.4em sans-serif; text-decoration:none;}
h4 {font: bold 15px Arial, Helvetica, sans-serif; text-decoration:none;}
h5 {font: normal 10px Arial, Helvetica, sans-serif; text-decoration:none;}
h6 {font: bold 30px Arial, Helvetica, sans-serif; text-decoration:none;}
form,input {margin: 0; padding: 0; display: inline;}

.artikel {
padding: 0 0 0 10px;
}

.design {
	float:left;
	width:890px;
	min-height:15px;
	margin: 2px 0 0 0;
text-align:center;
color: #c5c3c3;
font-size:11px;
}

.design a {
text-decoration:none;
color: #c5c3c3;
}

.design a:hover{
text-decoration:none;
color: #c5c3c3;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1 {padding-top: 0px; color: #000; margin-bottom: 0px;}
h2 {padding-top: 0px; color: #336484; margin-bottom: 0px;}
h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}
h4 {color: #FFF;}
h5 {color: #1a80ca;}
h6 {color: #3568c1;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

.outer-container {
	padding-bottom: 0px;
}
.top {
position:relative;
	background: url('img/top_bg.jpg') no-repeat;
	height: 120px;
}
.logo {
	float:left;
	background: url('img/logo.gif') no-repeat;
	width: 150px;
	height: 60px;
	margin: 15px 0 0 30px;
}
.topmenu {
	float:right;
	font-size: 11px;
	margin: 15px 20px 0 0;
}
.topmenu a {color:#000; text-decoration:none;}
.pagename {
	font: normal 10px Arial, Helvetica, sans-serif;
	width: 900px;
	border-bottom: 1px dotted #9c9793;
}

/* headere & title */
.header {
	background: url('img/header2.jpg') no-repeat;
	height: 210px;
	border-bottom: 1px dotted #000;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: bolder normal 3em "Comic Sans MS";
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}
.headertext {
	float:left;
	height: 185px;
	width: 428px;
	padding: 25px 0 0 22px;
}
.headertext p {padding:0; line-height: 20px;}
.headertext li {list-style: url('img/bullet.gif'); margin: 0 0 0 25px;}

/* path */
.path {
position:absolute;
	/*background: #FFF;*/
	color: #FFF;
	font: bold 1.0em Arial, Helvetica, sans-serif;
	padding: 8px 0;
	border-bottom: 4px solid #000;
	/*display:inline;*/
top:85px;
}
.path a {
	background: #dadada;
	color: #000;
	text-decoration: none;
	padding: 8px 30px;
}
.path a:hover {
	background: #53b4f9;
	color: #FFF;
}
.path .current {
	background: #000;
	color: #FFF;
}

/* main */
.main {
	background: #FFF;
	padding: 0px 0 0 0;
}
.submenu {
	float:left;
	width: 640px;
	height: 14px;
	padding: 8px 0 0 0;
}
.submenu li {display:inline;}
.submenu li a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	padding: 0 10px;
}
.submenu li a:hover {
	background: #eeeeee;
	padding: 7px 9px 8px 9px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}
.submenu .current {
	background: #eeeeee;
	padding: 7px 9px 8px 9px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}

/* content */
.content {
	float: left;
	background: #fff;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;	
	width: 640px;
	min-height: 272px;
	padding: 0;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content p {font-family: Arial, Helvetica, sans-serif;}

.right_column {

	float:right;
	width: 220px;
	height: 300px;
	margin: 23px 0 0 0;
}
.newsletter {
	background: #dce6ef;
	width: 210px;
	height: 100px;
	border: 1px solid #a2a9b3;
	margin: 5px 0 0 0;
	padding: 10px 0 0 10px;
}
/*news*/
.nyhetslista_rubrik3 {
	background: url('img/news_bg.gif');
	height: 42px;
	width: 215px;
	margin: 0 0 10px 0;
	padding: 23px 0 0 5px;
}

.nyhetslista_rubrik3 a{
	color: #FFF;
}

.nyhetslista_rubrik3:hover {
	background: url('img/news_bg_hov.gif');
	height: 42px;
	width: 215px;
	margin: 0 0 10px 0;
	padding: 23px 0 0 5px;
}
.nyhetslista_rubrik {font: bold 18px Arial, Helvetica, sans-serif; color: #000;}
.nyhetslista_datum {font: normal 11px Arial, Helvetica, sans-serif; color: #000;}
.nyhetslista_ingress {font: normal 12px Arial, Helvetica, sans-serif;}
.nyhetslista_ingress img {margin-right: 5px;}
.nyhetslista_link {
	background: url('img/link.gif') no-repeat;	
	float:left;
	width: 102px;
	height: 23px;
	padding: 7px 0 0 0;
}
.nyhetslista_link a {
	color: #FFF;
	text-decoration:none;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 7px 0 0 10px;
}
.nyhetslista_link a:hover {
	background: url('img/link_hov.gif') no-repeat;
	padding: 7px 45px 8px 10px;	
}

.bottom {
	float: left;
	width: 900px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin: 10px 0 20px 0;
	padding: 10px 0;
}
/* footer */
.footer {
	background: #2a2a2a;
	color: #F7F7F2;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 16px 0 0 0;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {text-decoration: underline;}

.okbutton {
	background: url('img/vab_ok.gif') no-repeat;
	width: 37px;
	height: 30px;
	border: none;
	font-size: 0px;
}
.one {
	background: #dce6ef url('img/letterbox.gif') no-repeat;
	height: 19px;
	width: 150px;
	border:none;
	padding: 3px 0 0 5px;
	margin: 0 0 0 0;
	
}
