/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*Doelen Background*/

@import url(../outercolor/white.css);

#page {	background: #204890}

.searchbox.loading button { background-image: url(../../images/background/doelen/searchbox_loader.gif); }

.background-corner-bottom {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	padding: 0;
	width: 300px;
}

.background-corner-top {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	padding: 0;
	width: 300px;
}

.background-car {
	position: fixed;
	top: 50px;
	right: 0px;
	z-index: -1;
	padding: 0;
	max-width: 100px;
}

.background-coach {
	position: fixed;
	bottom: 50px;
	left: 0px;
	z-index: -1;
	padding: 0;
	max-width: 120px;
}

@media screen and (max-width: 500px) {
	.background-corner-bottom, .background-car, .background-coach {
		display: none;
	}
}