/*
-----------------------------------------------
CSS rules

Client:     Develoop
Provider:   Julian Kommunikation (www.julian.se)
Version:  	#1 - 1 september 2006

References:
Motverka sidhopp	http://archivist.incutio.com/viewlist/css-discuss/51018
Firefox länk		http://sonspring.com/journal/removing-dotted-links'
Clearing floats		http://www.quirksmode.org/css/clearing.html
Menu				http://css.maxdesign.com.au/listamatic/horizontal24.htm
----------------------------------------------- */


/* =Content
-----------------------------------------------
01. Structure
02. Header
03. Content
04. Footer
05. Lists
06. Forms
07. Various
----------------------------------------------- */


/* =Structure (01)
----------------------------------------------- */
body {
	margin: 0;
	padding: 100px 0 20px; 
	font-size: 75%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background:#6B473B url(../bilder/inactive.gif) no-repeat top;
	}

#page {
	margin: 20px auto 0;
	padding: 0;
	background: url(../bilder/bg.gif) repeat-y top;
	width: 770px;
	text-align: left;
	line-height: 1.5em;
	}

h1,h2,h3,h4,h5,h6,p {
	font-weight:normal;
	color:#000;
	}
		
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	font-style:italic;
	line-height:1.3;
	color: #46433E;
	}
	
h2 {
	font-size:1.2em;
	}
	
h3 {
	font-size:1.2em;
	font-weight:bold;
	font-style: italic;
	margin: 0 0 10px;
	}

h4 {
	font-weight:bold;
	font-style: italic;
	margin: 0 0 10px;
	color: #333;
	}

/*html
	min-height: 100%;
	margin-bottom: 1px;
	}*/

a { /* Firefox prickig länk */
	outline: none;
	}

a, a:link, a:visited, a:focus, a:hover {
	/*color: #81623F; */
	color:#CF8300;
	text-decoration:none;
	}

a:hover {
	/*color: #8C8046; */
	color: #A72C2C;
	text-decoration:none;
	}

p {
	padding: 0 0 14px 0;
	}

#clear {
	clear:both;
	}
b,strong {
	color:#333;
	}


/* =Header (02)
----------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	height: 18px;
	width: 100%;
	background: url(../bilder/header.gif) no-repeat bottom center;
	}

#headerImg {
	margin: 0;
	padding: 0;
	height: 90px;
	width: 100%;
	background: url(../bilder/header-img.jpg) no-repeat top center;
	float:left;
	}
#logo {
	padding: 20px 0 0 40px;
	width: 204px;
	float: left;
	}

#logo img {
	border: none;
	}

#menu {
	margin: 60px 0 0;
	padding: 0 40px 0 0;
	width: 450px;
	text-align: right;
	float: right;
	}

.dividerTop {
	width: 760px;
	float: left;
	margin: 15px 0 0 5px;
	display: inline;
	height: 8px;
	background-color: #A72C2C;
	border-bottom:1px solid white;
	padding:0;
	font-size:1px; /* To force IE to show correct height */
	}

.dividerBottom {
	width: 760px;
	float: left;
	margin: 15px 0 5px 5px;
	display: inline;
	height: 8px;
	background-color: #B45801;
	padding:0;
	font-size:1px; /* To force IE to show correct height */
	}


/* =Content (03)
----------------------------------------------- */
#content {
	clear: left;
	position: relative;
	width:770px;
	padding: 30px 0 0;
	overflow:hidden;
	}

#content img {
	margin: 10px 0;
	padding: 0;
	}

#left,
#sub-right,
#kontakt-right {
	float: left;
	width: 340px;
	margin: 0 30px 0 60px;
	padding: 0 0 20px;
	text-align: left;
	display: inline;
	}

#sub-right {
	width: 405px;
	}

#kontakt-right {
	width: 370px;
	}

#left p,
#sub-right p,
#kontakt-right p {
	margin: 0 0 10px;
	}

#left h2,
#sub-right h2,
#kontakt-right h2 {
	font-size: 130%;
	font-weight: bold;
	color: #7F105D;
	padding-bottom: 20px;
	}

#middle {
	float:left;
	width: 50px;
	}

#right,
#sub-left,
#kontakt-left {
	float: left;
	width: 180px;
	margin: 20px 0 0 30px;
	display: inline;
	padding: 0 0 20px;
	text-align: left;
	}

#kontakt-left {
	margin: 20px 0 0 60px;
	}

#sub-left {
	width: 150px;
	}

#kontakt-left {
	width: 180px;
	}

#right p,
#sub-left p,
#kontakt-left p {
	margin: 0 0 10px;
	}

#right b,
#sub-left b,
#kontakt-left b {
	color: #81623F;
	}


/* =Footer (04)
----------------------------------------------- */
#footer {
	margin: 0 auto;
	width: 770px;
	height: 15px;
	background: url(../bilder/footer.gif) no-repeat bottom;
	border: none;
	}

#postscript {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	color: #C0B8AB;
	padding: 5px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}

#postscript a {
	color: #C0B8AB;
	}

#postscript a:hover {
	color:#796651
	}


/* =Lists (05)
----------------------------------------------- */
#navlist {
	margin: 15px 25px 0 0;
	padding: 0 0 3px;
	float: right;
	display: inline;
	}

ul#navlist,
ul#navlist li {
	list-style-type: none;
	display: inline;
	white-space: nowrap;
	height: 20px;
	margin:0;
	padding:0;
	}

#navlist a {
	float: left; /* Added second float to get IE to display all menu-items on one line! */
	padding: 3px 10px 12px;
	font-weight: bold;
	text-decoration: none;
	color:#75644A;
	}

#navlist a:hover{
	color: #A72C2C;
	text-decoration: none;
/*	background: url(../bilder/genomskinlig.gif);
	opacity: .6;
	filter: alpha(opacity=60);*/
	}

ul#navlist .currentpage a {
	color: #A72C2C;
	}

ul#navlist-sub {
	list-style-type: none;
	white-space: nowrap;
	text-align: left;
	margin: 0;
	padding: 0;
	}

ul#navlist-sub li {
	padding: 3px 0;
	}

ul#navlist-sub a {
	padding: 1px 3px;
	color: #CF8300;
	text-decoration: none;
	}

ul#navlist-sub .currentpage a,
ul#navlist-sub a:hover {
	background-color: #A72C2C;
	color: #fff;
	}

ul#navlist-index {
	list-style-type: none;
	white-space: nowrap;
	text-align: left;
	margin: 0 0 25px 30px;
	padding: 0;
	}

ul#navlist-index li {
	background: url(../bilder/li.gif) no-repeat;
	padding: 3px 0 0 20px;
	}

ul.enkel {
	list-style-type: none;
	text-align: left;
	margin: -10px 0 20px 20px;
	padding: 0;
	}

.enkel li {
	background: url(../bilder/li.gif) no-repeat;
	padding: 3px 0 0 20px;
	}


/* =Forms (06)
----------------------------------------------- */
form {
	padding: 0 0 10px;
	margin: 0;
	}

input {
	border: 1px solid #CDDFE3;
	font-size: 80%;
	background-color: #fff;
	color: #333;
	text-align: left;
	}


/* =Various (07)
----------------------------------------------- */
.image-right {
	float: right;

	}

.image-right img {
	margin: 0 0 10px 10px;
	padding: 0 0 10px 10px;

	}
