body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Trebuchet;
	font-size: 12px;
	line-height: 22px;
	background-color: #eeeeee;
}

#wrapper {
	width: 950px; 
	margin: auto;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#nav {
	display: block;
	background-image: url(images/skiworld_top2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 950px;
	height: 341px;
	z-index: 2px;
}

#nav ul.buttons{width:870px; height:40px; display:block; clear: both; padding-top:275px; overflow:hidden; float:left;}
#nav ul.buttons li{float:left; padding-left: 0; padding-right: 39px;}
#nav ul.buttons li a{height:45px; display:block; overflow:hidden; text-indent:-9000px; background:url('/images/button.png') no-repeat;}
#nav ul.buttons li a.home{background-position:top left; width:105px;}
#nav ul.buttons li a.speel{background-position:top left; width:110px;}
#nav ul.buttons li a.login{background-position:top left; width:70px;}
#nav ul.buttons li a.prijzen{background-position:top left; width:80px;}
#nav ul.buttons li a.reglement{background-position:top left; width:145px;}


#content {
	display: block;
	padding-top: 20px;
	width: 900px;
	z-index:5;
	padding-left: 25px;
	padding-right: 25px;

}
#alert {
	background-image:url(images/alert.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	border: 1px dotted #FF6600;
	height: 30px;
	display: block;
	padding-top: 10px;
}
h1 {
	font-size: 25px;
	color: #0073bb;
	padding-bottom: 10px;
}
h2 {
	font-size: 22px;
	color: #036;
	padding-bottom: 5px;
}
h2.lichtblauw {
	background-color:#3399CC;
}
h3 {
	width: 200px;
	text-align: center;
	background-color:#FF9900;
	color:#FFFFFF;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	border: 1px dotted #003366;
}
strong {
	color: #0073bb;
	font-weight: bold;
}
#footer {
	clear: both;
	color: #999999;
	border-top: #FFCC00 1px solid;
	padding-top: 5px;
	padding-left: 42px;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 10px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
ul {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	list-style-type:circle;
	padding-left: 20px;
}
#pictures {
	float: right;
}
#pictures img {
	margin:15px;
	border: 1px solid #FFCC00;
	display: block;	
}
a {
	color: #FF9900;
	font-weight: bold;
}
th {
	background-color: #eeeeee;
	text-align:left;
}
th.top {
	background-color: #e79200;
	font-weight: bold;
	color:#FFFFFF;
}
.tabel td, th {
	padding: 2px;
}
input, select {
	padding: 3px;
	font-family: Trebuchet MS, Trebuchet;
	font-size: 12px;
}