@charset "utf-8";
/* Global */
html {
	font-size: 125%;
	}
body {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 50%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #D3D3D3;
	background-color: #161616;
	background-image: url(Graphics/bg.gif);
	background-repeat: repeat-x;
}
* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-position: none;
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
	display: block;
}
input, select {
	font-size: 11px;
	color: #3e3d40;
}
h1 {
	display: block;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 5px;
}
h2 {
	display: block;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 5px;
}
p {
	font-weight: normal;
	display: block;
	line-height: 1.3em;
	margin-bottom: 12px;
}

/* Site containers */
#site {
	width: 850px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 1.2em;
}
#sprak {
	display: block;
	clear: both;
	padding-left: 25px;
	padding-right: 25px;
	width: 800px;
	overflow: visible;
	position: relative;
	visibility: visible;
	height: auto;
	text-align: right;
	background-image: url(Graphics/bg_ram_upp.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 22px;
}
#content {
	width: 824px;
	text-align: left;
	background: #000000;
	display: table;
	clear: both;
	padding-right: 13px;
	padding-left: 13px;
}
#sidfot {
	width: 800px;
	text-align: center;
	display: block;
	clear: both;
	padding-top: 17px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	color: #999999;
	background-image: url(Graphics/bg_ram_ner.gif);
	background-repeat: no-repeat;
	background-position: top;
}
/* Sidhuvud */
#sidhuvud {
	display: block;
	clear: both;
	background: #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 820px;
	overflow: visible;
	position: relative;
	visibility: visible;
	height: 368px;
}
#bildspel {
	display: block;
	height: 368px;
	width: 573px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	top: 0px;
	right: 15px;
	background-color: #1f1f1f;
}
#logo {
	width: 228px;
	height: auto;
	text-align: center;
	display: block;
	overflow: visible;
	position: absolute;
	visibility: visible;
	top: 0px;
	left: 15px;
}
/* Runda Hörn */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/* Menyer */
#meny {
	width: 228px;
	display: block;
	overflow: visible;
	position: absolute;
	visibility: visible;
	bottom: 15px;
	left: 15px;
	background-color: #1f1f1f/*#2B2C2C*/;
}

#meny li {
	display: block;
	clear: both;
}
#meny li a {
	height: 20px;
	display: block;
	vertical-align:middle;
	text-align: left;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 32px;
	background-image: url(Graphics/bg_meny.gif);
	width: 196px;
}

#meny li a:hover {
	background-image: url(Graphics/bg_meny_on.gif);
}
#meny li a.on {
	color:#FFF200;
	background-image: url(Graphics/bg_meny_on.gif);
}

/* Bilder i mallar */
.bildC {
	display: block;
	clear: both;
	width: 326px;
	overflow: visible;
	position: relative;
	visibility: visible;
	text-align: center;
	margin-bottom: 10px;
	background-color: #1f1f1f;
}
.bildH, .bildV {
	display: block;
	clear: both;
	width: 228px;
	overflow: visible;
	position: relative;
	visibility: visible;
	text-align: center;
	margin-bottom: 10px;
	background-color: #1f1f1f;
}
.bildH p, .bildV p, .bildC p {
	margin: 2px;
	font-size: 0.9em;
	color: #999999;
}

/* Spalter */
#vspalt {
	text-align: left;
	display: block;
	float: left;
	width: 228px;
	overflow: visible;
	position: relative;
	visibility: visible;
	height: auto;
	padding-right: 19px;
}
#cspalt {
	text-align: left;
	display: block;
	float: left;
	height: auto;
	margin-left: 4px;
	width: 326px;
	overflow: visible;
	position: relative;
	visibility: visible;
}
#hspalt {
	text-align: left;
	display: block;
	float: right;
	height: auto;
	width: 228px;
	overflow: visible;
	position: relative;
	visibility: visible;
}

/* Sida och Stycke */
.sida, .stycke {
	display: block;
	height: auto;
	width: 100%;
	clear: both;
	margin-bottom: 5px;
	overflow: visible;
	position: relative;
	visibility: visible;
}

/* Länkar */
a:link, a:visited {
	color:#FFF200;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Språk */
#sprak li 
{
	display: block;
	float: right;
	width: 14px;
	height: 12px;
	margin-right: 5px;
}

