@CHARSET "UTF-8";

body, html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000;
   	background-color:#EEEEEE;
	text-align:center;
	margin:0; 
	padding:0;
	height:100%;
}
* {margin:0; padding:0;}

img	{
	border:none;
}
	
h1, p{
	margin:0;
	padding:0;
	margin-bottom:3px;
}

h1{
	margin-top:30px;
	font-size:20px;
	font-weight:bold;
	color:#999999;
	line-height: normal;
}

h2{
	margin-top:12px;
	margin-bottom:2px;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

h3 {
	margin-top:10px;
	margin-bottom:2px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	
}

h4 { /* tidigare 11px color:#999; */
	margin-top:10px;
	margin-bottom:2px;
	font-size:12px;
	font-weight:bold;
	color:#003366;
}

h5 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin:2px 0px;
}

h6 { 
	margin-top:10px;
	margin-bottom:2px;
	font-size:12px;
	font-weight:bold;
	color:#999999;
}

a, a:visited{
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#000;
	/* color:#282828; */
}

a:hover {
	text-decoration:underline;
}

a.selected{
	color:#282828;
	font-weight:bold;
	text-decoration:none;
}


p{
	line-height:16px;
	font-size:11px;
}

p.publishdate {
	font-weight:bold;
	font-size:11px;
	color:#666666;
}

h1.publishdate {
	margin-top:15px;
}

p.intro {
	font-weight:bold;
}

input{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;	
	vertical-align:middle;
	margin:0;
	padding:0;
		
}

select{
	height:17px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
}


.noborder{
	border:none;
}

div.center {
	text-align:center;
}

.horizline {
	width:100%;
	border-bottom:1px solid #e3e3e3;
	font-size:1px;
	padding-top:10px;
}

.button {
	background: #777 url(/furniture/images/button.gif) repeat-x;
	margin:0px;
	padding:0px;
	border:1px solid #aaa;
	border-bottom:none;
	outline: none;
	height:26px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.button2 {
	background: #777777 url(/furniture/images/button.gif) repeat-x center;
	margin:0px;
	padding:10px;
	padding-top:4px;
	padding-bottom:5px;
	margin-top:3px;
	border:1px solid #aaa;
	border-bottom:none;
	outline: none;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.button2hover {
	background:url(/furniture/images/topmenuhoverright.gif) repeat-x center;
	margin:0px;
	padding:10px;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:3px;
	border:1px solid #aaa;
	border-bottom:none;
	outline: none;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.button2 a, .button2hover a {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}

.button2hover a:hover {
	text-decoration:none; /* IE6 */
}


	/* Fixes */
div.clearfloats {clear:both;}

.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}    


.floatbreak{
   height:0px;
   overflow:hidden;
   clear:both;
}
