@charset "UTF-8";
#Layout {
	height: 773px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
	border: 3px solid #000000;
	background-color: #999999;
}
#Banner {
	float: left;
	height: 97px;
	width: 900px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
}
#LeftContainer {
	float: left;
	height: 630px;
	width: 200px;
}
#Navigation {
	float: left;
	width: 177px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	height: 594px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.MainCategory {
	font-weight: bold;
	float: left;
	width: 180px;
}
.MainCategory a {
	font-weight: bold;
	float: left;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#MainContentContainer {
	float: left;
	height: 604px;
	width: 505px;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 13px;
	margin-left: 10px;
}
#MainContainer {
	float: left;
	width: 485px;
	overflow: auto;
	height: 584px;
	background-color: #efeeef;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#RightContainer {
	float: left;
	height: 630px;
	width: 175px;
}
#Sponsors {
	text-align: center;
	padding-top: 15px;
	background-color: #FFFFFF;
	margin-top: 10px;
	height: 588px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	float: left;
	width: 175px;
}
.overskrift {
	font-size: 14px;
	font-weight: bold;
}
.overskrift2 {
	font-size: 12px;
	font-weight: bold;
}
#Footer {
	float: left;
	width: 880px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #999999;
	color: #FFFFFF;
}
body {
	background-image: url(../images/bglines.gif);
	background-repeat: repeat-x;
}

