/*
-----------------------------------------------
CSS regler

Kund:     Projektbolaget
Upphov:   Julian Kommunikation (www.julian.se)
Version:  #2 - 13 augusti 2006

REFERENS
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
Meny				http://css.maxdesign.com.au/listamatic/horizontal24.htm
PHP/current menu	http://www.mediaservices.mmu.ac.uk/mmuweb/index.php?p=12
Contact form		http://green-beast.com/blog/?page_id=71
----------------------------------------------- */


/* =Innehåll
-----------------------------------------------
01. Struktur
02. Header
03. Content
04. Footer
05. Listor
06. Formulär
07. Olika småklasser
----------------------------------------------- */


/* =Struktur (01)
----------------------------------------------- */
body {
	margin: 0;
	padding: 0; 
	font-size: 75%;
	font-family: 'Trebuchet MS', Helvetica, 'Lucida Grande', Georgia, Arial, sans-serif;
	color: #333;
	text-align: center;
	background:#53585A;
	}

#page {
	background: url(../bilder/bg.gif) repeat-y top;
	border: none;
	margin: 0 auto;
	width: 766px;
	text-align: left;
	}

body,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	}

html { /* Sidhopp */
	min-height: 100%;
	margin-bottom: 1px;
	}

a { /* Firefox prickig länk */
	outline: none;
	}

a, a:link, a:visited, a:focus, a:hover {
	/*color: #9C8364; */
	color: #85AABC;
	text-decoration:none;
	}

a:hover {
	color: #b5d5e6;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#000;
	}
	
h1 {
	font-size:1.6em;
	margin:0 0 15px;
	line-height:1.3;
	color: #333;
	color: #42ABDD;
	}

h2 {
	font-size:1.2em;
	margin: 0 0 3px;
	color:#82929b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
	
h3 {
	font-size:1.2em;
	font-weight: bold;
	margin: 5px 0 10px;
	}
h4 {
	font-size:1.2em;
	margin: 0 0 3px;
	color:#82929b;
	}

p {
	padding: 0 0 14px 0;
	}

#clear {
	clear:both;
	}

hr {
	border: 0;
	height: 1px;
	color: #D7D9E1;
	background: #D7D9E1;
	margin: 0 0 10px;
	}

/* =Header (02)
----------------------------------------------- */
#header {
	margin: 0 auto;
	height: 129px;
	width: 766px;
	background: url(../bilder/header.gif) no-repeat bottom center;
	}

#logo {
	position: absolute;
	display: inline;
	margin: 20px 0 0 25px;
	height: 98px;
	width: 132px;
	}


#ikoner {
	position:absolute;
	margin: 20px 0 0 700px;
	height: 64px;
	width: 50px;
	}

#ikoner img {
	border: none;
	}

#logo img {
	border: none;
	float: left;
	margin-left: 30px;
	}

#menu {
	padding: 76px 0 0 256px;
	height: 49px;
	color: #000;
	width:510px;
	text-align: left;
	}


/* =Content (03)
----------------------------------------------- */
#content {
	clear: left;
	margin: 10px 0 40px 20px;
	width:713px;
	overflow: hidden;
	}

#content a img {
	border: none;
	}

#content img {
	margin: 0;
	padding: 0;
	display: block;	
	}

#intro-top {
	border-bottom: 1px solid #DBE4F0;
	margin: 30px 35px;
	padding: 0 0 20px;
	}

#intro-top img {
	float: right;
	margin: 5px 0 10px 20px;
	padding: 5px;
	border: 1px solid #ddd;
	}

#intro-left,
#intro-right {
	float: left;
	display: inline;
	margin: 0 0 20px 35px;
	width: 300px;
	}

#intro-right {
	float: right;
	margin: -55px 35px 20px 0;
	padding: 55px 0 0 40px;
	width: 285px;
	border-left: 1px solid #DBE4F0;
	}

#left,
#left-sub {
	position:relative;
	float:left;
	width:350px;
	margin:30px 50px 20px 37px;
	text-align: left;
	display: inline;
	}

