body {
	background: url(img/bg.png) #EEF1FB;
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Karla', sans-serif;

}
header {
	width: 100%;
	height: 90px;
}
.logo {
	float: left;
	background: #fff;
	border-radius: 5px;
	width: 180px;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
	font-weight: 700;
	line-height: 14px;
	/*text-transform: uppercase;*/
	padding-top: 10px;
	margin-top: 5px;
}
.logo img {
	height: 40px;
	margin: 0px 20px 10px 10px;
	float: left;
}

.temp {
	float: left;
	background: #fff;
	border-radius: 5px;
	width: 40px;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
	font-weight: 700;
	line-height: 18px;
	padding: 10px;
	margin-top: 5px;
	padding-top: 15px;
	height: 35px;
	margin-left: 10px;
	font-size: 16px;
	text-align: center;
}

.temp strong {
	font-size: 16px;
	padding: 0;
}

.temp #ta {
	color: #000000;	
}

.temp #tk {
	color: #7e7e7e;	
}

.afmelden {
	float: right;
	margin: 10px 10px 0px 0px;
}
.afmelden img {
	height: 45px;
}

.regel {
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
}

.block-img {
	display: inline-block;
	float: left;
}
.block-img img{
	height: 100px;
}

.text {
	display: inline-block;
	float: left;
	height: 100px;
	padding: 10px 0px 0px 10px;
	box-sizing: border-box;
}
h3 {
	margin: 0;
	padding: 0;
}
.button-auto {
	display: inline-block;
	padding: 10px 15px;
	background: linear-gradient(to right, #00C6F7, #00C0AB);
	font-weight: bold;
	margin-top: 10px;
	border-radius: 5px;
	color: #fff;
	margin-right: 40px;
	text-decoration: none;
}

.button-aanmelden {
	display: inline-block;
	padding: 10px 15px;
	background: linear-gradient(to right, #00C6F7, #00C0AB);
	font-weight: bold;
	margin-top: 10px;
	border-radius: 5px 0px 0px 5px;
	color: #fff;
	margin-right: 40px;
}

.button-aan {
	display: inline-block;
	padding: 10px 15px;
	background: linear-gradient(to right, #86A700, #00B145);
	font-weight: bold;
	margin-top: 10px;
	border-radius: 5px 0px 0px 5px;
	color: #fff;
	text-decoration: none;
}
.button-uit {
	display: inline-block;
	padding: 10px 15px;
	background: linear-gradient(to right, #FF5400, #FC0044);
	font-weight: bold;
	margin-top: 10px;
	border-radius: 0px 5px 5px 0px;
	color: #fff;
	text-decoration: none;
}
.schema {
	width: 100%;
	border-top: 1px dashed #DDD;
	display: block;
	float: left;
	padding: 5px;
	font-size: 12px;
	color: #666;
}
.schema strong {
	color: #333;
}
.ballon {
	width: 100%;
	display: block;
	float: left;
	padding: 5px;
	font-size: 12px;
	color: #666;
}
