/* Page scheme::home */

@import url('/css/nieuwsbrief.css');
@import url('/system/seo/aanvragen/contact.form.css');

#branding{
	background: transparent url('/images/home.jpg') no-repeat top left;
	/*	background: transparent url('/images/home-pasen.jpg') no-repeat top left;*/
}

.information {
	color: #56A5C3;
}

/* Global content */

#contentWrapper {
	background: #DEF1F8 url('/css/default/content_bg.gif') repeat-y 0 0;
}

/* Left content */

#latestDevelopments {
	width: 452px;
	height: 191px;
	background: #DEF1F8 url('/bg_home/bg_vacature.jpg');
}

#latestDevelopments p {
	padding: 20px;
	line-height: 15px;
}

#nieuwsbriefAanmelden{
	clear: right;
	text-align: center;
}
		
#nieuwsbriefAanmelden img {
	border: none;
}


.leftContentText a{
	background: transparent url('/images/nieuws-pointer.gif') no-repeat 5px 0;		
	color: #56A5C3;
	display: block;
	padding: 2px 5px 2px 15px;
	text-decoration: none;
}

.leftContentText a:hover{
	background-color: #DDF0F7;
	color: #000;
}

.leftContentText li{
	margin: 0;
}

a.viewMore {
	float: right;
}

a.viewMore{
	padding: 10px .63em 0 0;
	text-decoration: none;
	color: #56A5C3;
	font-weight: bold;
}

a.viewMore:hover{
	color: #000;
	text-decoration: underline;
}


.websiteHolder {
	margin: 0 auto 0 auto;
	width: 160px;
	height: 130px;
	background: url('/img/bg_nieuw_opd.jpg') no-repeat;
	clear: right;
}

.websiteHolder img {
	border: none;
	width: 143px;
	padding: 10px 8px;
}

/* Right content */

div.mainContent a {
	text-decoration: none;
	color: #56A5C3;
	font-weight: bold;
}

div.mainContent a:hover {
	color: #000;
	text-decoration: underline;
}

div.mainContent h1 {
	font-size: 1.3em;
	margin: 10px 0 0 0;
	color: #56A5C3;
}

div.mainContent h1 span {
	color: #616161;
}

#rightContent .deco a{
	text-decoration: none;
	color: #56A5C3;
	font-weight: bold;
}
		
#rightContent .deco a:hover{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#webmail p {
	padding: 0 5px;
	margin: 0 100px;
	border-left: 3px solid #616161;
}

#webmail label {
	display: block;
	padding: 5px;
	width: 150px;
	clear: right;
	font-weight: bold;
}

#webmail input {
	height: 20px;
	padding: 2px;
	width: 200px;
}

#webmail #login {
	width: 100px;
	height: 30px;
	background: #E3E3E3;
	margin: 5px 0;
	border: 1px solid #616161;
}