* { margin: 0; padding: 0; }

body { 
	background-color: #eee; 
	color: #333; 
	text-align: center;
	font-family: verdana, trebuchet ms, helvetica, arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
}

a img { border: none; }
a { color: #336;}

a.attachment {
	color: #333;
	text-decoration: none;
	font-size: 10px;
	padding: 0 0 0 15px;
	background-image: url('/images/paperclip.gif');
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	display: block;
}

#wrapper {
	background: #fff;
	text-align: left;
	margin: 0 auto 0 auto;
	width: 780px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;	
	position: relative;
	overflow: auto;
}

#energy_declarations {
	margin: 1em;
}

#top {
	background-image: url('/images/vh_top_bg.jpg');
	background-repeat: repeat-x;
	height: 59px;
	overflow: hidden;
}

	#logo a {
		display: block;
		width: 150px;
		float: left;
		z-index: 99;
		height: 59px;
		text-indent: -9000px;
		overflow: hidden;
		line-height: 59px;
	}

	#logo {
		background-image: url('/images/vh_top_logo.jpg');
		background-repeat: no-repeat;
		height: 59px;
		width: 111px;
		float: left;
		margin: 0 0 0 20px;
		font-size: 1px;
		overflow: hidden;
		cursor: hand;
		line-height: 1px;
	}
	
	#top_photo {
		width: 1000px;
		height: 170px;
		overflow: hidden;
	}
	
		#top_photo img {
			width: 780px;
			margin-top: -30px;
		}
	
	#top form {
		display: inline;
		float: right;
		margin: 20px 10px;
	}
	
#navigation {
	float: left;
	width: 200px;
	overflow: hidden;
	padding-top: 12px;
}

	#navigation ul li ul.submenu {
		display: block;
	}
	
	#navigation .blockmenu {
	    padding-left: 10px;
	    }

	#navigation ul {
		border-bottom: 1px #ccc solid;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	#navigation ul li {
		display: inline;
		list-style-type: none;
		overflow: hidden;
		margin: 0;
		padding: 0;
		padding: 0 0 0 0;
	}
	
	#navigation ul li ul {
		margin: 0;
		padding: 0;
		clear: left;
		overflow: hidden;
		float: left;
		display: inline;
	}
	
	#navigation ul li ul.unselected {
		display: none;
	}
	
	
	#navigation ul li ul li a {
		color: #333;
		font-weight: normal;
		text-decoration: none;
		display: block;
		width: 180px;
		float: left;
		clear: left;
		padding: 4px 5px 4px 25px;
		font-size: 10px;
		font-style: normal;
	}
	
	#navigation ul li ul {
		padding: 0; margin: 0;
		display: inline;
	}
	
	#navigation ul li ul.selected {
		margin: auto; padding: auto;
	}

	#navigation ul li a {
		color: #c90;
		font-weight: bold;
		text-decoration: none;
		display: block;
		width: 200px;
		float: left;
		clear: left;
		padding: 4px 5px 5px 15px;
		height: 20px;
		border-top: 1px #ccc solid;
	}
	
	#navigation ul li a ul {
		margin: 0;
		padding: 0;
	}
	
	
	#navigation ul li a.selected {
	    background: #CC9900;
		color: #fff;
	}
	
	#navigation ul li a.subselected {
	    font-weight: bold;
	    background: url(/images/arrow.gif) no-repeat;
	    background-position: 180px;
	    }
	
	#navigation a:hover {
		color: #333;
		background: #eee;
	}
	


#content {
	line-height: 1.4;
	padding: 12px 40px 50px 40px;
	float: left;
	width: 500px;
	font-size: 11px;
}

	#content ul {
		padding: 5px;
		margin: 5px;
		margin-left: 30px;
	}
	
	#content p {
		margin: 5px; padding: 5px;
		margin-left: 0;
		padding-left: 0;
	}
	
form {
	margin: 5px;
}

/* Nyheter */

#news {
	display: none;
	overflow: hidden;
}
	
.centered {
	text-align: center;
}

#content h1, #content h1.header1, #content h2.header1, .header1, #content h2, #content h3, #content h4, th, label {
	font-family: trebuchet ms, georgia, garamond, times new roman, times, serif;
	font-weight: normal;
	color: #000;
}

#content h1 {
	font-size: 20px;
	line-height: 24px;
}

#content h2, #content h2.header1 {
	font-size: 16px;
	line-height: 20px;
	color: #c90;
	font-weight: bold;
}

#content h3 {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}

th, label {
	font-weight: bold;
}



#flash_notice {
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	line-height: 25px;
}

