{
	margin: 0px;
	padding: 0px;
}

body {
	
	/*padding: 10px auto 10px auto;*/
	background-color:#000000;
	font-family: verdana, arial, sans-serif;
	font-size:14px;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#3C3C3C;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#3C3C3C;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#A29A82;
	scrollbar-track-color:#1E1E1E;
}

a {
	color: #c2bebe;
	background-color: inherit;
	text-decoration: none;
	text-align:center;
}

a:hover {
	color: #d26a36;
	background-color: inherit;
}

img {
	border: none;
	
}

ul {
	text-align:right;
}

li {
	margin:0px 0px 0px 0px;  /*hiermee geef ik de afstand tussen de teken en de rand van de pagina*/
}

p {
	text-align: justify;
	line-height: 20px;
	clear : both;
	float : none;
}

#container {
	margin: 20px auto 18px auto;
	width: 778px;
	border: 3px double #EEEEEE;/*Hiermee geef ik de dunne lijne die om de hele pagina komen te staan*/
	border-color: #FF8C00 #FF8C00 #FF8C00 #FF8C00;/* en hier geef welke kleur zijn zullen krijgen*/
	color: #E8E6E6;
}
/* Content */
.content_Links {
	float:left;
	width:389px;
	height:360px;
	background-color:#000000;
	overflow:auto;
	font: bold 1.0em sans-serif,Arial;
}
.content_Links h1 {
	margin: 0px 10px 0px;
	font: bold 1.6em sans-serif,Arial;
	color: #E8E6E6;
}

.item {
	padding: 0px 0px;
}
/* Misc */
.content_Rechts {
	float:right;
	width:389px;
	height:360px; 
	background-image:url(../images/Awards_body.gif);
	background-image:no-repeat; 
}
/* Page Title */

#page_title {
	width: 778px;
	height: 130px;
	background-image:url(../images/awares.gif);
	color:#ffffff;
	float: center;
}

/* Page Footer */

#page_onder{
	
	margin: 0px auto;
	width: 778px;
	height:80px;
	background:#CC0000;
	background-repeat: repeat-x;
	float:center;	
}
	
	/* Menu */
.menu a {
	background: #CC0000;
	border-right: 1px solid #FF8C00;
	border-bottom: 1px solid #FF8C00;
	border-top: 1px solid #FF8C00;
	font: bold 1.3em sans-serif,Arial;
	color: #E8E6E6;
	float: left;
	width: 156px; 
	height: 25px;
}

.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666666;
	text-align:center;
}
.menu a#last {
	width: 150px;
	border-right: none;
}

#page_footer {
	width: 778px;
	padding:10px 0px;
	background:#CC0000;
	clear: both;
	font-size: 9px;
	text-align:center;
	line-height: 100px;
}
