/*

************************
*                       *
* AUTOR: RWA Ras (Web-)design *
*     (c) www.rwaras.nl  *
*                        *
************************

*/ 


html {
	width: 100%;
	background: #000;
}

body {
	width: 800px;
	background: url(images/background.jpg) repeat-y;
	margin: 5px auto;
	padding: 0;
	font-family: verdana, sans serif;
	font-size: 13px;
	color: #d3d3d3;
	text-align: left;
}

body a, body a:hover, body a:active, body a:visited {
	font-family: verdana, sans serif;
	font-size: 13px;
	color: #f3971d;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #f3971d;
}

h1 a, h1 a:hover, h1 a:active, h1 a:visited{
	font-size: 20px;
	font-weight: bold;
	color: #f3971d;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #f3971d;
}

h2 a, h2 a:hover, h2 a:active, h2 a:visited{
	font-size: 15px;
	font-weight: bold;
	color: #f3971d;
}

h3 {
	font-size: 13px;
	color: #f3971d;
	font-weight: bold;
}

h3 a, h3 a:hover, h3 a:active, h3 a:visited{
	font-size: 13px;
	color: #f3971d;
	font-weight: bold;
	text-decoration: none;
}

#header {
	width: 800px;
	height: 134px;
	background: url(images/header.jpg) no-repeat #000;
	margin: 0;
	padding: 0;
	float: left;
}

#container {
	width: 800px;
	background: url(images/background.jpg) repeat-y;
	margin: 0;
	padding: 0;
	float: left;
}

#containerleft {
	width: 200px;
	margin-top: 10px;
	padding: 0;
	float: left;
}

#menu {
	width: 168px;
	margin: 0;
	padding: 0;
	float: right;
}

ul#menulist{
	width: 173px;
	background: url(images/menu.jpg) repeat-y #000;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

ul#menulist li {
	width: 130px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	font-size: 12px;
	float: right;
}

ul#menulist li  a, ul#menulist li  a:visited {
	display: block;
    overflow: hidden;
	color: #f3971d;
	font-weight: bold;
	font-size: 12px;
}

ul#menulist li a:hover, ul#menulist li.active a, ul#menulist li.active a:hover{
	color: #CC3300;
}

#containerright {
	width: 600px;
	margin: 0;
	padding: 0;
	float: left;
}

#inlog {
	width: 200px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}


#content { 
	width: 500px;
	margin: 10px auto;
	padding: 0;
}

table { 
	border: 1px solid #f3971d;
	margin: 0;
	padding: 0;
}

td { 
	border-top: 1px solid #f3971d;
	border-bottom: 1px solid #f3971d;
	margin: 0;
	padding: 0;
}
	
#footer {
	width: 750px;
	height: 40px;
	margin-top: 15px;
	padding: 0;
	color: #f3971d;
	float: right;
}

	