body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(121, 139, 160);
}
#page {
	background-image: url(gfx/background_loop.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin: 0px auto 0px auto;
}
#bottom {
	background-image: url(gfx/background_bottom.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
#top {
	background-image: url(gfx/background_top.jpg);
	width: 800px;
	height: 200px;
	margin: 0px;
}
#title {
	background-image: url(gfx/background_title.jpg);
	width: 800px;
	height: 50px;
}
#left {
	width: 550px;
	vertical-align: top;
}
#news{
	margin: 5px 20px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: solid 1px rgb(121, 139, 160);
	border-bottom: solid 1px rgb(121, 139, 160);
	background-color: rgb(100,180,250);
}
#news p{
	color: rgb(0,0,0);
	margin: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#news h1 {
	color: rgb(0,0,0);
	margin: 0px 10px 10px 10px;
	padding: 0px;
	font-weight: normal;
	font-family: "Century Gothic", Arial;
	font-size: 16px;
}
#right {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#right ul li a {
	display: block;
	padding: 10px;
	margin: 0px;
	color: rgb(255,255,255);
	text-decoration: none;
}
#right ul li a:hover {
	background-color: rgb(0,0,0);
}
#right ul {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	border-top: solid 1px rgb(121, 139, 160);
	width: 230px;
}
#right ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Century Gothic", Arial;
	color: rgb(255,255,255);
	font-size: 12px;
	text-transform: lowercase;
	border-bottom: solid 1px rgb(121, 139, 160);
}
#right ul li ul li a {
	display: inline;
	padding: 0px;
	margin: 0px;
	color: rgb(255,255,255);
	text-decoration: none;
}
#right ul li ul li a:hover {
	text-decoration: underline;
	background-color: transparent;
}
#right ul li ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	border-top: none;
}
#right ul li ul li{
	margin: 0px;
	padding: 0px 10px 10px 20px;
	list-style: square inside;
	font-family: "Century Gothic", Arial;
	color: rgb(255,255,255);
	font-size: 12px;
	text-transform: lowercase;
	border-bottom: none;
}
h1 {
	font-family: "Century Gothic", Arial;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 40px 10px 40px;
	color: rgb(255,255,255);
}
h2 {
	font-family: "Century Gothic", Arial;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 20px 40px 10px 40px;
	color: rgb(100,180,250);
}
h3 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;	
	margin: 0px;
	padding: 10px 40px 10px 40px;
	color: rgb(0, 0, 0);	
}
p {
	margin: 10px 20px 20px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 18px;	
}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: square outside;
	margin: 10px 20px 20px 20px;
	
}
table {
	margin: 10px 20px 20px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
}
table.kalender{
	margin: 10px 20px 20px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border-right:solid 1px #363F44;
	border-bottom:solid 1px #363F44;
}
td.kalender{
	border-left:solid 1px #363F44;
	border-top:solid 1px #363F44;
}
table.maanden{
	margin: 20px 20px 0px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border:solid 1px #363F44;
	text-align:center;
}
a.maanden {
	color: rgb(0, 0, 0);
	text-decoration: none;
	text-align:center;
}
a.maanden:hover {
	color: rgb(0, 0, 0);
	text-decoration: underline;
	text-align:center;
}
a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}
a:hover {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}
#news a {
	color: rgb(0,0,0);
	text-decoration: none;
}
#news a:hover {
	color: rgb(0,0,0);
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
}
