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

body {
	background:#660000;
	color : #666666;
	text-align : left;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a {
	color : #7B7B7B;
}

a:hover {
	color : #7B7B7B;
	text-decoration : none;
}


/* Header Style */

#pagebox {
	margin:auto;
	background-color:#FFFFFF;
	width : 810px;
	height : auto;
	margin-top: 5px;
}

#page_header {
	margin : 0px auto;
	width : 800px;
	height : 100px;
	text-align : left;
	overflow : hidden;
}

#page_logo {
	margin-left : 0px;
	margin-top : 10px;
	width : 300px;
	height : 80px;
	float : left;
}

#page_logo img {
	position : absolute;
	top : 20px;
	margin-left : 40px;
}

#page_open {
	margin-top:10px;
	width : 450px;
	height : 80px;
	float : right;
	font-size: 10px;
	text-align: right;
	color: #000000;
}
#page_open p {
	padding-top:5px;
}


/* Navigatie Style */

#Navigatie {
	margin : 0px auto;
	padding-top:5px;
	width : 800px;
	height : 150px;
	float: none;
	clear:both;
	background:url(images/LCD.jpg);
	background-repeat:no-repeat;
}

#Navigatie_text {
	margin-top:10px;
	width : 390px;
	height : 97px;
	float : right;
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	font-style: italic;
	line-height: 20px;
}

#Navigatie_box {
	width : 800px;
	height : 38px;
	float: none;
	clear:both;
	background:url(images/LCD-nav.jpg);
}

#Navigatie_nav {
	margin-left:250px;
	width : 550px;
	height : 33px;
}

/* Content */

#Content {
	margin-top: 10px ;
	margin-left:5px;
	width : 800px;
	overflow : hidden;
}

#Content_maincol {
	margin-left:5px;
	width : 545px;
	float : left;
}

#title {
	font-size: 20px;
	font-style: normal;
	color:#999999;
	font-weight: bold;
	padding-bottom:20px;
}

#Content_rightcol {
	width : 235px;
	float : right;
	background:url(images/colRight-back.gif);
	background-repeat:repeat-x;
}

#Rightcol-content {
	width : 215px;
	margin:10px;
}

.Rightcol-content-title {
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}

#Stroke {
	width:800px;
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	height:6px;
	margin-left:5px;
}

/* Contact_form */

fieldset {
	border:1px solid #FF0000;
	padding: .8em 0 .8em .8em;
}

legend {
	font-size: 1.5em;
	padding: 10px;
	color: #333333;
}

label {
	display:block;
	height:15px;
	float:left;
	width:120px;
	margin-top:10px;
}

input, textarea {
	width: 18em;
	height:17px;
	margin-top:10px;
	background:#CCCCCC;
	padding: .2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #FF0000;
}

textarea {
	height:8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#send {
	height:30px;
	width:80px;
	margin-left:120px;
}

input:focus, textarea:focus{
background-color:#FFFFFF;
}

form em {
	color:#006600;
	font-weight:bold;
}
