* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #656565;
    background-color: #ffffff;
	background-image: url(/static/images/mainBackground.jpg);
	 background-position: center;
	 background-repeat: repeat-y;
}
#wrapper {
	position:relative;
	width:769px;
	left:8px;
	top:8px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}
ul {
	margin:10px;
}
input.btn {
   color:#43788B;
   font-family: arial, tahoma, helvetica, sans-serif;
   font-size:9px;
   font-weight:normal;
}
input.pink {
	background-color: #dddddd; 
	font-size: 10px;
}
#left_col {
	float:left;
	width:175px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	height:100%;
	display:inline;
}
#middle_col {
	float:left;
	width:337px;
	border-right:1px solid #999999;
	height:100%;
	display:inline;
}
#right_col {
	float:left;
	width:250px;
	height:100%;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	display:inline;
}
#large_col {
	float:left;
	width:588px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	height:100%;
	padding:0px;
	padding-bottom:0px;
	margin-left:-1px;
	display:inline;
}
#largecolb {
	float:left;
	width:588px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	height:100%;
	padding-bottom:0px;
	margin-left:-1px;
	display:inline;
}

select, input {
	margin:3px;
}
.bla_bg {
	background:#CCE1F6;
}
a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}
p {
	padding:5px;
	padding-left:0px;
}
ul.go {
	list-style:url(/static/images/go.gif);
	margin-left:42px;
}
.go li {
	padding-bottom:2px;
}
h1 {
	color:#324F63;
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}
h2, h2 a {
	color:#324F63;
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
a img {
	border:0px;
}
ul.nyheter {
	list-style:url(/static/images/news_arrow.gif);
	margin-left:25px;
}
.nyheter li {
	font-size:10px;
}
.rekommenderade {
	margin-left:25px;
	margin-top:10px;
	font-family: sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight:normal;
}
.rekommenderade a {
	font-family:sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight:bold;
}
.priswrapp {
		background:url(/static/images/pris.gif) no-repeat;  
		padding-top:3px;
		padding-left:4px;
		padding-right:14px;
		color:#000;
		font-size:9px;
		width:80px;
		height:20px;
		position:absolute;
		margin-top:2px;
	}
	h4 {
		font-size:12px;
	}
	.guidebild img {
		margin:10px;
		margin-left:0px;
		margin-right:0px;
	}
textarea {
	padding:4px;
}
h3 {
	font-size:12px;
}