/*
	Project:		privatvard.nu
	Author:   		Xelera Communication AB
	Last edit:		2007-01-23
-------------------------------------------------*/
#banner {display: none;}

body {
	color:#000;
	font: normal 0.625em/140% Verdana, Helvetica, Arial, sans-serif;
}

/* Link
-------------------------------------------------*/
a:link,
a:visited,
a:active {
	color: #0D8CC1;
	text-decoration: none;
}
a:hover {
	color: #0D8CC1;
	text-decoration: underline;
}

/* Headers
-------------------------------------------------*/
h1, h2, h3, h4, h5, h6  {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	background:#fff;
}
h1 {
	margin-bottom:1em;
	font-size:2em;
}
h2 {
	margin:0;
	font-size:1.333em;
}
h3 {
	margin-bottom:0;
	font-size:1.333em;
}
h4 {
	font-size:1em;
	font-weight:bold;
}

/* Other
-------------------------------------------------*/
.clearer {
	line-height: 0;
	height: 0;
	clear: both;
	}
/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
.clearfix {display: block;}
img {border: 0;}
#main {width: 100%;}
#city {margin:0 2em;}
#sthlm {
	float:left;
	width:224px;
	height:224px;
}
#gbg {
	float:left;
	width:224px;
	height:224px;
	margin-left:1em;
}
#footer {
	width: 100%;
	margin-top: 1em;
	padding: 0.5em 0;
	border-top: 2px solid #ececec;
	}
