* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: white;
	background-color: black;
}

h2 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px;
}

p {
	display: block;
	margin: 0px 0px 10px;
}

#page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1080px;
    height: 608px;
    margin: auto;
    border: 1px solid white;
    background-color: black;
}

#header {
	margin: 118px 0px 20px 233px;
	background-image: url(/images/logo.jpg);
	width: 410px;
	height: 42px;
}

#header span {
	display: none;
}

#header img {
	position: relative;
	top: 6px;
}

#header small {
	font-size: 14px;
	font-weight: normal;
}

#stage {
	height: 225px;
	color: black;
	background-color: white;
	overflow: hidden;
}

#menu {
	width: 233px;
	height: 225px;
	float: left;
	display: inline;
	border: 0px;
	border-right: 1px solid black;
	padding: 10px 0px 0px 0px;
}

#menu li {
	list-style: none;
}

#menu a {
	display: block;
	margin: 4px 0px 4px 15px;
    padding: 0px 0px 0px 13px;
	color: black;
	text-decoration: none;
	font-size: 12px;
}

#menu a:hover {
	color: #cc0000;
}

#menu a.active {
	color: #cc0000;
    background-image: url(/images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#menu a.active:hover {
    color: #cc0000;
}

#content {
	float: left;
	display: inline;
	padding: 10px;
}

#footer {
	margin: 20px 0px 0px 233px;
	letter-spacing: 1px;
	line-height: 13px;
	font-size: 11px;
	padding: 0px 20px 0px 0px;
	text-align: justify;
}

#footer a {
	color: white;
}

#footer_content {
  	line-height: 14px;
}

#footer .middot {
    padding: 0px 3px;
}

#footer #legal {
	margin-top: 20px;
}

#history_navigation {
	margin-top: 20px;
}

#history_navigation a {
	text-decoration: none;
	cursor: pointer;
}

#musicplayer {
	position: relative;
	top: -78px;
	padding-left: 228px;
	width: 52px;
}

#address {
	margin: 20px 0px 0px 30px;
}

#counter {
	position: relative;
	top: 610px;
	font-size: 10px;
	height: 20px;
}

.termin {
	float:left;
}

#slideshow_button {
	width: 120px;
	height: 112px;
	background-image: url(/images/diashow.png);
	background-position: top left;
	cursor: pointer;
}

#slideshow_button:hover {
	background-position: 0 112px;
}