/* Stylesheet website Luuk van de Scheur */

body 
{
	margin: 0;
	padding: 0;
	background-image: url(../images/carbon.png);
	font-family: Trebuchet MS, sans-serif;
}

#menuCanvas
{
	margin: auto;
	width: 920px;
	height: 40px;
	background-image: url(../images/canvas.png);
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#menu
{
	position: absolute;
	margin-left: -29px;
	top: -16px;
	min-width: 950px;
	display: block;
}

#menu li
{
	margin-right: 9px;
	width: 172px;
	height: 25px;
	text-align: center;
	display: inline;
	float: left;
	background-image: url(../images/buttonx.png);
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 5px;
}

#menu li .active
{
	background-image: url(../images/buttonxa.png);
}

#menu li a
{
	display: block;
	margin-top: -3px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 0 2px silver;
}

#menu li:hover
{
	cursor: pointer;
	color: #81e300;
}

#menu li a:hover
{
	color: #81e300;
	text-shadow: 0px 0px 3px #990000;
}

#container
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: -40px;
}
#table
{
	position: relative;
	display: table;
	height: 100%; 
	width: 100%;
}
#tableCell
{
	display: table-cell;
	vertical-align: middle;
	top: 50%;
}
#contentContainer
{
	position: relative;
	top: -50%;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
/* End */



#Canvas
{
	width: 920px;
	height: auto;
	margin: auto;
	margin-top: 10px;
	background-image: url(../images/canvas.png);
	padding-top: 1px;
	padding-bottom: 1px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 90px;
}

#header
{
	width: 900px;
	height: 100px;
	margin: 10px;
	text-align: right;
	background-image: url(../images/header3.png);
	border: 1px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#header h1
{
	float: right;
	margin: 57px 20px 0 0;
	font-size: 22px;
	color: #fff;
	text-shadow: 1px 1px 3px black;
}

.location
{
	opacity: 0.25;
}

#content 
{
	margin: 10px;
	width: 860px;
	background-color: #ebebeb;
	border: 1px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 20px;
}

#content h2 
{
	margin-top: 1em;
	font-size: 1.2em;
	color: #333;
	text-shadow: 0px 0px 2px #888;
}

#content p 
{
	margin-top: .9em;
	font-size: .9em;
	color: #444;
	text-shadow: 0px 0px 1px #666;
	margin-bottom: 20px;
}

#footer
{
	text-align: right;
	color: white;
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
	text-shadow: 0 0 3px #fff;
}
