/* CSS Document */

/* CSS Document */
/* General */
body, td, th, input { /* redundant rules for bad browsers  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 100px 0px 0px;
	background: white;
}

h1, h2, h3, h5, h6 {
	margin: 0.4em 0 0.2em 0;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	margin: 0.8em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}


#header h1 { border: 0; }

h1 { font-size: 280%; font-weight:normal; }
h2 { font-size: 120%; font-weight: bold; }
h3 { font-size: 100%; }
h4 { font-size: 100%; font-weight: bold; text-transform:uppercase;}
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }


img { border: 0; }

a {
	text-decoration: none;
	color:#000000;
}

/* Huvudmeny */
#navcontainer{
	display:none;
}

/* Undermeny */
#meny_level_2{
	display:none;
}

/* Right banners */
.right_banner{
	display:none;
} 

.right_banner_text{
	display:none;
} 

#startpagebanner_text{
	display:none;
}

.startpagebanner_readmore{
	display:none;
}

/* cols */
#leftcontent {
	display:none;
}

#rightcontent {
	display:none;
}

#rightcontent br {
	display:none;
}

#maincontent_detaljbild{
	margin-bottom:10px;
}

#widecontainer_detaljbild{
	margin-bottom:10px;
}

#footer {
	margin: 25px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size:9pt;
	border-top: 1px solid gray;
}

#footer a {
	display:none;
}



.list_facts{
	margin:5px;;
	padding:8px;;
	font-size:75%;
	background-color:#eee;
	border: 1px solid black;
	float:right;
}
