*{
	margin: 0;
	padding: 0;
	font-family: verdana;
}

body, html{
	background-color: #eee;
}

/*
	### NAVIGASJON ###
*/
div#navigation{
	width: 600px;
	margin: 50px auto 0 auto;
}

div#navigation ul{
	list-style-type: none;
	height: 50px;
}

div#navigation ul li{
	background-color: #fafafa;
	margin: 0 5px;
	width: 288px;
	border: 1px solid #ccc;
	height: 48px;
	float: left;
}

div#navigation ul li#active_tab{
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

div#navigation ul li a{
	display: block;
	width: 288px;
	height: 35px;
	padding-top: 13px;
	text-align: center;
	color: #000;
	/* font-size: 24px; */
	font-family: 'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
    /*font-size: 1.75em; 
	letter-spacing: .2em;
	line-height: 1.1em;*/
	margin: 0px;
	text-transform: uppercase;
	text-decoration: none;
	
	
	
	font-family: 'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 22px;
	text-transform: uppercase;
	font-size: 23px;
}

div#navigation ul li#active_tab a{
	text-decoration: underline;
}

/*
	### STRUKTUR ###
*/
#wrap{
	width: 800px;
	margin: 0 auto 25px auto;
	margin-top: -1px;
	padding: 25px 50px 24px 50px;
	border: 1px solid #ccc;
	background-color: #fff;
}

div#text{
	width: 450px;
	float: left;
	display: block;
	padding-right: 50px;
	border-right: 1px solid #ccc;
}

div#sidebar{
	/* background-color: #f0a; */
	width: 250px;
	display: block;
	float: right;
}

#text p{
	margin-bottom: 25px;
	font-size: 16px;
	/* text-align: justify; */
}

div#text p a{
	color: #00f;
}

div#text p span.fixed_width_label{
	width: 100px;
	display: block;
	float: left;
	clear: left;
}

div#text p span.float_left{
	float: left;
	display: block;
}

div#text h1, div#sidebar h1{
	font-family: 'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 22px;
	text-transform: uppercase;


	margin: 25px 0;
	font-size: 23px;
}

div#text p#contact{
	padding: 35px 0 0 0;
}

h2{
	font-family: 'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 22px;
	text-transform: uppercase;


	font-size: 17px;
	margin-bottom: 25px;
}

div#text hr{
    border: 0;
    margin: 50px 0;
    
    color: #ccc;
    background-color: #ccc;
    height: 1px;
}

/*
	### PARTNERS ###
*/

ul#partners{
	display: block;
	float: right;
	/* margin: 35px auto; */
	width: 250px;
	list-style-type: none;
}

ul#partners li{
	margin-bottom: 10px;
	padding: 10px 0;
}

ul#partners li a{
	display: block;
	height: 90px;
	color: #000;
	border: 1px solid #ccc;
	width: 248px;
	outline: none;
}

ul#partners li a:hover{
	border: 1px solid #999;
}

ul#partners li#city a{
	text-indent: -9999px;
	display: block;
	outline: none;
	background-image: url('logoer/logo_city_self_storage_2.jpg');
	background-position: center;
	background-repeat: no-repeat;
}


/*
	### FRA FØR TOM BRUKTE LOGO ###
ul#partners li#atsm{
	display: block;
	height: 50px
	padding-top: 10px;
}

ul#partners li#atsm a{
	outline: none;
	text-align: center;
	padding-top: 25px;
	height:65px;
}
*/

ul#partners li#atsm a{
	text-indent: -9999px;
	display: block;
	outline: none;
	background: url('logoer/logo_atsm_2.png');
	background-position: center;
	background-repeat: no-repeat;
}

ul#partners li#wiegaard a{
	text-indent: -9999px;
	display: block;
	outline: none;
	background: url('logoer/wiegaard.png');
	background-position: center;
	background-repeat: no-repeat;
}

ul#partners li#bull_og_co a{
	text-indent: -9999px;
	display: block;
	outline: none;
	background: url('logoer/logo_bull_og_co_scaled.jpg');
	background-position: center;
	background-repeat: no-repeat;
}



div#footer p{
	text-align: center;
	color: #bbb;
	font-size: 12px;
	margin-bottom: 25px;
}

ul#refs li{
	margin-left: 25px;
}

