/* -- Default everything -- */
html, body, div, dl, dt, dd, pre, form, fieldset, p, blockquote, table{
	margin:0;
	padding:0;
}
td {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	padding-top: 0px;
}
a img {
	border:0;
}
input, button, select, textarea {
	font-size: 12px;
}

/* -- Main Tags -- */
body {
	margin-top: 0px;
    font: 12px Arial, Verdana, Helvetica, sans-serif;
    line-height: 1.2em;
    color: #575a5b;
	background: #f5f3f5 url(images/bg_ele-arkitekter.jpg);
	height:100%; 
	width: 100%;
	position: absolute;
}
a {
	text-decoration: underline;
	color: #575a5b;
}
a:hover {
	color: #4f7ea8;
}
h1,
h2,
h3,
h4,
input,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}
h1 {
	font-size: 16px;
	color: #4f7ea8;
	padding-bottom: 15px;	
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
	font-style:italic;
}
h4 {
	font-size: 1em;
	font-style:italic;
}
h1, h2, h3, h4 {
    line-height: 1.2em;
}
h2, h3, h4 {
    padding-top: 5px;
    padding-bottom: 5px;
}
hr {
	color: #575a5b;
	background-color: #575a5b;
	height: 1px;
}
ul{
    margin: 0 auto;
    padding: 0;
}
li{
    text-align: left;
    list-style: none;
    margin: 0;
    background: url(images/li.gif) 0px 4px no-repeat;
}

/* -- Borders/Outside -- */
#total_out {
	position: relative; /* needed for footer positioning*/
	width: 1102px;
	margin: 0 auto;
}

/* -- Left side -- */
#leftside {
	margin: 0px;
	padding-right: 45px;
	padding-top: 49px;
	width: 175px;
	float: left;
	position: relative;
}
#logo {
	padding-left: 20px;
}

#side_menu {
	width: 175px;
    font-size: 13px;
	float: left;
	position: relative;
    line-height: 16px;
	padding-top: 25px;
	font-weight: bold;
}
#side_menu a {
	text-decoration: none;
	color: #9da2a5;
	display: block;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menuvisning  {
	border-bottom: solid 1px #9da2a5; 
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 175px;
}
#menuvisning a {
	display: inline;
}
#side_menu a:hover {
	color: #4f7ea8;
    background: url(images/li_square.gif) 0px 5px no-repeat;
}
#side_menu .selected {
    background: url(images/li_square.gif) 0px 5px no-repeat;
	color: #4f7ea8;
}

#side_menu .submenu {
	padding-left: 10px;
	font-weight: normal;
}
#side_menu .submenu a:hover {
	color: #4f7ea8;
    background: url(images/li_arrow.gif) 0px 2px no-repeat;
}
#side_menu .submenuselected {
    background: url(images/li_arrow.gif) 0px 2px no-repeat;
	color: #4f7ea8;
}
#side_menu #address {
	text-decoration: none;
	color: #4f7ea8;
	display: block;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

#side_menu #address a{
	text-decoration: underline;
	color: #4f7ea8;
	display: inline;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
    background: none;
}

#side_menu #address a:hover{
	color: #9da2a5;
}
#side_menu #address h1{
	padding-bottom: 5px;
}


/* -- Right side -- */
#main  {
	margin-left: 220px;
}
#menu_top {
    font-size: 16px;
	padding-top: 42px;
	float: left;
	position: relative;
    line-height: 25px;
    width: 880px;
}
#menu_top a {
	text-decoration: none;
	color: #9da2a5;
	padding-right: 15px;
	padding-left: 15px;
}
#menu_top a:hover {
	color: #4f7ea8;
    background: url(images/li_square.gif) 0px 4px no-repeat;
}
#menu_top .selected {
    background: url(images/li_square.gif) 0px 4px no-repeat;
	color: #4f7ea8;
}
#mainarea  {
	float: left;
	position: relative;
	background-color: #ffffff;
	width: 880px;
	border: 1px solid #dde0e3;
}
#mainarea ul, #mainareaitem ul{
    margin: 0 auto;
    padding: 0;
    margin-top: 5px;
}
#mainarea li, #mainareaitem li{
    text-align: left;
    list-style: none;
    margin: 0;
    padding-left: 10px;
    padding-bottom: 6px;
    background: url(images/li_small_square.gif) 0px 5px no-repeat;
}

