/* CSS Document */body {	margin-top: 0px;	background-color: #f1f1e0;	font-family: Georgia, "Times New Roman", Times, serif;}/* Blocks*/#layout {	width: 800px;	margin-left: auto;	margin-right: auto;	padding-bottom: 40px;	background-image: url(../images/bg_middle.gif);	background-repeat: repeat;}#top {	width: 720px;	height: 180px;	margin-left: auto;	margin-right: auto;	padding-top: 20px;}#middle {	width: 640px;	margin-left: auto;	margin-right: auto;	padding-top: 20px;}.date_textholder {	width: 110px;	height: 20px;	color: #fff;	font-size: 10px;	font-weight: bold;	padding-top: 5px ;	padding-left: 25px;}#left_content {	width: 490px;	background-color: #fff;	float: left;	background-image: url(../images/bg_left.gif);}#column_left {	width: 430px;	padding-left: 40px;	padding-bottom: 30px;}#right_content {	width: 250px;	margin-left: 20px;	background-color: #fff;	float: left;}#column_right {	width: 220px;	padding-left: 10px;}/* Links */a:link {	text-decoration: underline;	color: #000;}a:visited {	text-decoration: underline;	color: #000;}a:hover {	text-decoration: none;	color: #6633FF;}a:active {	text-decoration: none;	color: #000;}/* text */h1 {	font-size: 28px;	font-style: normal;}h2 {	font-size: 18px;	font-style: normal;}.text {	color: #000;	font-size: 16px;}.text_fet {	color: #000;	font-size: 16px;	font-weight: bold;}.rubrik {	color: #000;	font-size: 20px;	font-weight: bold;}