/*
	Description: Mäklarsamfundet
	URI: 
	Version: 1.0
	Author: Marcus Lindblom
	Author URI: http://www.meridium.se
	Copyright: (C) 2003 - 2005 Meridium AB
*/
/* Global
======================================= */
/* Dolda divar för print */

#banner, #bannerfast, #logostripe, #logostripered, #mainmenu, #login, #splash, #rightcontent, #submenu, .monthcalendararea, .print-top, .print-bottom, .printfooter, .sokbox, #monthcalendarcontainer {
	display:none;
}

/* ----------------------*/

#printlogo { 
	display:block;
	margin-bottom:2em; 
}
body  {
	font: normal 90%/150% Georgia, "Times New Roman", Times, serif;
}
body {
	background:#fff;
}
#container {
	width:auto;
}

/* Linkstyles */

a:link {
	text-decoration:none;
	color:#00529C;
}
a:visited {
	text-decoration:none;
	color:#00529C;
}
a:hover {
	text-decoration:underline;
}

.newscontainer {
	clear:both;
}
.newscontainer ul { list-style-type:none;margin:0;padding:0; }
.leftnews {
	width:auto;
	border-bottom:1px solid #ECE9DC;
}
.rightnews {
	width:auto;
	border-bottom:1px solid #ECE9DC;
}
.leftnews h1, .rightnews h1, #leftspot h1, #rightspot h1 {
	font: normal 121%/150% Arial, Helvetica, sans-serif;
	padding:0.3em 0 0.5em 0;
}
.leftnews a, .rightnews a {
	display:block;
}
#spots {
	clear:both;
	width:auto;
	overflow:auto; /* Fix för höjden */
	margin:0 auto;
}
#leftspot {
	width:auto;
	border-bottom:1px solid #ECE9DC;
}
#rightspot {
	width:auto;
	border-bottom:1px solid #ECE9DC;
}
.versaler {
	text-transform: uppercase;
	color:#999;
	font-size:90%;
}
.datumlista {
	font-size:100%;
}

/* --------- Fritextsidorna --------- */

#subcontent h1 {
	font:normal 140%/150% Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ECE9DC;
	color:#333;
	margin-bottom:1em;
}
#subcontent .ingress {
	color:#333;
	font-size:100%;
}
#subcontent h2 {
	font:bold normal 120%/150% Arial, Helvetica, sans-serif;
	margin:0.5em 0 0 0;
	color:#333;
}
.author {
	padding:1em 0 0 0;
	font-size:90%;
	color:#999;
	text-align:left;
}
#breadcrumbs {
	margin-bottom:1em;
}
.nyhetslista, .sokbox {
	margin-bottom:1em;
	border-bottom:1px solid #eee;
}
.nyhetslista a {
	background:url(/images/maklarsamfundet/nav_pil.gif) no-repeat 2px 6px;
	padding-left:10px;
	display:block;
}
.sokbox label {
	font-size:90%;
}
#subcontent input {
	font-size:90%;
}

/* Navigering vid sökresultat */

.navsearch {
	text-align:right;
}
.navsearch a {
	padding:0 0.2em;
}
.navsearch a.aktiv {
	font-weight:bold;
}

/* Sitemap */

.sitemap {
	float:left;
}
.sitemap2 {
	float:right;
}
.sitemap ul, .sitemap2 ul {
	list-style-type:none;	
}
.sitemap a, .sitemap2 a {
	display:block;
	padding:3px 3px 3px 8px;
	width:130px;
	background: url(/images/maklarsamfundet/nav_pil.gif) no-repeat 0 10px;
	font-size:90%;
}
a.toppniva  {
	font-size:100%;
	background-color:#eee;
	text-transform:uppercase;
}
a.niva1  {
	font-size:90%;
}
.niva2 a {
	padding-left:18px;
	background: url(/images/maklarsamfundet/nav_pil.gif) no-repeat 10px 10px;
}
.niva3 a {
	padding-left:36px;
	background: url(/images/maklarsamfundet/nav_pil.gif) no-repeat 28px 10px;
}

/* Olika align för bilder */

#subcontent img.topphoger {
	float:right;
	margin:0.5em 0 0.3em 0.3em;
}
#subcontent img.hoger {
	float:right;
	margin:0.8em 0 0.8em 0.8em;
}

/* Sidfot */

#footer {
	clear:both;
	border-top:1px solid #999;
	padding:0.5em 11px;
	font: 90% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, Tahoma;
}
#footer .adress {
	float:left;
	padding-bottom:0.5em;
	text-align:center;
}
#footer .adress span.margin {
	margin-left:10px;
}
#footer .cookies {
	display:none;
}
