/* Algemene waardes */
* {
	margin:0;
	padding:0;
}
html, body {
	background: url(images/bg.png) top repeat-x #3491af;
	font-family: Arial;
	font-size:12px;
	color:#FFF;
}
.leftfloat {float:left;}
.rightfloat {float:right;}
.fixfloat {
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
a img {border:0;}
a {color:#fff; text-decoration:underline;}
a:hover {text-decoration:none;}
/* End Algemene waardes */
/* Container */
div#container {
	margin: 0 auto;
	width:722px;
	padding:59px 0 0 0;
}
	/* Header */
	div#header {
		width:722px;
		height:235px;
		background: url(images/header2.png);
	}
	div#header_top {
		width:522px;
		height:146px;
		padding:32px 46px 0 154px;
	}
	div#smsblok {
		float:right;
		width:288px; 
		height:146px;
	}
	div#smsblok_top {
	width:268px; /* was 268px */
	height:107px;
	color:#2291b6;
	padding:5px 10px;
	text-align:left;
	}
	#stuur {float:right;}
	#balon {float:left; margin:21px 0 0 0;}
	#logo {float:left; margin:0 0 0 71px;}
	.input {
		width:104px;
		height:14px;
		float:left;
		font-size:11px;
		padding:2px 2px 0 2px;
		background:#ffffe3;
		border:2px solid #9a9a9a;
	}
	#textarea {
		width:104px;
		height:47px;
		float:left;
		font-size:11px;
		padding:2px 2px 0 2px;
		background:#ffffe3;
		border:2px solid #9a9a9a;
	}
	/* End Header */
	/* Menu */
	div#menu {
		width:677px;
		height:29px;
		background: url(images/menu_bg.png);
		padding:0 0 0 45px;
	}
	div#menu img {
		float:left;
		margin:0 6px;
	}
	/* End Menu */
	/* Content */
	div#content {
		width:562px;
		background: url(images/content_bg.png);
		padding:10px 80px;
	}
	p {
		line-height:13px;
	}
	div.sms {
	width:500px;
	height:42px;
	margin:10px auto 0 auto;
	/* background:#355b67; */
	background: url(images/voorbeeld.png) no-repeat;
	font-size:12px;
	font-style:italic;
	padding:5px 10px 0 10px;
	}
	
	div.disclaimer {
	background: #00CC00;
	font-size: 11px;
	}
	/* End Content */
	/* Bottom */
	div#bottom {
	width:562px;
	background: url(images/bottom_bg.png);
	padding:5px 80px;
	text-align:center;
	}
	div#bottom a {
	color:#0000FF;
	text-decoration:none;
	}
	div#bottom a:hover {text-decoration:underline;}
	/* End Bottom */
	/* Footer */
	div#footer {
		width:722px;
		height:71px;
		background: url(images/footer.png);
	}
	/* End Footer */
/* End Container */
/* Tekst Opmaak */
h1 {
	font-size:16px;
	color:#33c8fa;
	font-weight:bold;
	font-family:arial;
}
/* End Tekst Opmaak */
.smsformulier {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	color: #666666;
}
.smsformulier2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 50px;
	width: 17em;
	margin-left: 5px;
	color: #666666;
}

