/* CSS-document van www.EyeImage.nl 
   Copyright © 2007 EyeImage.nl 

   Ontworpen door Sander Damen (www.SanderD.nl) 

        Kleurenschema:
		
		Oranje: #F99615;
		Achtergrondkleur: #5D5D5D;
		Achtergrondkleur content: #2a2a2a;
		Achtergrondkleur menu (grijs): #191919;
		
		*/

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #5d5d5d;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	vertical-align: top;
	color: white;
}
img {
	border: none;
}

.img {
	border-bottom: 3px solid white;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

li {
	margin-left: 15px;
	padding-bottom: 7px;

}

	/* Layout-stijlen */
	
#container {
	width: 806px;
	text-align: left;
	min-height: 100%;
	_height: 100%;
	margin: -30px auto 0 auto;
	background: url(../images/bgContent.jpg) repeat-y center;
}

#footer {
	height: 30px;
	text-align: left;
	width: 806px;
	padding: 0;
	margin: 0 auto 0 auto;
	background: url(../images/bgContent.jpg) repeat-y center;

}

#footer_left {
	width: 300px;
	margin-left: 103px;
	position: relative;
	top: 10px;
	padding-bottom: 3px;
	float: left;
	border-bottom: 4px solid #F99615;

}

#footer_right {
	width: 341px;
	float: right;
	position: relative;
	top: 10px;
	margin-right: 62px;
	padding-bottom: 3px;
	text-align: right;
	border-bottom: 4px solid #F99615;

}

#content {
	width: 740px;
	min-height: 490px;
	_height: 490px;
	padding-top: 30px;
	margin-left: 33px;
	text-align: left;
	background: url(../images/titleL.jpg) no-repeat top left;

}

#header {
	height: 37px;
	width: 698px;
	background-color: #191919;
	margin-left: 41px;

}

#white {
	height: 9px;
	width: 698px;
	margin-left: 41px;
	background-color: white;
}

#menu {
	height: 25px;
	width: 671px;
	line-height: 23px;
	margin-left: 41px;
	text-align: right;
	padding-right: 27px;
	background-color: #D6D2D3;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;

}

.divider {
	color: #F99615;

}

#block {
	width: 639px;
	margin-left: 72px;
	margin-top: 25px;
	padding-bottom: 50px;

}

	/* Hyperlinks */

a:link {
	color: #F99615;
	text-decoration: none;
}
a:active{
	color: #F99615;
	text-decoration: none;
}
a:visited {
	color: #F99615;
	text-decoration: none;
}
a:hover {
	color: #F99615;
	text-decoration: underline;
}


/* Menu */

a.menu:link {
	color: #2a2a2a;
	text-decoration: none;
}
a.menu:active{
	color: #2a2a2a;
	text-decoration: none;
}
a.menu:visited {
	color: #2a2a2a;
	text-decoration: none;
}
a.menu:hover {
	color: #F99615;
	text-decoration: none;
}


a.sanderdamen:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.sanderdamen:active{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.sanderdamen:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.sanderdamen:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}


/* Forms */

.submit {
	background-color: #F99615;
	border: 1px solid white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.text {
	background-color: white;
	border: 1px solid #D6D2D3;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

/* Header  */

#header p
{
	
	margin: 0;
	padding: 10px 0 0 30px;
	font-style: italic;
	
}

#header p span
{
	
	color: #F99615;
	
}
