@charset "utf-8";

/* Alle default stylen worden hier gedefinieerd */
body 
{
	padding:0px;
	margin:0px;
	background:#FCFCE9;
}

/* Alle h tags worden hieronder gedefineerd */
h1
{
	padding:0;
	margin-top:15px;
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
}

.Header 
{
	height:150px;
	width:704px;
	float:right;
	background:url(/images/sittard-geleen/banner.gif) no-repeat #C0DD00;
}

.ContentText 
{
	color:#000000;
	font-size:11px;
	font-family: Tahoma, Geneva, sans-serif;
	margin:30px 10px 30px 30px;
}
.ContentText a:link
{
	color:#006BAF;
	text-decoration:none;
}
.ContentText a:link:hover
{
	text-decoration:underline;
}
.ContentText a:visited
{
	color:#006BAF;
	text-decoration:none;
}
/* Style voor standaard buttons in content*/
.VorigeButton a
{
	color:#CE7400;
	text-decoration:none;
}
.VorigeButton a:hover
{
	color:#000;
	text-decoration:underline;
}
.PrintButton
{
	padding-top:2px;
	float:right;
}
.PrintButton a
{
	color:#CE7400;
	text-decoration:none;
}
.PrintButton a:hover
{
	color:#000;
	text-decoration:underline;
}
.BezwaarButton
{
	margin-top:-17px;
	float:right;
}
.BezwaarButton a
{
	margin-top:5px;
	color:#CE7400;
	text-decoration:none;
}
.BezwaarButton a:hover
{
	color:#000;
	text-decoration:underline;
}

/* Style voor het login gedeelte */
.box
{
	width:400px;
	padding:0px;
	margin:auto;
}
#fieldset-credentials
{
	color:#000000;
}
.box input
{
	width:250px; 
	font-size:12px;
}
#submit_auth
{
	width:75px;
	border:1px solid #000000;
	background:#F9F9F9;
}
.required
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
#Message
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	margin:0px;
	padding:0px;
	/margin-bottom:-12px;
}

/* Zend Form Styling */
.zend_form, .zend_form_dojo {
	margin: 5px auto;
	padding: 2px;
	overflow: auto;
}

.zend_form dt, .zend_form_dojo dt {
	padding: 0;
	clear: both;
	width: 15%;
	float: left;
	text-align: left;
	margin: 5px 5px 5px 0;
}

.zend_form dd, .zend_form_dojo dd {
	padding: 0;
	float: left;
	width: 68%;
	margin: 5px 2px 5px 0;
}

.zend_form p, .zend_form_dojo p {
	padding: 0;
	margin: 0;
}

.zend_form input, .zend_form_dojo input, .zend_form textarea, .zend_form_dojo textarea {
	margin: 0 0 2px 0;
	padding: 0;
}

