body {
	background: url(../gfx/body_bg3.png);
}
#background {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 718px;
	/* background: url(../gfx/body_bg3.png); */
}
#background .header {
	height: 173px;
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #8fa8ba;
}
#global_wrap {
	position: relative;
	width: 970px;
	margin: 0px auto 0 auto;
	padding: 0;
	/* background: white; */
}
#header {
	position: relative;
	left: 0; top: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	height: 175px;
/*	background:url(../gfx/green-sprites.png) center -125px; */
}
#content {
	background: url(../gfx/content_shadow.png);
	min-height: 250px;
	padding: 1px 0px 1px 20px;
}
.column {
	float: left;
}
/* Two cols */
.two .column {
	width: 50%;
}
.two .narrow, .two .slim {
	width: 39.33%;
}
.two .wide {
	width: 60.67%;
}
/* Three cols */
.three .column {
	width: 33.33%;
}
/* Four cols */
.four .column {
	width: 25%;
}
.four .column .padder{
	overflow: hidden;
}

.column .padder {
	padding-right: 20px;
}

.fix_floats {
	clear: both;
	float:none!important;
}
#footer ul {
	margin-left: 0;
}
#footer ul.navigation {
	background:url(../gfx/footer-sprites.png);
	padding: 35px 0 0 145px;
}
#footer .bottom {
	background:url(../gfx/footer-sprites.png) bottom;
	height: 20px;
	clear: both;
}
/* Inloggning */
#login {
	position: absolute;
	right:10px;
	bottom:71px;
}
#login .csc-mailform-field, #login .csc-mailform-label {
	color: white;
}
.csc-loginform .csc-mailform-field {
	clear: both;
	height: 22px;
	margin-bottom: 4px;
}
.csc-loginform label {
	width: 100px;
	display: block;
	float: left;
	margin-bottom: 5px;
}
.csc-loginform input {
	float: right;
}
