
#Main
{
	min-height: 785px;
}

#HeaderText
{
	color: #416082;
	filter: Glow(Color=#ffffff, Strength=10);
}

#Menu
{
	min-height:620px;
	text-align: right;
	background: url(Images/Menu1a.jpg) #a1add7 center bottom;
	margin-bottom: 0px;
}

#Stats
{
	width: 200px; 
	height: 32px; 
	vertical-align: bottom; 
	background: url(Images/Menu2a.jpg) #a1add7 center top;
	margin-top: -1px;
	padding-top: 0px;
	text-align: center;
}

a.MenuItem:hover
{
	background: #000080;
	color:#fff;
}

.Pistenplan
{
	padding: 1px;
	display: block;
	margin: 3px;
	width: 656px;
}

.PisteBlauw
{
	font-weight: bold;
	color: blue;
	text-align: center;
}
.PisteRood
{
	font-weight: bold;
	color: red;
	text-align: center;
}
.PisteZwart
{
	font-weight: bold;
	color: black;
	text-align: center;
}
.RightAlign
{
	text-align: right;
	font-family: Courier New;
}

table
{
	margin: 3px;
	padding: 3px;
	width: 600px;
	border-bottom: gray thin solid;
	border-collapse: collapse;
}
td
{
	border-bottom: silver 1px solid;
	vertical-align: baseline;
	padding-left: 6px;
}

div.webcam
{
	display: inline-block;
	background-color: #e8e8e8;
	margin: 2px;
}

div.webcam a img
{
	display: block;
	border-width: 1px;
	padding: 3px;
	margin: 3px;
	width: 320px;
}

div.webcam sup
{
	display: block;
	float: none;
	clear: left;
	padding-bottom: 4px;
	padding-left: 10px;
}