html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body{font-size:12px;line-height:18px;-webkit-text-size-adjust: none;   }
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
/* remember to define focus styles! */
:focus{outline:0;}
/* remember to highlight inserts somehow! */
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}
/* End of 'reset' */

body {
	background: #807f7d;
	font-family: Arial, "MS Trebuchet", sans-serif;	
}

#wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#header {
	background: url(../images/layout_01.jpg) repeat-x;
}

#headermain {
	background: url(../images/layout_02.jpg) no-repeat;
	height: 45px;
	width: 1100px;
	margin: 0 auto;
	text-align: left;
}

#content {
	text-align: left;
	background: #CCCBC9;
}

#contentmain {
	background: url(../images/layout_05.jpg) no-repeat;
	height: 660px;
	width: 1100px;
	margin: 0 auto;	
	position: relative;
	
}

#footer {
	text-align: left;
	background: url(../images/layout_10.jpg) repeat-x;
	
}

#footermain {
	background: url(../images/layout_08.jpg) no-repeat;
	height: 240px;
	width: 1100px;
	margin: 0 auto;	
	position: relative
	
}

#contentmenu {
	width: 270px;
	background: none;
	position: absolute;
	top: 78px;
	left: 90px;
}

#contenttext {
	width: 650px;
	background: none;
	height: auto; /*420px;*/
	position: absolute;
	top: 30px;
	left: 360px;
	overflow: none;
}

#contenttext div {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#footerleft {
	width: 270px;
	background: none;
	height: 240px;
	position: absolute;
	top: 0;
	left: 90px;
}

#footerright {
	width: 650px;
	background: none;
	height: 240px;
	position: absolute;
	top: 0;
	left: 360px;
}

h1 {
	color: #005099;
	font-weight: normal;
	font-size: 24px;
	margin: 0 40px 0 59px;
	line-height: 30px;
	height: 30px;
}

p {
	text-align: justify;
	margin: 18px 40px 0 60px;
}

h3 {
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	margin: 18px 40px 0 60px;
}

h3.main {
	color: #005099;
}

h3.energie {
	margin: 18px 0px;
	text-align: center;
}

#contentmenu p {
	text-align: center;
	margin: 18px 0px;
	font-size: 15px;
	text-align: center;
}

#footerright p {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}

#footerright p.one {
	float: left;
	display: inline;
}

span.tab {
	width: 30px;
	float: left;
	display: block;
}

ul {
	list-style-type: square;
	margin: 18px 40px 0 60px;	
}

ul li {
	margin: 9px 0;	
	
}

a {
	color: #005099;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#footer a {
	color: #fff;
}

#contentmenu a, #contentmenu {
	text-decoration: none;
	color: #666;
	
}

#contentmenu a:hover, #contentmenu a.current {
	color: #005099;
	
}

span.small {
	font-size: 11px;
	color: #666;
}

/* Formelements */

#contenttext div.villa {
	margin: 10px 60px;
	position: relative;
	display: block;
	width: auto;
}

#contenttext div.fastigheter {
	margin: 10px 60px;
	position: relative;
	display: block;
	width: auto;
}

#contenttext div.formstart {
	width: 245px;
	margin: 0;
	padding: 5px;
	float: left;
	background: #D1CFCC;
	border-bottom: 1px solid #fff;
	display: inline;
	position: relative;
	
}

#contenttext div.form {
	width: 245px;
	margin: 0;
	padding: 5px;
	float: left;
	background: #E6E4E0;
	border-bottom: 1px solid #fff;
	display: inline;
	position: relative;
	
}

#contenttext div.formdbl {
	width: 500px;
	margin: 0;
	padding: 5px;
	float: left;
	background: #D1CFCC;
	border-bottom: 1px solid #fff;
	display: inline;
	position: relative;
	height: 90px;
}

label {
	display:block;
	font-size:11px;
	font-weight:bold;
	height:40px;
	position:relative;
	width:240px;
}

#contenttext div.submit {
	width: 500px;
	height: 25px;
	margin: 0;
	padding: 5px;
	float: left;
	background: #E6E4E0;
	border-bottom: 1px solid #fff;
	display: inline;
	position: relative;
	text-align: center;
}

textarea {
	width: 460px;
	height: 60px;
	font-family: arial, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 5px;
	bottom: 5px;
}

input {
	margin: 0;
	width: 210px;
	position: absolute;
	left: 5px;
	bottom: 5px;
}

input.fbsubmit {
	width: auto;
}

#contenttext div.error {
	background: #547899;
}

span.scroll {
	display:block;
	height:530px;
	overflow-y:scroll;
}