/*  Rails built in CSS for error display */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.choice {
	width: 152px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

	div.choice img {
		border: 1px #ccc solid;
	}

#content div.choice h2 {
		font-size: 12px;
		color: #fff;
		background: #666;
		padding-left: 4px;
		font-weight: 800;
	}
	div.choice p {
		padding: 0;
		margin: 0;
		font-size: 10px;
		height: 70px;
		overflow: hidden;
	}

#content_wrapper {
	overflow: hidden;
	position: relative;
}

#bottom {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #666;
	margin: 30px 20px 10px 20px;
	border-top: 1px #ccc solid;
	padding-top: 8px;
}

#block_table th {
	text-align: left;
	border-bottom: 1px #ccc solid;
	padding: 3px 0;
}

#block_table td {
	padding-left: 10px;
}
#content p.block_info {
	padding: 10px;
    color: #333;
}

.semi {
	width: 49%;
	float: left;
}

.block_info dt {
	font-weight: bold;
}
dl.block_info dd {
	padding: 5px 5px 5px 0px;
	font-size: 10px;
	border: 1px #fff solid;
}

small.latest_news {
	float: right;
	color: #C3001B; 
	background-color: #FFFFCC;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}

/* Contact */
#contact_list {
	position: relative;
	background-image: url('/images/organisation_vaxjohem.png');
	width: 437px;
	height: 307px;
	margin: 0;
	padding: 0;
}
	#contact_list li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
	}

	#contact_list li a {
		display: block;
		text-decoration: none;
		text-indent: -9000px;
		position: absolute;
	}

	#contact_list li a#clink1 {
		left: 160px;
		top: 10px;
		height: 30px;
		width: 130px;
	}
	
	#contact_list li a#clink2 {
		left: 160px;
		top: 270px;
		height: 30px;
		width: 130px;
	}
	
#apartments {
	margin-top: 5px;
	width: 240px;
}
	#apartments td {
		height: 22px;
		line-height: 16px;
	}
	#apartments sup {
		margin-top: 10px;
		line-height: 16px;
	}

#standout {
	float: right;
	font-size: 1px;
	color: #fff;
	width: 52px;
}
	#standout a {
		display: block;
		background-image: url('/images/standout.png');
		overflow: hidden;
		text-indent: -9000px;
		height: 10px;
	}
	
ul li.area {
	display: inline;
}

ul li.area a {
	display: block;
	width: 100px;
	margin-right: 10px;
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	font-weight: normal;
	font-family: trebuchet ms, georgia;
	text-indent: 20px;
}

ul li.area a:hover {
	background: #ddd;
}

div.imagemap a {
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	position: absolute;
	border: none;
}

div.imagemap a:hover {
	border: 1px #333 dashed;
}

#map_centrum {
	top: 168px;
	left: 128px;
	width: 112px;
	height: 65px;
}

#map_hovshaga {
	top: 10px;
	left: 145px;
	width: 95px;
	height: 90px;
}

#map_araby {
	top: 120px;
	left: 140px;
	width: 60px;
	height: 50px;
}

#map_norr {
	top: 120px;
	left: 245px;
	width: 50px;
	height: 100px;
}

#map_soder {
	top: 235px;
	left: 180px;
	width: 50px;
	height: 60px;
}

#map_kampen {
	top: 262px;
	left: 230px;
	width: 60px;
	height: 34px;
}

#map_oster {
	top: 232px;
	left: 260px;
	width: 50px;
	height: 30px;
}

#map_teleborg {
	top: 322px;
	left: 210px;
	width: 70px;
	height: 64px;
}

a.blueprint_link {
	border: 1px #ccc solid;
	padding: 1px 2px;
}
a.blueprint_link:hover {
	background: #333;
	color: #eee;
}

#admin_language_buttons {
    background: #ccc;
    margin-bottom: 3px;
    text-align: right;
}

#admin_language_buttons a {
    color: #fff;
    background: #333;
    padding: 3px 5px;
    text-decoration: none;
    font-size: 10px;
}

#language {
    display: inline;
    float: right;
    padding-top: 24px;
}

#map_toolbar {
    overflow: hidden;
    padding: 4px;
    margin-top: 10px;
}

#map_toolbar a {
    color: #000;
    background: #f6e9ca;
    padding: 3px 6px;
    margin: 0 5px;
    text-decoration: none;
    border: 1px #333 solid;
}
#content hr {
  margin: 10px 0px; background: rgb(204, 204, 204) none repeat scroll 0% 0%; height: 10px; 
  border: none;
}

div.news_image_container {
	width: 475px;
	overflow: hidden;
}

h1.news_front {
	font-size: 22px;
	line-height: 22px;
	color: #666;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	
}

div.comment {
	padding: 1em;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

div.comment_byline {
	
}

#highlighted_submenu a:hover {
	text-decoration: underline;
	
}

#highlighted_submenu ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

#highlighted_submenu li {
	margin-left: 20px;
}

