
body
{
	background: url(Images/bg.png);
	background-color: #01A9DB;
	font: normal .80em 'century gothic', arial, sans-serif;
	
}

#Containter
{
	background: url(Images/bg.png);
	width: 1000px;
	margin: auto;
	background-color: #01A9DB;
	
}

#Header
{
	
	text-align: center;
	margin-bottom: 30px;
	
}

#Header li 
{
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	     -o-transform: skew(-20deg);
	margin-left: 5px;
	margin-right: 25px;
	list-style: none;
	float:left;
	margin-bottom: 25px;
	margin-top: 25px;
	
}

#Header li a
{
		
	background-color: #3B679B;
	padding-left:15px;
	padding-right:15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFF;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 30px;
	text-decoration:none;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	
	
}

#Header li a:hover
{
	background-color: #3C9DD0;
}

#Header li a:active
{
	color: white;
}

#Header li a:visited
{
	color: #E6E6E6;
	
}

#Header li a:link
{
	color: #E6E6E6;
}
#Header img
{
	width: 40%;
	height: 40%;
}



#Inhoud
{
	width: 625px;
	float: left;
	font-size: 18px;
	background: #FFFFF;
	
}

#Sidebar
{
	width: 340px;
	float: right;

	height: 500px;
	
}



#Content
{
	padding-left: 10px;
	padding-right: 10px;
	width: 996px;
	overflow: hidden;
	background-color: #E6E6E6;
	box-shadow: inset 0px 0px 10px #000000;
	font-size: 18px;
	float: left;
}

img
{
	max-width:100%; max-height:100%;
}


#Footer
{
	padding-top: 10px;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 40px;
	float: right;
	color: #919191;
}

#Footer a:visited
{
	color: #919191;
	text-decoration: none;
}
#Footer a:link
{
	color: #919191;
	text-decoration: none;
}

#Footer a:hover
{
	color: #919191;
	text-decoration: underline;
}

#foto
{
	text-align: center;
}
#foto img
{
	
	width:320px;	
	display:inline-block;
}

#fotoright 
{
	
	width:320px;
	float: right;
	
}

#fotoleft img
{
	border-style: solid;
	border-width: 1px;
	margin: 1px;
	
}

#fotoright img
{
	border-style: solid;
	border-width: 1px;
	margin: 1px;
	
}






