/* Mobieltjes en pda's */
/*
 BELANGRIJK 
*/
.mobile {
	display:inherit !important;
}
.screen {
	display:none !important;
}

/* 
 EINDE BELANGRIJK 
*/

body {
	margin:0;
	padding:0;
	color:#000;
	background:#FFF;
}
* {
	position: static !important;
	float: none !important;
}
#page, #header {
	margin-left:1% !important;
}

.biggy { font-size:16px; }
h1.mob {
	text-align:left; 
	font-size:10px !important;
	margin-top:10px;
}
h6 {
	text-align:left; 
	font-size:10px !important;
}
/*
table.weather {
	margin-top:10px;
}
.weather caption {
	text-align:left;
	color:#365197;
	font-weight:bold;
}
.weather td, .weather th {
	text-align:left !important;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	vertical-align:middle;
	padding:3px 5px 3px 5px;
}

.weather th.index {
	text-align:right;
	width:auto;
	padding:0 !important;
	font-size:9px;
	border:1px solid #ecf3fe;
	border-width:0 0 1px 0;
}
.weather th.dag {
	font-size:11px !important;
	font-weight:bold;
	background-color:#ecf3fe;
	border:1px solid #fff;
	border-width:0 0 1px 0;
}
.weather .col {
	border:1px solid #ecf3fe;
	border-width:0 0 1px 0;
	font-weight:normal !important;
}
*/
#mob table.weather {
	margin-top:10px;
	width:auto !important;
}
#mob .weather caption {
	text-align:left;
	color:#365197;
	font-weight:bold;
}
#mob .weather td, .weather th {
	/*width:32px;*/
	text-align:center !important;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	vertical-align:middle;
	padding:0px;
}

#mob .weather th.index {
	text-align:right;
	width:auto;
	padding:0 !important;
	font-size:9px;
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
}
#mob .weather th.dag {
	font-size:11px !important;
	font-weight:bold;
	background-color:#ecf3fe;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
}
#mob .weather .col {
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
	font-weight:bold !important;
}

#mob .weather .max {
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
	color: #D10303;
	font-weight:bold !important;
}
#mob .weather .min {
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
	color: #0000C0;
	font-weight:bold !important;
}
#mob .weather .neerslag {
	background: #FFF url(/assets/small/neerslag.png) no-repeat;
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
	color: #00056E;
	font-weight:bold !important;

	height:28px;
	width:25px;
}
#mob .weather .zon {
	background: #FFF url(/assets/small/zon.png) no-repeat;
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
	color: #00056E;
	font-weight:bold !important;

	height:28px;
	width:25px;
}
#mob .weather .wind-n {
	background: #FFF url(/assets/small/n.png) no-repeat;
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
	color: #00056E;
	font-weight:bold !important;

	height:27px;
	width:25px;
}
#mob .weather .wind-nw {
	background: #FFF url(/assets/small/nw.png) no-repeat;
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
	color: #00056E;
	font-weight:bold !important;

	height:27px;
	width:25px;
}
#mob .weather .wind-w {
	background: #FFF url(/assets/small/w.png) no-repeat;
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
	color: #00056E;
	font-weight:bold !important;

	height:27px;
	width:25px;
}
#mob .weather .wind-zw {
	background: #FFF url(/assets/small/zw.png) no-repeat;
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
	color: #00056E;
	font-weight:bold !important;

	height:27px;
	width:25px;
}
#mob .weather .wind-z {
	background: #FFF url(/assets/small/z.png) no-repeat;
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
	color: #00056E;
	font-weight:bold !important;

	height:27px;
	width:25px;
}
#mob .weather .wind-zo {
	background: #FFF url(/assets/small/zo.png) no-repeat;
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
	color: #00056E;
	font-weight:bold !important;

	height:27px;
	width:25px;
}
#mob .weather .wind-o {
	background: #FFF url(/assets/small/o.png) no-repeat;
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
	color: #00056E;
	font-weight:bold !important;

	height:27px;
	width:25px;
}
#mob .weather .wind-no {
	background: #FFF url(/assets/small/no.png) no-repeat;
	border:1px solid #ecf3fe;
	border-width:0 1px 1px 0;
	color: #00056E;
	font-weight:bold !important;

	height:27px;
	width:25px;
}

#mob h1 {
	text-align:left; 
	font-size:10px !important;
	margin-top:0;
	line-height:12px;
}