#boplats {
	margin: 0px 0 20px 13px; padding: 0; font-size: 10px; color: #cc9900; font-weight: bold;

}


.fancy_box {
  background: transparent url(/images/fancy_box.gif) no-repeat center top;
  padding: 20px 15px 15px 15px !important;
  display: block;
}
  .fancy_box hr {
    height: 1px !important; border: 1px solid #999; background-color: #999;
  }
  .fancy_box h2 {
    color: #222 !important;
  }
  .fancy_box strong {
    color: #c90;
  }

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #fff !important;
    display: block;
    float: left;
    font-size: 12px;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    color: #fff !important;
}
a.button:active {
    background-position: bottom right;
    color: #fff;
    color: #fff !important;
    outline: none; 
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}

#lightwindow_title_bar_close_link {
  color: black !important;
  background-color: white;
  display: block;
  padding: 3px;
  width: 90px;
  text-align: center !important;
}

div.upphandlingar table {
	width: 95%;
}

#questions_link {
	float: right;
	line-height: 60px;
	padding: 0 2em;
}

	#questions_link a {
		color: #fff;
		text-decoration: none;
		background-position: center right;
		background-repeat: no-repeat;
		margin-right: 1em;
		background-color: #666;
		padding: 3px 6px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	#questions_link a:hover {
		text-decoration: underline;
	}



#questions_list {
    font-size: 10px;
    font-family: verdana;
	background: #333;
	position: absolute;
	top: 55px;
	left: 50%;
	width: 600px;
	padding: 2em;
	margin-left: -250px;
	z-index: 99;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-box-shadow:0.25em 0.25em 1em rgba(0, 0, 0, 0.25);
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	overflow: auto;
	display: block;
	height: auto;
	zoom: 1;
	line-height: 1.4em;
}

    #questions_list a {
    background: #444;
    padding: 5px;
	color: #fff;
	text-decoration: none;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	line-height: 1.4em;
	zoom : 1;
	white-space: nowrap;
	float: left;
	margin: 5px;
    }
    
    .question_box {
    float: left;
    overflow: auto;
    width: 500px;
    }
    
    .question_header {
    color: #fff; padding: 5px; margin: 5px; float: left;  clear: left;
    }
    
	#questions_list li {
	list-style: none;
	margin-top: 10px;
	}
	
		#questions_list a:hover {
			background: #ccc;
			color: #333;
		}
		
tr.odd td {
	background: #eee;
}

i.post_date {
	display: block;
	float: left;
	width: 100px;
	line-height: 1em;
}

table.spacious tr td {
	padding: 3px 5px;
}

.antispam {
	height: 1px; width: 1px; overflow: hidden; float: right;
}

/* Organisation schedule */
#schema {
font-family: verdana;
font-size: 10px;
width: 203px;
height: 400px;
width: 100%;
background: url(/images/body.png) no-repeat;
background-position: center;
}

#schema a {
position: absolute;
text-decoration: none;
color: #000;
padding: 0.5em;
text-align: center;
}

#schema strong {
font-size: 11px;
}

#schema p {
margin: 0px;
font-size: 9px;
}

.forvaltning {
top: 355px;
left: 405px;
background: url(/images/slice_1-selected.png) no-repeat;
width: 165px;
height: 80px;
}


.fastigheter {
top: 442px;
left: 230px;
background: url(/images/slice_2-selected.png) no-repeat;
width: 164px;
height: 65px;
}


.bobutik {
top: 442px;
left: 580px;
width: 164px;
background: url(/images/slice_2-selected.png) no-repeat;
height: 65px;
}

.administration {
top: 540px;
left: 230px;
width: 164px;
background: url(/images/slice_2-selected.png) no-repeat;
height: 65px;
}


.information {
top: 540px;
left: 580px;
width: 164px;
background: url(/images/slice_2-selected.png) no-repeat;
height: 65px;
}


.vd {
top: 600px;
left: 404px;
width: 164px;
height: 44px;
background: url(/images/slice_3-selected.png) no-repeat;
}

.styrelse {
top: 663px;
left: 404px;
width: 164px;
height: 44px;
background: url(/images/slice_3-selected.png) no-repeat;
}

.body_line {
position: absolute;
top: 644px;
left: 486px;
width: 2px;
height: 25px;
background: url(/images/body-line.png) no-repeat;
}

.environment_picture {
padding: 4px 4px 4px 4px;
background: #EBEBEB;
border: 1px solid #ccc;
margin-bottom: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 3px 3px #757575;
-webkit-box-shadow: 0px 3px 3px #757575;
box-shadow: 0px 3px 3px #757575;
behavior: url(PIE_uncompressed.htc);
}

.environment_picture img {
border: none;
}

/*clearfix exception*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
