body {
	font-family: tahoma, verdana, arial;
	font-size: 10pt;
	margin: 20px;
	background-position: center 0px;
	background-image: url("../images/bg_center.png");
	background-repeat: no-repeat;
	background-color: #000;
}

h1 {
	font-size: 160%;
	font-family: georgia;
}

h2 {
	font-size: 120%;
}

a:link, a:visited {
	color: blue;
}

a:hover {
	color: red;
}

#SiteContainer {
	position: relative;
	margin: 0 auto;
	width: 800px;
	min-height: 620px;
}

#Header {
	background: url("../images/header.png") no-repeat;
	height: 140px;
	width: 800px;
}

#MainContentTop {
	height: 5px;
	background: url("../images/bg_main_top.png") no-repeat;
}

#MainContent {
	display: block;
	min-height: 400px;
	margin: 0 0 0 0;
	background: url("../images/bg_main.png") repeat-y;
}

#ContentFrame {
	margin: 8px 8px 8px 16px;
	width: 592px;
}

#CalendarFrame {
	display: block;
	margin-left: 8px;
	width: 168px;
}

#FooterTop {
	height: 5px;
	background: url("../images/bg_main_bottom.png");
}

#Footer {
	width: 800px;
	height: 80px;
	background: url("../images/footer.png") no-repeat;
}


.topmenu {
	position: absolute;
	top: 115px;
	left: 2px;
}

.topmenu a {
	display: block;
	width:   94px;
	padding: 4px;
	height:  18px;
}

.topmenu a:link, .topmenu a:visited {
	color: black;
	text-decoration: none;
}

.topmenu a:hover {
	color: white;
	text-decoration: none;
}

.topmenu div {
	float: left;
	width: 100px;
	text-align: center;
	height: 25px;
}

.topmenu div:hover {
	float: left;
	background: URL("../images/bg_menu_over.png") repeat-x center 0px;
	width: 100px;
	text-align: center;
}

.topmenu_active {
	background: URL("../images/bg_menu_active.png") repeat-x center 0px;
	color: #FFF;
}

.topmenu_active a:link, .topmenu_active a:visited {
	color: #FFF;
	text-decoration: none;
}



.button {
	float: left;
	width: 101px;
	text-align: center;
	background: URL("../images/button.png") repeat-x center 0px;
}

.button:hover {
	float: left;
	background: URL("../images/button_over.png") repeat-x center 0px;
	width: 101px;
	text-align: center;
}

.button a {
	display: block;
	width:   90px;
	height:  20px;
	padding: 5px;
}

.button a:link, .button a:visited {
	color: black;
	text-decoration: none;
}

.button a:hover {
	color: black;
	text-decoration: none;
}



.contact_table {
	width: 400px;
	height: 200px;
	background-image: url("../images/contact_bg.png");
	background-repeat: no-repeat;
}


/** Medlemmer BEGIN **/
.TableStandard {
	border-spacing: 0;
	width: 450px;
}

.TableHeader {
}

.TableOdd td {
	border-bottom: 1px solid black;
}

.TableEven td {
	border-bottom: 1px solid black;
}
/** Medlemmer END **/