#mainheader  {
	float: left;
	position: relative;
	border-bottom: solid 1px #dde0e3;
	line-height: 42px;
	width: 539px;
	padding: 0px 20px;
}

#mainimage  {
	float: right;
	border-left: solid 1px #dde0e3;
}

#maintext  {
	padding: 20px;
	float: left;
	position: relative;
	width: 539px;
}
#indexmain {
	float: left;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #dde0e3;
}

#indexheader {
	padding: 5px 20px 10px 20px;
	font-style:italic;
	color: #4f7ea8;
}

#indextext {
	padding: 10px 20px 5px 20px;
	color: #4f7ea8;
	font-size: 14px;
}

#indexheader a {
	color: #4f7ea8;
	font-size: 12px;
	font-style:italic;
}
#maingallery  {
	padding: 20px;
	padding-right: 0px;
	float: left;
	position: relative;
	width: 855px;
}
#maingallery h1 {
	width: 855px;
	float: left;
	position: relative;
}

#maingallery h2 {
	color: #4f7ea8;
	float: left;
	position: relative;
	padding: 0;
	font-size: 12px;
}

#maingallery a {
	color: #4f7ea8;
}

#maingallery img {
	float: left;
	position: relative;
	border: 1px solid #dde0e3;
}

#maingallery .oneitem {
	width: 260px;
	padding-right: 25px;
	padding-bottom: 15px;
	float: left;
	position: relative;
}

#maingallery .itemtext {
	padding-left: 10px;
	width: 148px;
	float: left;
	position: relative;
	min-height: 103px;
}

#mainareaitem  {
	float: left;
	position: relative;
	background: #ffffff url(images/bg_item.gif) repeat-y;
	width: 880px;
	border: 1px solid #dde0e3;
}
#itemleft {
	float: left;
	position: relative;
	width: 221px;
}

#itemlefttext {
	float: left;
	position: relative;
	padding: 20px;
}

#itemright {
	float: left;
	position: relative;
	width: 635px;
	padding: 20px 0px 20px 20px;
}

#itemright .tn {
	float: left;
	position: relative;
	padding: 0px 8px 8px 0px;
}

#itemright .tn img{
	border: solid 1px #dde0e3;
}

#itemright .tn .selected{
	border: solid 1px #4f7ea8;
}

#itemright #bigimage {
	float: left;
	position: relative;
	width: 620px;
}

#itemright #bigimage img{
	padding-bottom: 10px;
}

/* -- contact page -- */
#formmain  {
	padding: 20px;
	float: left;
	position: relative;
}
#formtext {
	float: left;
	position: relative;
	padding-right: 100px;
}

#formform {
	float: left;
	position: relative;
}

#formleft {
	float: left;
	position: relative;
	padding-right: 40px;
}

#formright {
	float: left;
	position: relative;
}

#employees  {
	float: left;
	position: relative;
	border-top: solid 1px #dde0e3;
	width: 880px;
}
#employees .oneitem {
	width: 400px;
	padding-right: 25px;
	padding-bottom: 15px;
	float: left;
	position: relative;
}

#employees .itemtext {
	padding-left: 10px;
	width: 280px;
	float: left;
	position: relative;
	min-height: 103px;
}


/* -- Footer -- */
#lidali {
	position: relative; /* needed for footer positioning*/
	float: right;
    font-size:12px;
    color: #9da2a5;
    text-align: right;
    height: 40px;
    line-height: 40px;
}
#lidali a {
	text-decoration: underline;
    color: #9da2a5;
}

#lidali a:hover {
    color: #4f7ea8;
}
#lidali img {
	vertical-align: middle;
}

/* -- Forms -- */
input {
	border: 0;
	border-bottom: #575a5b 1px solid;
	width: 250px;
	height: 14px;
	margin-bottom: 5px;
	margin-top: 3px;
	padding: 0px;
	color: #4f7ea8;
	background-color: transparent;
}
textarea {
	border: #575a5b 1px solid;
	height: 80px;
	width: 250px;
	margin-bottom: 2px;
	padding-left: 2px;
	color: #4f7ea8;
	background-color: transparent;
}
input.button {
	border: #575a5b 1px solid;
    width: 60px;
    background-color: transparent;
    height: 20px;
    padding: 0;
    margin: 0;
    color: #575a5b;
}
input.checkbox {
	width: auto;
	border: 0;
}
/* -- Left overs -- */
.error {
	color: #c41230;
	display: inline;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
.center {
	text-align: center;
}