/*
Mörk linje: #6e1e0e
Ljus linje:  #ffd200
*/

/* Allmänt
-------------------------------------------------------*/
html {
	height: 100%;
	margin-bottom: 1px;
}

body, input, textarea, select, table {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

body {
	text-align: center;
	background: white url('../images/main_bg.jpg') top repeat-y;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

a {
	color: #993300;
}

div#meny a {
	text-decoration: none;
}

a:hover, a:active {
	color: #ffd200;
}

ol, ul, ol li, ul li, dl, dl dd, dl dt {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	list-style-position: outside;
}

label {
	float: left;
	width: 120px;
	display: block;
}

.error {
	color: red;
}

.info {
	color: green;
}

/* Headers
-------------------------------------------------------*/
h1, h2, h3 {
	margin: 10px 0;
	color: #6e1e0e;
}
h1 {
	font-size: 16px;
	margin-bottom: 32px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 12px;
	font-weight: normal;
}


/* Formulär
-------------------------------------------------------*/
input, textarea, select {
	vertical-align: middle;
	margin-bottom: 5px;
}

input.text {
	width: 220px;
}

input, textarea {
	padding: 2px;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

input:focus, textarea:focus, select:focus {
	background-color: #FFFFCC;
}

textarea {
	width: 220px;
	height: 60px;
}

input[type="submit"], input[type="button"] {
	border: 1px solid #AAAAAA;
	background-color: #f5f5f5;
}

input[type="checkbox"], input[type="radio"] {
	border: none;
}

form p {
	clear: left;
	margin-bottom: 20px;
	line-height: 20px;
}

span.mandatory {
	color: #FF0000;
	font: normal 11px "Tahoma";
}

/* Layout
-------------------------------------------------------*/
div#wrap {
	margin: auto;
	width: 800px;
	text-align: left;
}

div#logo {
	width: 800px;
	height: 110px;
}
	
	div#logo img {
		margin: 30px 10px;
	}

/* Meny
-------------------------------------------------------*/
div#meny {
	height: 24px;
	background: #6e1e0e;
}

	div#meny ul {
		clear: left;
		height: 100%;
	}
	

	div#meny ul li {
		padding: 5px 10px 5px 10px;
		letter-spacing: 0.5px;
		font-weight: bold;
		text-align: left;
		float: left;
		list-style-type: none;
		display: inline;
	}
		
		div#meny ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		div#meny ul li a:hover {
			color: #ffd200; 
			text-decoration: none;
		}

		div#meny ul li#aktiv {
			border-bottom: 3px solid #ffd200;
			background: #A3685C;
		}

div#innehall {
	color: #000;
	padding: 10px;
	margin: 0 5px 0;
}

/* Innehåll
-------------------------------------------------------*/
div#startsida {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 150%;
}

div#bilder_hoger {
	float: right;
	text-align: right;
}

	div#bilder_hoger img {
		margin-bottom: 3px;
	}

div#text_vanster {
	width: 430px;
}






div#bilder_vanster {
	float: left;
	text-align: left;
}

	div#bilder_vanster img {
		margin-bottom: 3px;
	}

div#text_hoger {
	width: 430px;
}








table#ledning td {
	padding-right: 10px;
}

div#traprodukt, div#torvprodukt {
	padding: 20px;
	border: 1px solid;
	text-align: left;
	margin-bottom: 20px;
	width: 280px;
	height: 150px;
}


div#traprodukt ul, div#torvprodukt ul {
	margin-left: 10px;
}

div#soker_aterforsaljare {
	margin: 10px 0 32px 0;
	color: #6e1e0e;
	font-size: 16px;
	float: right;
	text-align: left;
}

ul#aterforsaljare {
	clear: both;
}

	ul#aterforsaljare li h2 {
		margin: 5px 0 5px;
	}

	ul#aterforsaljare li table {
		margin: 0 0 0 20px;
	}

		ul#aterforsaljare li table th {
			text-align: left;
		}

		ul#aterforsaljare li table tr .af {
			width: 200px;
		}
		
		ul#aterforsaljare li table tr .ort {
			width: 100px;
		}
		
		ul#aterforsaljare li table tr .telefon {
			width: 150px;
		}
		
		ul#aterforsaljare li table tr .webb {
			width: 220px;
		}
