/* CSS Document */
body, html {
	margin:0;
	padding:0;
	background:#a7a09a;
	color: #e2dcd8; 
	font-size: 11px; 
	font-family: tahoma;
}

body {
	min-width:762px;
	background-image: url(../images/bg.gif);
}

ul {
	margin:0; 
	padding-left:25px;
}

a {
	color: #e2dcd8;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #5ab5e9;
}

#wrap {
	background-image:url(../images/tile_site_bg.gif);
	margin:0 auto;
	width:762px;
	padding:0;
}

#header {
	background-image:url(../images/tile_top.gif);
	width:728px;
	height:39px;
	margin: 0px 17px 0px 17px;
}

#banner {
	background-color:#000000;
	width:728px;
	height:184px;	
	margin: 0px 17px 0px 17px;
}

#footer {
	background-image:url(../images/tile_bottom.gif);
	width:728px;
	height:59px;
	margin: 0px 17px 0px 17px;
	color: #acacac;
	clear:both;
}

#footer p {
	padding:25px 0px 0px 0px;
	margin:0;
	
}



#sidebar {
	background:#222222;
	float:left;
	height:100%;
	width:196px;
	margin: 0px 0px 0px 17px;
	display:inline;
}

#sidebar ul {
	margin-bottom:0;
}

#sidebar h2 {
	background-image:url(../images/tile_spacer.gif);
	height:20px;
	width:191px;
	font-size: 11px;
	margin:0px;
	padding:5px 0px 0px 5px;
}

.leftContent {
	background-color:#3E3E3E;
	width:186px;
	margin:0px;
	padding:5px;
}

#sidebar ul {
	padding:0;
	margin:0px;
	
}

#sidebar li {
	list-style-type:none;
}

#sidebar li a {

	margin:0px;
	padding:7px 0px 0px 0px;
	height:23px;
	width:196px;
	background-image:url(../images/tile_start_button.gif);
	
	display:block;
}


#sidebar a:hover var {
	background-image:url(../images/tile_marker_blue.gif);
}

#sidebar a var {
	width:8px;
	height:28px;
	margin:-7px 4px 0px 0px;
	background-image:url(../images/tile_marker_graa.gif);
	float:left;
}

#maincontainer {
	float:left;
	display:inline;
	margin: 0px 0px 0px 16px;
	padding:0;
	width:510px;
}


.main {
	border: 1px solid #7e7c78;
	width:510px;
	margin: 5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.content {
	background-color:#3e3e3e; 
	margin: 0 1px 1px 1px;
	padding:5px;
	border: 1px solid #7e7c78;
	position:relative;
}

.content img {
	background-color:#e2dcd8;
	padding:3px;
	display:block;
}


.maskinspecs {
	display:inline;
}

.main h1 {
	background-image:url(../images/tile_header.gif);
	color: #292929; 
	font-weight: bold; 
	font-size: 11px;
	height:17px;
	/*width:100%;*/
	padding:3px 0px 0px 0px;
	margin:1px 1px 0px 1px;
}

.main h1 var {
	width:19px;
	height:17px;
	margin:-2px 5px 1px 1px;
	background-image:url(../images/arrow_button.gif);
	float:left;
}

.maskinBeskrivelse {
	float:right;
	width: 380px;
	position:relative;
}

.maskinThumb {
	float:left;
	position:relative;
}

.referanserBeskrivelse {
	float:left;
	width: 380px;
}

.referanserThumb {
	float:right;
	position:relative;
}

.referanseBildeLink {
	color:#000000; 
	float:right; 
	clear:right; 
	border: dotted 1px #000000; 
	background-color:#d4d4d4; 
	padding:2px; 
	margin-top:2px;
	width:114px;
	text-align:center;
	position:relative;
}

.clearfix {
	font-size: 0px;
	clear:both;
}

