/*  
Template name: Grunge Superstar
Template URI: http://templates.arcsin.se/grunge-superstar-website-template/
Release date: 2008-06-15
Description: A dirty, monochrome single-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* --------------------------------
   General
----------------------------------- */

html {
	height: 100%;
}

body {
	background: #444 url('../img/body.jpg');
	color: #444;
	font-family: Verdana,Arial,sans-serif;
	font-weight: normal;
	font-size: 12px;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding-top: 40px;
}

a {
	color: #EEC;
	text-decoration: none;
}
a:hover {
	color: #FFA;
	text-decoration: underline;
}

p {
	margin: 0px 0px 14px 0px;
	padding: 0;
	line-height: 16px;
}
p.nyhetstext {
	margin: 0px 0px 20px 0px;
	padding: 0;
	line-height: 16px;
}

h1 {font-size: 22px;
}
h2 {font-size: 18px;
}
h3 {font-size: 14px;
}
h4 {font-size: 12px;
}

h1, h2, h3, h4 {
	margin: 0px 0px 6px 0px;
	font-weight: bold;
}

form {margin: 0; padding: 0;}

.nyhetsdatum {
	font-size: 10px;
	line-height: 24px;
	color: #888;
	}
.tabell {
	font-size: 12px;
	color: #000;
	}
.small2 {
	font-size: 10px;
	color: #bbb;
	}
.big {
	font-size: 16px;
	font-weight: bold;
	}
.black {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}

/* --------------------------------
   Main layout
----------------------------------- */

#paper_left {
	background: url('../img/paper_left.gif') no-repeat left top;
	margin: 0 auto;
	padding-bottom: 34px;
	width: 922px;
}
#paper_right {
	background: url('../img/paper_right.gif') no-repeat right bottom;
}

#layout_wrapper {
	background: #50504A url('../img/grain_dark.gif');
	margin: 0 auto;
	width: 880px;
}

#layout_container {
	padding: 8px;
}

#layout_content {
	border: 1px solid #333;
}

#header_image {
	height: 165px;
	background: #222 url('../Grafik/top.jpg') no-repeat;
	border-bottom: 1px solid #222;
	border-top: 1px solid #111;
}

#menu {
	background: #222;
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
}

#container {
	background: #444;
	color: #CCC;
}

#main {
	margin: 15px;
}

#sponsorer {
	background: #666;
	position: relative;
	left: 0px;
	width: 150px;
	margin: 0px 0px 0px 20px;
	padding: 10px 10px 10px 10px;
	float: right;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#footer {
	background: #222;
	border-bottom: 1px solid #111;
	border-top: 1px solid #333;
	color: #888;
	font-size: 0.9em;
	padding: 10px 12px;
}
#footer a {color: #AAA;}
#footer .right,#footer .right a {color: #555;}
#footer a:hover {color: #BBB;}

/* --------------------------------
   Floats
----------------------------------- */
.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}

.nyhetsbild {
	float: left;
	margin: 0px 15px 10px 0px;
}
