body {
	background: url(/images/bgsept2014.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
}

a {
	font-family: "Trebuchet ms", "arial";
}

p{

}
h1 {
	font-size: 30px;
}
h2 {

}
h2 {

}
h3 {

}
h4 {

}
h5 {

}

/** HEADER **/
#header {
	position: relative;
}


@media (min-width: 768px){
	#header_logo {
		position: absolute;
		top: 38px;
		left: -18px;
		max-width: 300px;
	}
}

@media (min-width: 992px){
	#header_logo {
		position: absolute;
		top: 60px;
		left: -18px;
		max-width: 300px;
	}
}

@media (min-width: 1200px) {
	#header_logo {
		position: absolute;
		top: 80px;
		left: -20px;
	}
}

#header img.img-responsive {
	display: block;
	margin: 0px auto;
}

#header_logo_mobile {
	border-radius: 6px;
}


/** SLIDER **/
#slider_header img, #slider_header {
	border-radius: 8px;
	overflow: hidden;
}


/** CONTAINER **/
#container {
	
}


/** NAVIGAGIE **/
@media (min-width: 768px){
	.navbar-nav{
	    margin: 0 auto;
	    display: table;
	    table-layout: fixed;
	    float:none;
	}
}

/** NAVIGATIE & TABS **/
.navbar {
	margin-bottom: 8px!important;
	margin-top: 8px!important;
	background-image: linear-gradient(to bottom, #008059 0px, #01402D 100%)!important;
	background-repeat: repeat-x!important;
	border-color: silver!important;
}

.navbar-collapse {
	max-height: 380px!important;
}

.nav li a {
	color: #EFEFEF!important;
	font-weight: 600!important;
	font-size: 1.1em!important;
	
}

.nav li a:hover, .nav li.open a, .nav li.open ul, .nav li.open, .nav li.open a:focus, .nav li a:focus, .nav-tabs li.active a:hover, .nav-tabs  li.active a:focus, .nav-tabs li.active a {
	background: #01422E!important;
	color: #EFEFEF!important;
}

.nav-tabs li:not(.active) a:hover {
	border: none!important;
}

.nav li ul li a {
	font-size: 0.9em!important;
}

li.active > a, .nav-tabs > li.active > a {
	color: #FFF!important;
	background: #007A55!important;
}





/** CONTENT **/
#content {
	border-radius: 8px 8px 0px 0px;
	background: #FFF;
	word-wrap: break-word;	
}

#content img {
	display: inline-block;
	margin: 4px auto;	
}


/** OUDE STYLESHEET **/
.box ul{
	margin: 0px 5px 0px 5px;
	padding: 0px 10px 0px 10px;
	list-style-type: square;
}
.box li a{
	color: #017B56;
}

.box{
	border: 2px solid #E5E5E5;
	border-radius: 6px;
	display: block;
	width: 261px;		
	padding:0px 10px 0px 10px;
	margin: 10px auto;
}
.box_header{
		
	padding: 0px 0px 0px 10px;
	height: 28px;
	line-height: 32px;
	
	margin: 0px 0px 10px -10px;
	color: #00422e;
	font-size: 1.1em;
}
.box_bottom{
	padding: 0px;
	height: 13px;
	margin: 10px 0px 0px -10px;
}



#ovisframe{
	border: 0px;
	overflow-x: hidden;
	min-height: 750px;
	
}

#footer {
	margin-bottom: 12px;
	background-image: linear-gradient(to bottom, #008059 0px, #01402D 100%)!important;
	background-repeat: repeat-x!important;
	border-radius: 0px 0px 12px 12px;
	border-top: 2px solid silver;
	color: #EDEDED;
	font-style: italic;
}

#footer img {
	border-radius: 4px;
}	

#footer a {
	color: #FFF;
	font-weight: bold;
	font-style: none;
}

.linkRow {
	padding: 6px;
}

.linkRow > * {
	margin: 4px;
}




.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;	
}
