html {
	font-family: verdana;
	font-size: 10px;
}
body {
	background: rgb(185, 180, 159) url("bilder/testback.jpg");
	background-repeat: repeat-x;
	margin: 20px 0px 10px 0px;
	text-align: center;
	padding: 0px;
	color: black;
}
/*------------------------------------------------------------------------divs---------------------------------------------*/
#main{
	width: 640px;
	min-height: 400px;
	float: left;
	margin: 0px;
	padding: 0px;
	
	margin-top: 10px;
}
#container {
	text-align: left;
	width: 850px;
	min-height: 500px;
	background-color: white;
	margin: 0px auto;
	padding: 10px 20px;
	padding-top: 15px;
}
#menu {
	width: inherit-16px;
	height: 25px;
	background: url(bilder/meny_background.gif) #000000;
}
#menu img {
	border-right: 1px solid #b6b6b6;
}
#content {
	width: 480px;
	float: left;
}
	
#submenu {
	width: 150px;
	float: left;
	padding: 0px;
	padding-top: 3px;
	margin: 0px;
	margin-right: 10px;
	white-space: normal;
}
a.sub:link, a.sub:visited { 
	display: block;
	height: 17px;
	padding-top: 5px;
	padding-left: 10px;
	border-bottom: 1px dotted #DDDDDD;
}
a.sub:hover { 
	background: #F5F5F5;
}
#sidebar {
	float: right;
	width: 200px;
	min-height: 400px;
	margin-top: 10px;
}
#sidebar2 {
	float: right;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
	width: 490px;
	min-height: 400px;
}
#footer {
	clear: both;
	width: 850px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
#logo { 
	margin: 0px 0px 10px 0px;
}
div.sidebar_rubrik {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px;
	background: #939393;
}
div.sidebar_ruta {
	width: 180px;
	padding: 10px;
	background: #ebe9dc;
	margin-bottom: 10px;
}
.text {
	padding: 10px;
	border: 1px solid #DDDDDD;
	background: #ebe9dc;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.inlagg {
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	width: 480px;
}
.inlagg img {
	display: block;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 470px;
}
.citat {
	border: 2px solid #DDDDDD;
	background: url(bilder/citat.gif)no-repeat #F5F5F5;
	padding: 10px;
	padding-left: 30px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
}
.bifogat {
	text-align: left;
	margin: 0px auto;
	margin-top: 10px;
	width: 490px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
}
.bifogat a, .bifogat a:hover, .bifogat a:visited, .bifogat a:active {
        color: #369;
	text-decoration: underline;
	font-weight: normal;
}
.bild {
	border: 2px solid #DDDDDD;
	background: #F5F5F5;
	padding: 3px;
	float: left;
	width: 100px;
	height: 100px;
	margin: 2px;
}
.partners {
	padding: 10px;
	background: #ebe9dc;
	width: 618px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
.partners_img {
	min-width: 150px;
	height: 75px;
	background: #FFFFFF;
	text-align: center;
	float: left;
	margin-right: 20px;
	vertical-align: middle;
}
.partners_img img {
	vertical-align: 50%;
	max-width: 150px;
}
.partners_text {
	float: left;
	width: 448px;
}
/*------------------------------------------------------------------------text---------------------------------------------*/
#footer b {
	margin-left: 10px;
}
p.senaste {
	line-height: 15px;
	margin: 0px 20px 0px 10px;
	width: 300px;
}
a { 
	font-weight: bold;
	text-decoration: none; 
	color: black;
}
h1 {
	margin-top: 5px;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
}
h2 {
	text-transform: uppercase;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #282826;
	line-height: 12px;
	border-bottom: 1px solid #666666;
	display: block;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: 900;
}
h4 {
	font-size: 11px;
	margin-bottom: 4px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
span.datum {
	color: #666666;
	display: block;
}
/*------------------------------------------------------------------------övrigt---------------------------------------------*/
img { 
	border: none; 
}
object, embed {
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 260px;
}
.intro { 
	height: 260px; 
	width: 640px; 
	overflow: hidden; 
}
.partnertable {
	border-collapse: separated;
	border: 0px solid black;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	border-spacing: 0px;
}
.partnertable tr { 
	background-color: #ebe9dc;
}
.partnertable td {
	border: 10px solid #ebe9dc;
}
.partnertable p { 
	margin: 0px; padding: 10px; 
	background-color: none; 
}
.partnertable #tdlogo {
	width: 160px;
	text-align: center;
	background: white;
}