/*
ASN Groep

Donkerblauw: 	 #2F488C (gradient top: #536bab)
Lichtblauw:  	 #44B5FF (gradient top: #94d5ff)
Heel lichtblauw: #EFF4F8 	

*/

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('webfont/proxima_nova_bold-webfont.eot');
    src: url('webfont/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/proxima_nova_bold-webfont.woff') format('woff'),
         url('webfont/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('webfont/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('webfont/proxima_nova_reg-webfont.eot');
    src: url('webfont/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/proxima_nova_reg-webfont.woff') format('woff'),
         url('webfont/proxima_nova_reg-webfont.ttf') format('truetype'),
         url('webfont/proxima_nova_reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novasemibold';
    src: url('webfont/proxima_nova_sbold-webfont.eot');
    src: url('webfont/proxima_nova_sbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/proxima_nova_sbold-webfont.woff') format('woff'),
         url('webfont/proxima_nova_sbold-webfont.ttf') format('truetype'),
         url('webfont/proxima_nova_sbold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'JournalRegular';
    src: url('webfont/journal-webfont.eot');
    src: url('webfont/journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/journal-webfont.woff') format('woff'),
         url('webfont/journal-webfont.ttf') format('truetype'),
         url('webfont/journal-webfont.svg#JournalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	margin:0px;
	padding:0px;
	overflow: none;	
}

#searchbar {
	position:fixed;
	z-index:999;
	background:#2F488C;
	padding:10px;
	top:0px;
	left:0px;	
	width: 100%;
	height: 30px;
}
#searchbar input[type='text'] {
	border: 0;
	background: #536BAB;
	border: 1px solid #1f387d;
	color: #fff;
	padding: 6px;
	width: 80%;
}
#searchbar input[type='submit'] {
	border: 1px solid #1f387d;
	background: #3a5498;
	color: #fff;
	padding: 6px;
}


.widget-light #searchbar {
	background:#fff;
	padding-left: 0px;	
}
.widget-light #searchbar input[type='text'] {
	background: #f7f7f7;
	border: 1px solid #ccc;
	color: #666;
}
.widget-light #searchbar input[type='submit'] {
	padding: 6px;
	background: #44B5FF;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 0;
}

.widget-nosearch #searchbar {
	display: none;
}

#map {
	width: 100%;
	height:100%;
	position: absolute;
	top: 50px;
}
.widget-nosearch #map {
	top: 0px;
}
.infowindow {
	width: 240px;
	height: 70px;
	padding: 10px;
	padding-left: 6px;
}
.infowindow img {
	float: left;
	margin-right: 15px;
}

.infowindow a {
	color: #0051a9;
}

h1, h2, h3, h4, h5, strong, #nav-wrapper, .lead, #sub-nav li.active a {
	font-family: 'proxima_novasemibold'; 
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a{
	text-decoration: none
}

h1, h2, h3, h4, h5 {
	margin-top: 0px;
	margin-bottom: 5px;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1.1em;
}

html, body, input, select, textarea {
	font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #444;
	font-weight: normal;
}

