@charset "utf-8";

/* front page CSS customization */
body {
	background:#303030; 
	color: #fff; 
	}
#bd{
	background-color:#303030
	}
/*#mainContent*/ /***byta för att bli rät i IE **/
.ttfieldSpecial_ID270{
	margin-top: 12px;
	}
/** HEADING FORMATS *******/
h1,h2,h3 {color:#F93;}

/** MENU FORMATING (only level 1 is present in front page ***/
.menu_lvl1 a {
	color:#fff;
	}
.menu_lvl1 a:Hover {
	/*color:#303030;*/
	text-decoration: underline;
	}

/*link pagelist fields, but do it slick*/
.ttpagelistfield a, .ttsubpagefield a {
	text-decoration:none; 
	color:#fff;
	}
.ttpagelistfield a:Hover, .ttsubpagefield a:Hover {
	color:silver; /** mouse over link format **/
	}
/** formatering av small headings (tentipi @ Adventure, heating and lighting ....) **/
.ttfieldSpecial_ID264 .fieldContent .bodytext{
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin-bottom: 0;
	}
.ttpagelistfield .ttrichfield .ttlabel{
	margin-bottom: 0;
	}
/** first paragraph below small heading **/
.ttfieldSpecial_ID265{
	/*font-weight: bold;*/
	font-size: 1.1em;
	}
/** text below tagline **/
.ttfieldSpecial_ID15{
	float: left;
	width: 320px;
	}
/** bild below tagline **/
.ttfieldSpecial_ID83{
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	*margin-top: 20px;
	}
/** pagelistor i häger **/
#rightContent .ttfield .ttpagelistfield{
	border:1px solid gray;
	padding: 5px;
	margin-bottom: 15px;
	}
/** IE justefication**/
#mainContent .ttfieldSpecial_ID263 .fieldContent{
	*padding: 5px;
	*border: 1px solid gray;
	}
#mainContent .ttfieldSpecial_ID263 .fieldContent img{
	*border: none;
		*width: 148px;
	}
#leftContent, #leftContent #menu {
	width: 162px;
	}

