/* CSS Document *//* CSS Document */body {	margin-top: 0px;	background-color: #000;	font-family: "Trebuchet MS";}/* Blocks*/#layout {	width: 800px;	margin-left: auto;	margin-right: auto;	padding-bottom: 40px;	background-color: #000;}#top {	width: 720px;	height: 295px;	margin-left: auto;	margin-right: auto;	padding-top: 10px;}#middle {	width: 640px;	margin-left: auto;	margin-right: auto;	padding-top: 10px;}/* Links */a:link {	text-decoration: underline;	color: #000000;}a:visited {	text-decoration: underline;	color: #000000;}a:hover {	text-decoration: none;	color: #000000;}a:active {	text-decoration: none;	color: #000000;}/* text */h1 {	font-size: 28px;	font-style: normal;}h2 {	font-size: 18px;	font-style: normal;}.text_small {	color: #000000;	font-size: 14px;}.text_small_fet {	color: #000000;	font-size: 14px;	font-weight: bold;}.text {	color: #000000;	font-size: 16px;}.text_fet {	color: #000000;	font-size: 16px;	font-weight: bold;}.text_fet_red {	color: #CC0033;	font-size: 16px;	font-weight: bold;}.rubrik {	color: #000000;	font-size: 20px;	font-weight: bold;}.rubrik_red {	color: #CC0033;	font-size: 20px;	font-weight: bold;}