body {
	color: #333;
	background-color: #666;
	font-family:  Georgia, serif;
	font-size: 0.8em;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
}

p {	
	margin-bottom: 0px;	
	margin-top: 0;	
}

img {
	border: 0px;
}

#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	top: 0px;
	z-index: 1;
	width: 850px;
	margin-right: 0px;
	margin-left: 0px;
	height: 245px;
	margin-top: 0px;
	position: absolute;
	background-image: url(../bilder/header2.png);
}

#nav {
	margin-left: 65px;
	margin-top: 210px;
	z-index: 3;
	width: 725px;
	height: 26px;
}
#links {
	text-align: right;
	width: 200px;
	position: relative;
	top: -8px;
	float: right;
	height: 36px;
}

#main {
	right: auto;
	left: auto;
	top: 245px;
	position: absolute;
	margin-right: 25px;
	margin-left: 25px;
	width: 800px;
	background-color: #FFF;
}

#content {
	margin-bottom: 40px;
	margin-left: 0px;
	width: 800px;
}

#content_left {
	float: left;
	margin-bottom: 40px;
	margin-left: 40px;
	margin-top: 40px;
	width: 460px;
}

#content_right {
	margin-left: 30px;
	background-color: #999;
	margin-right: 40px;
	float: left;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 200px;
}

#footer {	
	clear: both;	
	margin-left: 40px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	height: 80px;
	width: 720px;
}

.fl_right {
	float: right;
}

.fl_left {
	float: left;
}
.img_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 60px;
}

.img_link {
	margin-right: 18px;
}

a {
	font-family: Georgia, serif;
	font-size: 1em;
	color: #444;
	text-decoration: none;
}

a:link {
	font-family: Georgia, serif;
	font-size: 1em;
	color: #444;
	text-decoration: none;
}
a:visited {
	font-family:  Georgia, serif;
	font-size: 1em;
	color: #444;
	text-decoration: none;
}

.rubrik {
	font-size: 1.5em;
	margin-bottom: 6px;
}
