p[style], span[style] {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 12px !important;
line-height:18px !important;
}

/* CSS Document */
body {
	background: #000 url(images/backGround.png) repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4d4e;
	text-align: center;
	line-height: 20px;
	margin: 0 auto;
}

#container {
	background: #fff url(images/contentBackground.png) repeat-y;
	width: 835px;
	margin: 0 auto;
	z-index: 0;
	text-align: left;

	overflow: hidden;
}

#topHeader {
	width: 835px;
	height: 196px;
	background: url(images/topHeader.png) no-repeat;	
}

#menuContainer {
	height: 50px;
	padding-left: 50px;
}

#content {
	width: 717px;
	height: 100%;
	background: #fff url(images/contentScreen.png) no-repeat;	
	border: 1px solid #4bbbd2;
	margin-left: 30px;
	padding: 30px;
}

#stemButtonContainer {
	width: 717px;
	height: 240px;
	margin: 0 auto;
	text-align: center;
}

#infoBox {
	width: 610px;
	background: #fff;
	border: 2px solid #d2eef3;
	padding: 20px;
	margin: 0 auto;
}

/****************************************
/* BUTTONS
/***************************************/

#btnHome {
	width: 82px;
	height: 44px;
	margin-right: 25px;
	background: #fff url(images/btnHome.png) no-repeat;
	
	float: left;
	cursor: pointer;
}

#btnStemmen {
	width: 135px;
	height: 44px;
	margin-right: 25px;
	background: #fff url(images/btnStemmen.png) no-repeat;
	float: left;
	cursor: pointer;
}

#btnInformatie {
	width: 142px;
	height: 44px;
	margin-right: 25px;
	background: #fff url(images/btnInformatie.png) no-repeat;
	float: left;
	cursor: pointer;
}

#btnUitzending {
	width: 152px;
	height: 44px;
	margin-right: 25px;
	background: #fff url(images/btnUitzending.png) no-repeat;
	float: left;
	cursor: pointer;
}

#btnContact {
	width: 117px;
	height: 44px;
	margin-right: 10px;
	background: #fff url(images/btnContact.png) no-repeat;
	float: left;
	cursor: pointer;
}

/****************************************
/* FONT CLASSES
/***************************************/

p.pageTitle {
	color: #4bbbd2;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

/****************************************
/* LINK CLASSES
/***************************************/

a.voteLink {
	color: #4bbbd2;
	text-decoration: none;
}


a {
	color: #4bbbd2;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

/****************************************
/* FORM CLASSES
/***************************************/

table, tr, td {
	vertical-align: top;
	padding: 2px;
}

select {
	width: 100%;
	padding: 2px;
	border: 1px solid #4bbbd2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4d4e;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #4bbbd2;
	color: #4c4d4e;
}

.submit-dis {
	color: #fff;
	background: #ccc;
}
