@charset "utf-8";
/* CSS Document */

* {	
	font-family: Arial, Helvetica, sans-serif;
}

.cufon-loading { 
                visibility: hidden;
}

p {
	font-size: 14px;
}

html {
	margin: 0;
	padding: 0;
	background: url(../img/bg.png) repeat;
}

body {
	width: 1000px;
	margin: 20px auto 0 auto;
}

header {
	background: url(../img/header.png);
	width: 1000px;
	height: 337px;
}

nav {
	float: left;
	color: #fff;
	height: 50px;
}

nav ul {
	list-style: none;
	padding: 0px;
	display: block;
	clear: right;
	height: 53px;
	margin: 0 0 0 10px;
}

nav ul li {
	display: block;
	padding: 0px 10px 0px 10px;
	height: 53px;
	line-height: 53px;
	float: left;
}

nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

nav ul li:hover {
	background: url(../img/hover.png) repeat-x;
}

#left-header {
	background: url(../img/logo.png);
	width: 315px;
	height: 245px;
	float: left;
	margin: 38px 0 0 0;
}

#right-header {
	width: 685px;
	height: 245px;
	float: left;
	margin: 38px 0 0 0
}

#container {
	width: 1000px;
	margin: 0;
	padding: 0;
	float: left;
	min-height: 290px;
	background-color: #fff;	
	background-image: url(../img/sidebar.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#content {
	width: 695px;
	margin: 0;
	padding: 20px 0 30px 30px;
	float: left;
	background-color: #fff;
	min-height: 290px;
}


#content h1 {
	color: #f88800;
}

#sidebar {
	width: 245px;
	background: url(../img/sidebar.png);
	margin: 0;
	padding: 20px 0 0 30px;
	float: left;
	/* opacity:0.8;
	filter:alpha(opacity=80); */ /* For IE8 and earlier */
	min-height: 290px;
}

#sidebar h2 {
	color: #f88800;
}

footer {
	width: 1000px;
	background: url(../img/footer.png);
	float: left;
	color: #fff;
}

footer p {
	margin: 5px 0 0 0;
	color: #fff;
}

.center-footer {
	margin: 0 auto;
	width: 580px;
}

.blue-text {
	color: #0d77b5;
	margin: 0;
	font-weight: bold;
}

.black-text {
	color: #000;
	margin: 0;
	font-weight: bold;
}

.white-text {
	color: #fff;
	margin: 0;
	font-weight: bold;
}

.sajtbolaget-link {
	text-align: center;
	padding: 10px 0 20px 0;
	font-size: 10px;
}

.sajtbolaget-link a {
	
}

.sajtbolaget-link a:hover {
	text-decoration: underline;
}

