@charset "UTF-8";
/* Testbutiken CSS */

body {
	background-color: #3b382f;
	margin: 0;
	color: #3a382e;
	font-size: 14px;
	line-height: 18px;
	font-family: helvetica, arial;
}

a {
	color: #3a382e;
	text-decoration: underline;
}

a:hover {
	color: #3a382e;
	text-decoration: none;
}

h1 {
	font-size: 27px;
	line-height: 29px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 3px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
}

h3 {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

p {
	margin: 0;
	padding-bottom: 7px;
	padding-top: 0;
}

#page {
	background: url(images/bg.jpg);
	padding-bottom: 15px;
}

.border1 {
	height: 9px;
	background-color: #3b382f;
}

.border2 {
	margin-top: 2px;
	height: 1px;
	background-color: #3b382f;
}

.middle {
	padding-left: 45px;
	padding-top: 35px;
}

.logo {
	float: left;
	padding: 0px;
	margin: 0px;
}

.topp_container {
	width: 750px;
}

#toppmeny {
	float: right;
	padding-bottom: 0;
	padding-top: 12px;
	*padding-top: 23px; /*  IE fix */
}

.topp_border {
	border-bottom: 1px #3b382f solid;
	clear: both;
	width: 748px;
	*margin-top: -18px; /*  IE fix */

}

#meny li {
	padding-left: 11px; 
	padding-right: 11px; 
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	text-align: left;
	margin-right: 2px;
	background-image: url(images/toppmeny_bg.gif);
}

#meny li a {
	font-size: 14px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
}

#meny li a:hover {
	color: #ffe23f;
	text-decoration: none;
}

.left_block {
	float: left;
	width: 270px;
	padding-top: 13px;
}

.right_block {
	width: 480px;
	float: left;
	padding-top: 40px;
}

.bottom {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.errmsg { 
	color: red; 
}

div.errfield input { 
	background-color: #faa; 
}
