/* 

		+ + + + + + + + + + + + + + + + + + + + + + + + +
		+ + + + + + + + + + + + + + + + + + + + + + + + +
		+                                               +
		+                                               +
		+   Design & development: Jim Rutten            +
		+                                               +
		+                                               +
		+         _         __  __ ______  _____ _      +
		+        | |  /\   |  \/  |  ____|/ ____| |     +
		+        | | /  \  | \  / | |__  | (___ | |     +
		+    _   | |/ /\ \ | |\/| |  __|  \___ \| |     +
		+   | |__| / ____ \| |  | | |____ ____) |_|     +
		+    \____/_/    \_\_|  |_|______|_____/(_)     +
		+                                               +
		+                         interactive media     +
		+                                               +
		+                                               +
		+                             JAMES! - 2008     +
		+                           www.jamesdim.nl     +
		+                                               +
		+ + + + + + + + + + + + + + + + + + + + + + + + +

*/


/**********************************

CLEAR WHITESPACES/WHITESPACE RESET

**********************************/
* {
padding:0;
margin:0;
}

/* HYPERLINKS */
:link,:visited { text-decoration:none }

/* GEEN LIST STYLE */
ul,ol { list-style:none }

/* ALLE HEADINGS HETZELFDE VOOR EEN CONSISTENTE STYLE */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* NOGMAALS ALLE ELEMENTEN STRIPPEN */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* STANDAARD GEEN BORDER OM EEN LINKED IMAGE */
a img,:link img,:visited img { border:none }



/**********************************

STANDAARD HTML-ELEMENTS 

**********************************/
body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}

p { 
margin-bottom:10px;
}

h1 {
font-weight:bold;
font-size:18px;
color:#f5f700;
margin-bottom:12px;
margin-bottom:25px}

h2 {}

h3 {}

h4 {}

img {}

a, a:visited {
color:#f83e00;
text-decoration:underline;}

a:hover {
color:#ff0000;
text-decoration:none;}



input {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000f;
background-color: #FFF;
border-width: 1px;
border-style: solid;
border-color: #000;
}

textarea {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000f;
background-color: #FFF;
border-width: 1px;
border-style: solid;
border-color: #000;
}

a.credits:hover {
color:#B0D237;
text-decoration:none;
}

/**********************************

EIGEN STYLES

**********************************/

#canvas {
text-align:center;
}

#siteContainer {
text-align:left;
position:relative;
width:933px;
margin:auto;
}

#header {
width:933px;
height:166px;
background-image:url(../images/header_bg.jpg);
background-repeat:no-repeat;
}
#vwLinks {
position:absolute;
height:171px;
width:127px;
background-image:url(../images/vw_links.jpg);
}
#vwRechts {
position:absolute;
height:102px;
width:156px;
left:777px;
background-image:url(../images/vw_rechts.jpg);
}

#contentContainer {
position:relative;
left:127px;
width:650px;
background-color:#0d0d0d;
}

#content {
position:relative;
left:167px;
width:455px;
min-height:400px;
_height:400px;
}

#menuContainer {
position:absolute;
width:167px;
height:150px;
}

#menu {
}

#footerContainer {
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	height:49px;
	color:#FFFFFF
}
#footer {
margin-top: 40px;
margin-left:20px;
color:#000;
}
