/* 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:#FFCC33;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#FFCC33;
	}
/* End Algemene waardes */
/* Container */
div#container {
	margin: 0 auto;
	width:722px;
	padding:59px 0 0 0;
}
	/* Header */
	div#header {
	width:722px;
	height:206px;
	background: url(images/header.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;
		height:107px;
		color:#2291b6;
		padding:5px 10px;
		text-align:right;
	}
	#stuur {float:right;}
	#balon {
	float:left;
	margin:21px 0 0 0;
}
	#logo {
	float:left;
	margin:0 0 00 20px;
}
	.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:720px;
	height:29px;
	background: url(images/menu_bg.png);
	padding:0 0 0 0px;
	}
	div#menu img {
	float:none;
	margin:0 30px;
	}
	/* End Menu */
	/* Content */
	div#content {
	width:600px;
	background: url(images/content_bg.png);
	padding:10px 60px;
	}
	p {
		line-height:13px;
	}
	div.sms {
	width:100px;
	height:18px;
	background:#355b67;
	font-size:12px;
	font-style:italic;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	}
	
	div.hyves {
	width:150px;
	text-align:right;
	margin-right:10px;
	float:right;
	vertical-align:top;
	}
	/* End Content */
	/* Bottom */
	div#bottom {
	width:562px;
	background: url(images/bottom_bg.png);
	padding:5px 80px;
	text-align:center;
	}
	div#bottom a {
	color:#FFCC33;
	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:#FFCC33;
	font-weight:bold;
	font-family:arial;
}
/* End Tekst Opmaak */
