body {
	background: #F5AB44;
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
}

p{

}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {

}
h5 {

}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

#footer {
	box-shadow: 0px 2px 5px #666;
}

#header, #canvas {
	background: #FFF;
}

#header {	
	position: relative;
	margin-bottom: 12px;
	box-shadow: 2px 2px 12px #666;
}

#header img {
	
}

#logo {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
}



@media (min-width: 768px) {
	#logo {
		height: 128px;
	}
}

@media (min-width: 992px) {
	#logo {
		height: 166px;
	}
}

@media (min-width: 1170px) {
	#logo {
		height: 200px;
	}
}


#elicslider {
	position: relative;
	z-index: 10;
}



.navbar {
	color: #CCC;
	margin-top: 20px;
	border-radius: 0px;	
}

.navbar-collapse {
	max-height: 500px;
}

.dropdown-menu {
	border-radius: 0px;
	font-size: 0.9em;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border-color: #428bca;    
}

ul.nav li:not(:last-child) {
	border-bottom: 1px dotted #CCC;
	margin-bottom: -2px;
}

ul.nav li a {
	color: #000;
}

ul.nav > li:hover {
	border-bottom: 2px solid #ED9A2A;	
}

ul.nav li a:hover {
	background: none;
}

div.nieuws_item {
	line-height: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}	

div.nieuws_item h2:not(div.nieuws_content h2){
	font-size: 1.4em;
	margin-bottom: 8px;
	font-weight: 600;
	margin-top: 4px;
	
}

div.nieuws_item a {
	text-decoration: none;
	color: #eee;
}

span.nieuws_datum {
	color: #666;
	font-weight: 600;
}

div.nieuws_content {
	margin-top: 10px;
}

div.nieuws_content h1 {
	font-size: 1.3em;
}

div.nieuws_content h2 {
	font-size: 1.15em;
}

div.nieuws_content h3 {
	font-size: 1.05em;
}

#content {
	background: #FFF;
}

div.tile {	
	vertical-align: middle;
	color: #EEE;
	font-size: 0.9em;
	display: inline-block;	
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 180px;
	min-height: 195px;
	padding: 10px;		
}

div.tile h1 {
	margin-top: 3px;
}

#kolom_rechts_adres {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003363+0,0255a1+100 */
	background: rgb(0,51,99); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,51,99,1) 0%, rgba(2,85,161,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,51,99,1) 0%,rgba(2,85,161,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,51,99,1) 0%,rgba(2,85,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003363', endColorstr='#0255a1',GradientType=0 ); /* IE6-9 */
}

#kolom_rechts_nieuwsberichten {
 	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7ad4a+0,df8201+100 */
	background: rgb(247,173,74); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,173,74,1) 0%, rgba(223,130,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(247,173,74,1) 0%,rgba(223,130,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(247,173,74,1) 0%,rgba(223,130,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ad4a', endColorstr='#df8201',GradientType=0 ); /* IE6-9 */
}


#footer {	
	text-align: center;
	background: #333333;
	color: #FFF;
}

#footer span {
	line-height: 52px;
	padding: 10px 0px;
}



.error{
	color: red;
}

.highlight{
	color: blue;
	font-style: italic;
}
.note{
	font-style: italic;
	font-size: 85%;
}

#contact fieldset{
	border: 0px;
}

#contact fieldset label{
	float: left;
	border: 0px solid red;
	width: 150px;
	display: block;
}

#contact fieldset label.error{
	float: none;
	clear: right;	
}