/** {
	margin: 0;
}*/
html {
	height: 100%;
}
body {
	text-align: center;
	height: 100%;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #ece1cb;
	background-image: url(bilder/bg.gif);
	background-repeat: repeat-x;
	margin: 0;
}

/* länkarna */
a { color: #882622; text-decoration: none; }
a:visited { color: #882622; }
a:hover { color: #882622; text-decoration: underline; }
a img { border: none; }

.wrapper {
	width: 815px;
	text-align: left;
	background: url(bilder/wrapperbg.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -76px;
}
.header {
	height: 105px;
	background: url(bilder/huvud.gif) no-repeat;
}
#sidebar1 {
	float: left;
	width: 139px;
	padding: 45px 0 0 68px;
	margin-right: 40px;
}
#mainContent { 
	float: left;
	width: 525px; 
	padding: 45px 0 20px 0;
}
#copyright {
	padding: 20px 0;
	text-align: center;
	font-size: 9px;
}
.footer, .push {
	height: 76px;
}
.footer {
	width: 100%;
	margin: 0 auto;
	background: url(bilder/footer.gif)  no-repeat #882622;
	background-position: center;
}

/* Formulär */
.kontroll { width: 340px; clear: both;}
.left { width: 100px; float: left; padding-bottom: 5px; }
.right { width: 240px; float: right; padding-bottom: 5px; }

.fltrt {
	float: right;
	margin-left: 15px;
}
.fltlft {
	float: left;
	margin-right: 15px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}