/* CSS Document - nationalegazondemodag.nl - Coded by Group de Ceuster */
/****** HTML styles ******/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #efefef;
	color: #424242;
	background-image:url(/images/gui/bggrad.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
p {
	padding: 0 0 10px 0;
}
a {
	font-weight: normal;
	text-decoration: underline;
	color: #4C4C4C;
	cursor: pointer;
}
a:hover { 
	text-decoration: underline;
}
a.active { 
	text-decoration: underline;
}
/*this avoids having image replacement sections display a dotted outline*/ 
a:focus { 
	-moz-outline-style: none; 
	outline-style: none; 
}
a img {
	border: 0;
}
h1 { 
	font-size: 18px;	
}
h2 {
	font-size: 16px; margin-bottom: 8px; color: #94050B;
}
ul {
	margin-left: 15px;
}

/****** GUI styles ******/
#MainWrap { 
	width: 820px; 
	margin: 0 auto;
}

#Header { 
	height: 50px; 
	padding-top: 10px;
}
#Header h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FF0; 
	width: 250px; 
	float: left;
}

#Header #nav { 
	float: right; 
	margin-top: 2px; 
	color: #fff;
}
#Header #nav a { color: #fff; }
#Header #nav li { display: inline; list-style-type: none;}

#ContentWrap{ background-color:#FFF; padding-bottom: 20px; margin: 20px 0px;}
#Content{ 
	margin: 0 auto;
	width: 700px;
	padding: 20px 10px;
}
#Content h1 { padding: 15px 0px 10px 0px;}
#Visual { 
	width: 700px; height: 240px;
	text-align: center; 	
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	margin-bottom: 20px;

}
#VisualImg{
	position:absolute; 
	z-index:2; 
	left:0px; 
	top:0px;
}

#BoxTop { color: #94050b; margin: 0 auto; text-align:center; padding-left: 150px; }
#BoxTop h1 { font-size: 40px; }
#BoxTop p { margin: 0px; font-size: 20px; padding-top: 8px; margin-top: 8px;}

#BoxBottom { margin-top: 10px; 
	background-color: #27a22d; 
	width: 600px; 
	height: 95px; 
	color:#fff; 
	font-size:16px;
	font-weight: bold;
	float: right;
}
#BoxBottom p { padding: 10px;}
#BoxBottom a { color:#FF0;}

.bold {font-weight:bold;}
#FormBox {
	float: left;
	display: inline;
	border: 1px solid #ccc;
	text-align: left;
	width: 400px;
	padding: 20px 15px;
	margin-bottom: 15px;
}
#FormBox p {
	margin-bottom: 0px;
}
#FormBox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#FormBox li {
	display: block;
	padding: 4px 5px 10px 9px;
	border-bottom: 1px dotted #4C4C4C;
}

#FormBox li.last {
	border-bottom: none;
}

#FormBox label {
	display: block;
	font-size: 11px;
	line-height: 11px;
	padding: 3px 0px 3px 0px;
}
#FormBox input.text {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	padding: 2px 2px;
	width: 75%;
}
#FormBox input.button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	height: 26px;
	width: 114px;
	cursor: pointer;
	margin-top: 12px;
}
#ImgBox{ width: 200px; float: right;}
#ImgBox img{ margin-bottom: 3px;}
.error { color:#C00; font-size: 11px;}
#Footer{ 
	padding-left: 0px; 
	padding-top: 15px; 
	margin-top: 50px; 
	clear: both; 
	border-top: 1px solid #CCC; 
	text-align: center;
}

#Footer img{ padding: 0 15px; }