#left-sub {
	margin-right: 0;
	width: 143px;
	}

#index-image, #right-image {
	float: right;
	margin: 5px 0 5px 15px;
	border: 1px solid #ddd;
	}

#right-image {
	float: right;
	width: 200px;
	margin: 5px 0 10px 15px;
	border: 1px solid #ddd;
	padding:5px;
	}
#right,
#right-sub {
	float:left;
	width:240px;
	margin:35px 0 20px 10px;
	text-align: left;
	padding-bottom:10px;
	min-height:25em; /* REF http://www.cssplay.co.uk/boxes/minheight.html - IE behöver hack (nedan > * html). Fungerar det med IE7 ? */
	height:auto;
	}

#right-sub {
	margin-top: 30px;
	width: 450px;
	}

#right-sub img {
	margin: 0;
	padding: 0;
	}

#right-sub .rubrik {
	margin: 0 0 10px;
	}

/*\*/
* html #right,
* html #right-sub {
	height: 30em;
	}
/**/

#kontakt-left {
	position: relative;
	float: left;
	width: 200px;
	margin: 0;
	display: inline;
	}

#kontakt-right {
	float: left;
	width: 210px;
	border-left: 1px solid #ddd;
	padding-left: 25px;
	}


/* =Footer (04)
----------------------------------------------- */
#footer-bg {
	margin: 0;
	width: 766px;
	height: 10px;
	background: url(../bilder/footer.gif) no-repeat bottom;
	border: none;
	}

#footer {
	position:absolute;
	margin: 10px 0 0;
	padding: 0 0 10px;
	text-align: right;
	color: #888;
	font-size: 90%;
	width: 740px;
	}

#footer a {
	color: #888;
	}

#footer a:hover {
	color: #999;
	text-decoration: none;
	}


/* =Listor (05)
----------------------------------------------- */
ul#navlist {
	list-style-type: none;
	white-space: nowrap;
	margin:0;
	padding:0;
	}

ul#navlist li {
	float: left;
	}

#navlist a {
	float: left; /* Added second float to get IE to display all menu-items on one line! */
	display: inline;
	height: 49px;
	line-height: 49px;
	color: #777;
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	}

#navlist a:hover {
	background:url(../bilder/bg-menu.gif) repeat-x;
	color: #444;
	}

ul#navlist .currentpage a {
	background:url(../bilder/bg-menu.gif) repeat-x;
	color: #444;
	}

ul#navlist #start a {
	padding: 0 29px 0 30px;
	}

ul#navlist #kunder a,
ul#navlist #tjanster a,
ul#navlist #inspiration a,
ul#navlist #kontakt a {
	padding: 0 24px 0 30px;
	margin: 0 0 0 1px;
	}

ul#navlist #tjanster a {
	padding: 0 24px 0 27px;
	}

ul#navlist #inspiration a {
	padding: 0 23px 0 24px;
	}

ul#navlist #kontakt a {
	padding: 0 24px 0 25px;
	}


ul#navlist-sub {
	list-style-type: none;
	white-space: nowrap;
	text-align: left;
	margin: 0;
	padding: 0;
	}

ul#navlist-sub a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 15px;
	float: none;
	}

ul#navlist-sub .currentpage a {
	background: #efefef;
	color: #444;
	}

ul#navlist-sub li .undermeny {
	color: #684F31;
	font-weight: bold;
	background: url(../bilder/undermeny.gif) no-repeat;
	padding: 0 0 0 10px;
	cursor: default;
	}

#intro-top ul {
	margin: 0;
	padding: 0 30px 20px;
	}

/* =Formulär (06)
----------------------------------------------- */


/* =Olika småklasser (07)
----------------------------------------------- */
.bold {
	color: #993a62; 
	text-decoration: none; 
	font-weight: bold;
	}

.kommentar {
	font-style: italic;
	color: #B19472;
	}

#intro-left img {
	float: left;
	margin: 0 30px 10px 0;
	padding: 5px;
	border: 1px solid #ddd !important;
	}
