@charset "utf-8";

/* CSS Document */

#leftdecor {
	height: 558px;
	width: 74px;
	margin-top: 90px;
	float: left;
}
#rubriktext {
	font-family: "Comic Sans MS", Verdana;
	font-size: large;
	color: #330000;
}
#top {
	width: 630px;
	background-color: #ECEEEA;
	height: 50px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 30px;
	padding-left: 3px;
	margin-top: 3px;
	float: none;
	margin-left: 100px;
}
#links {
	width: 300px;
	margin-top: 10px;
	margin-left: 320px;
}
a {
	font-family: "Hobo Std", "Comic Sans MS", "Arial Black";
	font-size: small;
}
a:link {
	color: #3C3F48;
	text-decoration: none;
}
a:visited {
	color: #3C3F48;
	text-decoration: none;
}
a:hover {
	color: #858A9A;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
body,td,th {
	font-family: Comic Sans MS, Verdana;
	font-size: small;
	margin-top: 10px;
}
#rightdecor {
	float: right;
	height: 300px;
	width: 74px;
	margin-top: -550px;
}
