
/* Algemeen */
html, body {
  height: 100%;
}
body {
	margin:0;
    font-family: "tahoma", sans-serif;
	font-size: 17px;
	line-height: 1.5em;
	padding:0;
	background-color: #ffffff;
	color: #4c659d;
}


.fixed {
	position:fixed; 
}

img {
  max-width: 95%;
  height: auto !important;
}

H1, .H1 {
	margin: 10px auto 40px !important;
    font-family: Helvetica;
    color: #4991D8;
	font-weight: bold;
}

H2, .H2 {
	margin: 10px auto 40px !important;
    font-family: Helvetica;
    color: #4991D8;
	font-weight: bold;
}

H3, .H2 {
	margin: 10px auto 40px !important;
    font-family: Helvetica;
    color: #4991D8;
	font-weight: bold;
}

@media screen and (min-width: 830px){
	H1, .H1 {
		font-size: 50px;
		line-height:60px;
	}
	._10d_nowidepadding{
		padding:0!important;
	}
}

@media screen and (max-width: 830px){
	H1, .H1 {
		font-size: 30px;
		line-height:40px;
	}
}

H2, .H2 {
    margin: 25px auto 10px !important;
    font-family: Helvetica;
    color: #4c659d;
    font-size: 30px;
	line-height:32px;
}

a {
    color: #4991D8;
	text-decoration:none;
}

a:hover {
    color: #98EF76;	
}

/*layout*/

p{
	clear:both;
	margin:0;
}

._10d_breadcrumb {
	font-size:12px;
}

._10d_nopadding{
	padding:0!important;
}

._10d_errormessage{
	color: #FF0000;	
}

#_10d_content_datetime_container {
	font-size:12px;
	font-style:italic; 
}