﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #e9e9e9;
	font-family: Tahoma, Verdana, Sans-Serif;
}

#main {
	background: url(../img/bg.gif) repeat-y;
	width: 807px;
	min-height: 600px;
	margin: 0 auto;
	position: relative;
}

#mainwrap {
	margin: 0 50px;
	background: url(../img/gras.gif) 412px bottom no-repeat;
	min-height: 21em;
}

#minheight {
	float: right;
	width: 3px;
	height: 330px;
}

#menu {
	position: absolute;
	top: 270px;
	left: 507px;
}

#header {
	background: url(../img/header.jpg) no-repeat;
	height: 253px;
}

#submeny {
	min-height: 20px;
	margin: 30px 0 20px 50px;
	width: 438px;
}

#left {
	width: 438px;
	float: left;
	margin: 10px 0 0 0;
}

#breadcrumbs {
	margin: 5px 0 20px 0;
}

#right {
	width: 210px;
	float: left;
	margin: 140px 0 20px 40px;
}
	
	#right ul, #right ol {
		margin-bottom: 30px;
	}
	
#footer {
	background: url(../img/jord.jpg) left bottom no-repeat;
	height: 64px;
	width: 810px;
}


/* Klasser */

.logga {
	position: absolute;
	top: 190px;
	left: 50px;
}

.aktiv {
	color: red;
}

.rosalink {
	color: #f672b3;
}

.blacklink {
	color: #000;
}

.menu_light_top {
	background: #b5e35a url(../img/light_corner_top.gif) right top no-repeat;
	width: 9em;
}

.menu_light_bottom {
	display: block;
	height: 6px;
	background: #b5e35a url(../img/light_corner_bottom.gif) right bottom no-repeat;
}

.menu_medium_top {
	background: #95bf6c url(../img/medium_corner_top.gif) right top no-repeat;
	width: 14em;
}

.menu_medium_bottom {
	display: block;
	height: 6px;
	background: #95bf6c url(../img/medium_corner_bottom.gif) right bottom no-repeat;
}

.menu_dark_top {
	background: #629959 url(../img/dark_corner_top.gif) right top no-repeat;
	width: 12em;
}

.menu_dark_bottom {
	display: block;
	height: 6px;
	background: #629959 url(../img/dark_corner_bottom.gif) right bottom no-repeat;
}

.menu_darkmedium_top {
	background: #82AB65 url(../img/darkmedium_corner_top.gif) right top no-repeat;
	width: 7em;
}

.menu_darkmedium_bottom {
	display: block;
	height: 6px;
	background: #82AB65 url(../img/darkmedium_corner_bottom.gif) right bottom no-repeat;
}

.marginbox {
	margin: 0 35px 0 0;
}

.toltip {
	background: #E4FFAF;
}

.erbj_bold {
	color: #F471B5;
	font-size: 1.1em;
}

.middle {
	vertical-align: middle;
}

.demo {
	margin: 0 0 30px 40px;
}

.rosa {
	color: #ff90c7;
}

.blue {
	color: #6C81D4;
}

.orange {
	color: #DF924A;
}

/* Meny */

#subMenu, #mainMenu {
	list-style: none;
	font-family: Kabob, Tahoma, Verdana, Sans-Serif;
	margin: 0;
	font-size: 1em;
}

#subMenu li {
	float: left;
	margin: 0 15px 5px 0;
	font-size: .75em;
}

#subMenu li a {
	color: #79a55a;
}

#mainMenu li {
	font-size: .75em;
	margin: 0 0 2px 0;
}

#mainMenu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px 20px 6px 20px;
}


/* Textformatering */

a {
	color: #6f82e5;
}

h1, h2, h3, h4, h5, h6 {
	color: #DF924A;
	margin: 5px 0;
}

h1 {
	font-size: 1.05em;
}

h2 {
	font-size: .95em;
}

h3 {
	font-size: .9em;
}

h4 {
	font-size: .85em;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .75em;
}

p {
	font-size: .75em;
	margin-bottom: 10px;
}

img {
	border: none;
}

ul, ol {
	margin-left: 15px;
	font-size: .75em;
}

ul li, ol li {
	margin: 10px 0;
}

