* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
body {
	background: #000;
	}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	background: #FFF;
	background-image:url(layout/bg_new.gif);
	background-repeat:no-repeat;
	border:#FFF solid 5px;
	}
	#container #mainleft {
		width:200px;
		float:left;
		background-color:#CCC;
		background-image:url(layout/bg.gif);
		background-repeat:repeat-y;
		height:650px;
		}
		#container #mainleft #mcbild{
			background-image:url(layout/bla-suzuki_mc.gif);
			background-repeat:no-repeat;
			height:153px;
			}
		#container #mainleft p.erbjudande{
			background-color:#CCC;
			padding-bottom:20px;
			padding-left:10px;
			}
		#container #mainleft p.tider{
			padding-bottom:20px;
			padding-left:10px;
			background-color:#CCC;
			}
		#container #mainleft p.service{
			padding-bottom:20px;
			padding-left:10px;
			padding-right:10px;
			background-color:#CCC;
			}
	#container #mainright {
		float:right;
		width:592px;
		background-color:#FFF;
		}
		#container #mainright #navigation {
			padding: 5px;
			margin-bottom:5px;
			padding-top:80px;
			background-color:#000;
			background-image:url(layout/namn.jpg);
			background-repeat:no-repeat;
			height:24px;
			}
			#container #mainright#navigation ul {
				list-style-type: none;
				}
				#container #mainright #navigation ul li {
					display: inline;
					}
					#container #mainright #navigation ul li a {
						display: inline;
						padding: 5px;
						font-weight: bold;
						color: #FFF;
						text-decoration: none;
						}
						#container #mainright #navigation ul li a:hover {
							color:#00FF00;
							}
		#container #mainright #content {
			margin:5px 5px 5px 5px;
			}
			#container #mainright #content p.halv {
				width: 260px;
				height:150px;
				float:left;
				border:#CCC solid 1px;
				margin:5px;
				}
			#container #mainright #content p.halvb {
				width: 260px;
				height:150px;
				float:left;
				border:#CCC solid 1px;
				margin:5px;
				line-height:20px;
				}
	#container #footer {
		clear: both;
		background: #000;
		text-align: center;
		color: #FFF;
		padding:5px;
		margin-top:5px;
		}
h1{
	color:#999;
	font-size:18px;
	padding:5px;
	font-weight:bolder;
	}
h2{
	color:#666;
	margin-bottom:5px;
	}
h3{
	color:#666;
	margin-bottom:5px;
	margin-top:20px;
	}
span.h1{
	color:#999;
	font-size:18px;
	padding:5px;
	font-weight:bolder;
	}
span.h2{
	color:#000;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:bold;
	font-size:14px;
	}
img.default{
	margin-left:15px;
	margin-top:5px;
	border:none;
	}
img.beg{
	float:right;
	margin:5px;
	}
img.sbild{
	margin:5px;
	border:#000 solid 1px;
	}
img.right{
	float:right;
	}
img.logo{
	float:right;
	}
p.datum{
	font-style:italic;
	color:#666;
	font-size:10px;
	margin-top:5px;
	margin-left:10px;
	}
p.middle{
	text-align:center;
	}
p.linje{
	border-bottom:#666 dotted 1px;
	height:5px;
	}
p.linje1{
	border-bottom:#666 dotted 1px;
	margin:30px 10px 30px 10px;
	}
p.erbjudande{
	background-image:url(layout/bg-knapp.gif);
	background-repeat:no-repeat;
	color:#666;
	margin-bottom:5px;
	margin-top:20px;
	}
p.erbjudande1{
	background-image:url(layout/bg-knapp-stor.gif);
	background-repeat:no-repeat;
	color:#666;
	margin-bottom:5px;
	margin-top:20px;
	height:50px;
	}
a.mail{
	color:#FFF;
	text-decoration:none;
	}
a.erbjudandelink{
	color:#333;
	text-decoration:none;
	display:block;
	}
	a.erbjudandelink:hover{
		border-left: solid 3px #999;
		text-decoration:none;
		}
a{
	color:#630;
	text-decoration:none;
	}
	a:hover{
		text-decoration:underline overline;
		}
	a.img:hover{
		text-decoration:none;}
ul.tillbehor{
	display:inline;
	}
	ul.tillbehor li{
		display:block;
		padding:5px;
		list-style-type:disc;
		}
p{
	padding:5px;
	}