/*
-----------------------------------------------
Site:		Hansabygg, Kalmar, Sweden
Author:   	A&O Media Design, Henrik Eklund, Kalmar, Sweden
Version:  	2007.06
----------------------------------------------- */

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
								{ margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 		{ font-size:100%; font-weight:normal; clear:both; }
p								{ padding-bottom:0.75em; }
input, select, textarea	{ font:100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }
hr, legend					{ display:none; }
a:link, a:visited			{
	color:#003366;
	text-decoration:none
}
a:hover						{
	color:#DD191E
}
table 						{ border-collapse:collapse; border-spacing:0; }
fieldset,img 				{ border:0; }
caption,th 					{ text-align:left; font-weight:bold; }
ul 							{ list-style:none; }
img							{ border:0; }
label							{ cursor:pointer; }

html {
	font: normal 0.75em/1.5em "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	
	/*background:#fff url(styles/images/background.png) repeat-x top left;*/

	
	background-image: url(graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
body {
	width:950px;
	margin:0 auto;
	background: white;
}
#branding {
	height:188px;
	margin-top: 0px;
	position: static;
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#branding h1, #branding h1 a {
	text-indent:-9999px;
	display:block;
	height:120px;
	width:612px;
	background:url(graphics/logga.png) no-repeat right bottom;
	right: 0px;
}
#branding .gasell {
	position: absolute;
	right:0;
	top:0;
}
#white {
	background:#FFFFFF;
	width:950px;
	min-height:150px;
	height:auto !important;
	height:150px;
	float:left;
}

/* Personal */

.personalpres {
	width:120px;
	height: 200px;
	text-align: center;
	margin:0 45px 15px 0;
	float:left;
	color: #003366;
}
.email_small {
	font-size: 0.92em;
}
.personalpres img {
	border-bottom: 5px #78a8d1 solid;
}

/* End Personal */


/* Content */

#content {
	width:538px;
	margin-top:0em;
	padding-left:2em;
	float: left;
	background-color: #fff;
}
#content h3 {
	color: #000000;
	padding:1em 0 00 0;
	margin-bottom:0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
}
#content h3 {
	font-size:1.7em;
	font-weight: bold;
}
#content h5 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #414141;
	margin-bottom:0.5em;
	line-height: 1.45em;
	padding-right: 3em;
}
#content p, #content_project p, #content ul.default {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #555;	
	line-height: 1.45em;
	padding-right: 3em;
}
#content p.citat {
	font: italic 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #666;	
	padding:0 1em 0.25em 0;
}
.bgcitat {
	background: url(graphics/bg_citat.gif) right top no-repeat;
}
#content ul.default {
	margin:0 0 1em 0;
}
#content ul.default li {
	background:url(graphics/li_icon.gif) no-repeat left 2px;
	padding:0 0 7px 1.1em;
}
/*---- END Sifr---*/

/* Subcontent */

#subcontent {
	text-align:left;
	width:345px;
	float: right;
	clear: right;
	margin-top: 7px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 3px;
}
#subcontent img.miljo {
	float: right;
	margin-right: 0 !important;
	margin-right: -2px;
}
#subcontent_kontakt {
	text-align:left;
	width:345px;
	float: left;
	clear: right;
	margin-top: 15px;
	padding-top: 15px;
	padding-left: 5px;
	min-height:150px;
	height:auto !important;
	height:150px;
}
#subcontent_project img {
	vertical-align: bottom;
	padding-top: 25px;
	padding-left: 3px;
}
#subcontent p.citat {
	font: italic 1.4em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #777777;	
	padding:0 1em 0.25em 1em;
}
#subcontent p.kund {
	font: bold 0.8em Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #999;
	padding:1em 0 0 16px;
}
#subcontent .ingress {
	font: italic .9em Georgia, "Times New Roman", Times, serif;
}
#subcontent a {
	font-weight:bold;
}
#stories {
	background:#fff;
	clear: both;
	overflow: hidden;
	display:inline-block;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
	padding-top: 1em;
}

#stories_new {
	background:#fff;
	clear: both;
	overflow: hidden;
	display:inline-block;
	/*padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
	padding-top: 1em;*/
}


#stories h2 {
	margin-bottom:0.5em;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #DCDCDC;
}
#stories img {
	padding:10px 15px 10px 0px;
	
}
/* Footer */

#footer {
	text-align:center;
	padding-top:2em;
	font-size:0.9em;
	clear: both;
	}

/* Formulär */

label, input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: left;
	width: 100px;
	padding-right: 20px;
}
input.submit {
	width:55px;
	margin:1em 0 0 110px;
	display:inline;
	font-size:90%;
}
br {
	clear: left;
}

/* Meny */

ul#nav {
	width:950px;
	height:62px;
	background:transparent url(graphics/menu.png) no-repeat left top;
}
ul#nav li {
	display:block;
	float:left;
	text-indent:-9999px;	
}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(graphics/menu.png) no-repeat left top;
}
li#m-1 a {
	width:100px;
	height:62px;
}
li#m-1 a:hover, li#m-1 a:focus, body.m-1 ul#nav li#m-1 a {
	background-position:0px -62px;
}
li#m-2 a {
	width:100px;
	height:62px;
}
li#m-2 a:link, li#m-2 a:visited {
	background-position:-100px 0px;
}
li#m-2 a:hover, li#m-2 a:focus, body.m-2 ul#nav li#m-2 a {
	background-position:-100px -62px;
}
li#m-3 a {
	width:150px;
	height:62px;
}
li#m-3 a:link, li#m-3 a:visited {
	background-position:-200px 0px;
}
li#m-3 a:hover, li#m-3 a:focus, body.m-3 ul#nav li#m-3 a {
	background-position:-200px -62px;
}
li#m-4 a {
	width:150px;
	height:62px;
}
li#m-4 a:link, li#m-4 a:visited {
	background-position:-360px 0px;
}
li#m-4 a:hover, li#m-4 a:focus, body.m-4 ul#nav li#m-4 a {
	background-position:-360px -62px;
}
li#m-5 a {
	width:200px;
	height:62px;
}
li#m-5 a:link, li#m-5 a:visited {
	background-position:-510px 0px;
}
li#m-5 a:hover, li#m-5 a:focus, body.m-5 ul#nav li#m-5 a {
	background-position:-510px -62px;
}
li#m-6 a {
	width:200px;
	height:62px;
}
li#m-6 a:link, li#m-6 a:visited {
	background-position:-710px 0px;
}
li#m-6 a:hover, li#m-6 a:focus, body.m-6 ul#nav li#m-6 a {
	background-position:-710px -62px;
}
#divheader {
	background-image: url(graphics/header.jpg);
	height: 200px;
}
.bgcitatBredKontakt {
	background: url(graphics/bg_citat.gif) right top no-repeat;
	width: 800px;
}
#contentKontakt {
	width:800px;
	margin-top:1em;
	padding-left:12em;
	float: left;
	background-color: #fff;
	padding-bottom: 2em;
}
#navigation {
	height:188px;
	margin-top: 0px;
	position: static;
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.hittaoss {
	width:140px;
	height: 130px;
	text-align: left;
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 30px;
}


.centerme {
	width:615px;
	text-align:center;
	display:block;
	clear:both;
}

.startSidText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	font-size: 0.9em;
	line-height: 1.5em;
}
#subcontentStart {
	text-align:left;
	width:345px;
	float: right;
	clear: right;
	margin-top: 7px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 5px;
}


.clear
{
clear:both;
}


.stil1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#logo-area{
	height:189px;
}
