*
{
	margin: 0px;
}
body
{
	margin: 0px;
	padding: 0px;
	background: #817E73 !important;
	background: url("gfx/bg.png") #817E73;
	text-align: center;
	color: white;
	font-family: "Trebuchet MS", tahoma, sans-serif;
}
div
{
	margin: 0px;
}
h2
{
	margin: 0px;
	margin-bottom: 0.5em;
	padding: 0px;
	padding-left: 5px;
	font-size: 24px;
	color: white;
}
h3
{
	margin-bottom: 0.5em;
}
p
{
	margin-bottom: 1em;
	padding: 0px;
}

a:link
{
	color: #200505;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #200505;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #540D0D;
	font-weight: bold;
	text-decoration: none;
}
a:active
{
	color: #200505;
	font-weight: bold;
	text-decoration: none;
}
ul a:link, ul a:visited
{
	color: white;
	line-height: 17px;
}
ul a:hover, ul a:active
{
	font-size: 17px;
}
ul
{
	list-style-type: hiragana;
}
dt
{
	font-weight: bold;
	display: inline;
}
dd
{
	display: block;
}
#tidtable, #kalendertable
{
	width: 100%;
	background: #291F1F;
	border: 1px solid black;
}
#tidtable th, #kalendertable th
{
	background: url("gfx/gradient.png");
}
#tidtable td
{
	width: 14%;
}
#kalendertable td
{
	width: 16%;
}
#logo
{
	margin: 0px auto;
	width: 820px;
	height: 150px;
	background: url("gfx/logo.png");
}
#menu
{
	color: black;
	margin: 0px auto;
	width: 820px;
	height: 40px;
	background: url("gfx/menu.png");
}
#main
{
	margin: 0px auto;
	width: 820px;
	background: url("gfx/mainbg.png");
	text-align: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	overflow: hidden;
}
#bottom
{
	margin: 0px auto;
	padding: 0px;
	width: 820px;
	height: 34px;
	background: url("gfx/bottom.png");
}
#footer
{
	font-size: 9pt;
	color: #444;

}
#menu a
{
	margin-right: 2px;
	margin-left: 2px;
	font-size: 15px;
}
#lysandeide
{
	display: block;
	background: url("gfx/lysandeide.png");
	width: 600px;
	height: 100px;
	margin: 0px auto;
}
#lysandeide:hover, #lysandeide:active, #lysandeide:focus
{
	background: url("gfx/lysandeide3.png");
}
#player
{
	display:block;
	width:400px;
	height:300px;
	border: 1px solid black;
	margin: 0px auto;
}
.content
{
	margin-left: 15px;
	margin-right: 15px;
}
.box
{
	color: white;
	margin: 0px auto;
	display: block;
	width: 800px;
}
.boxtitle
{
	font-size: 20px;
	background: url("gfx/boxtopbg.png") no-repeat;
	height: 40px;
	width: 100%;
	padding-left: 20px;
}
.boxcontent
{
	background: url("gfx/boxmidbg.png") repeat-y;
	width: 100%;
	padding-left: 20px;
	padding-bottom: 1em;
}
.boxbottom
{
	background: url("gfx/boxbot.png") no-repeat;
	width: 100%;
	height: 7px;
}
.boxtitle span
{
	display: block;
	padding-top: 10px;
	padding-left: 5px;
}
.boxcontent span
{
	display: block;
	padding-top: 5px;
	padding-left: 15px;
}
.runningtext
{
	margin-left: 20px;
	margin-right: 20px;
}
.medialink:link, .medialink:visited
{
	color: white;
}
.medialink:hover, .medialink:active
{
	color: #200505;
}
.smallbutton
{
	background: url("gfx/smallbutton.png") no-repeat;
	width: 250px;
	height: 75px;
	padding-top: 14px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
}
.tinybutton
{
	background: url("gfx/tinybutton.png") no-repeat;
	width: 150px;
	height: 30px;
	padding-top: 2px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
}
