body {
	margin: 0px;
	padding: 0px;
	background: #EFEFEF;
}
#global_wrap {
	width: 963px;
	margin: 9px auto 0 auto;
	background: url(../gfx/fade.gif) no-repeat top;
}
#global_wrap_2 {
	padding: 5px 6px 0 6px;
}
#header {
	height: 119px;
	/* background-image: url(../gfx/bakgrundssprites.png);
	backgrund-repeat: repeat-x; */
}
#top_image {
	margin-left: 264px;
	height: 100%;
	background-repeat: no-repeat;
}
#top_image .top {
	height: 13px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	background: red;
}
#top_image .bottom {
	margin-top: 93px;
	height: 13px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

#navigation {
	height: 70px;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	background-image: url(../gfx/bakgrundssprites.gif);
	backgrund-repeat: repeat-x;
}

#content {
	background: #F4F4F4;
	clear: both;
	padding-left: 0px;
	padding-bottom: 25px;
	/* Padding-bottom utan min-height = 75 */
	min-height:400px;
}
.column {
	float: left;
}
div.first {
	width: 60%;
}
div.borderline {
	margin: 10px 0px 10px 10px;
	border: 7px solid white;
	padding: 5px;
}
body.draft div.borderline {
	margin: 0 0 10px 0;
}
div.padder {
	margin: 10px 0px 10px 10px;
	padding: 10px;
}
div.second {
	font-size: 12px;
	line-height: 20px;
	width: 40%;
}
div.second .borderline, div.second .padder {
	margin-right: 10px;
}

#logo {
	display:block;
	background-image: url(../gfx/bakgrundssprites.gif);
	width: 264px;
	height: 100%;
	float: left;
	font-family: "Gill Sans Light", Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #808182;
	line-height: 70px;
	text-decoration: none;
	border-bottom:none;
}
#logo:hover {
	border-bottom: none;
}
#logo:focus {
	outline: none;
}
div.fix_floats {
	clear:both;
}
#footer {
	display: none;
	height: 30px;
	background: #EBEBEB;
}

