.menu
{
	width: 900px;
	height: 30px;
	text-align: center;
	background-color: #3987af;
	padding-left: 50px;
}

.home
{
	float: left;
	width: 150px;
	height: 28px;
	padding-top: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 19px;
}

.home:hover
{
	background-image: url(images/button-hover.jpg);
	float: left;
	width: 150px;
	height: 28px;
	padding-top: 2px;
	color: #00a2c7;
	font-weight: bold;
	font-size: 19px;
}

.FAQ
{
	float: left;
	width: 250px;
	height: 28px;
	padding-top: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 19px;
}

.FAQ:hover
{
	background-image: url(images/button-hover.jpg);
	float: left;
	width: 250px;
	height: 28px;
	padding-top: 2px;
	color: #00a2c7;
	font-weight: bold;
	font-size: 19px;
}

html,body {
	margin:0;
	padding:0;
}

body {
	background: url(images/bg3.jpg) repeat-x #2c688d; 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
}

p {
	margin:0 10px 10px
}

a {
	color:#31759f;	
}
a:visited {
	color:#4499ce;
}
a:hover {
	color:#4499ce;
	text-decoration:none;
}

p.underline {
	text-decoration:underline;
}

p.center {
	text-align:center;
}

acronym {
	cursor:help;
	border-bottom:2px #09F dotted;
}

img {
	padding:5px;
}

div#container {
	background-color:#fff;	
	border-width: 1px;
	border-style:solid;
	border-color: #203949; 
	text-align:left;
	height:1200px;
	width:950px;
	margin:0 auto;
}

div#header {
	background-image:url(images/logo_mobinternet.jpg);
	background-repeat:no-repeat;
	width: 950px;
	height: 120px;
	float:left;
}
div#header div#header_banner {
	width: 468px;
	height: 60px;
	margin-top: 35px;
	margin-right: 25px;
	float: right;
}

h1 {
	margin:0;
	padding-left:10px;
	font-size:15px;
}

h2 {
	margin:0;
	padding-left:10px;
	font-size:15px;
}

h3 {
	margin:0;
	padding-left:10px;
	font-size:13px;
}

h4 {
	margin:0;
	padding-left:10px;
	font-size:10px;
	font-weight:normal;
	font-style:italic;
}

div#notification {
	background:#FFFFCD;
	border:1px solid #FFCC32;
	text-align:center;
	color:#000;
	padding:5px;
	margin:0px 10px 0px 10px;
}
div#notification A{
	color:#000;
	text-decoration:none;
	cursor:help;
}


div#content {
	background-color: #fff;
	width:100%;
	height:100%;
}

.update {
	font-size:11px;
	font-family: "Tahoma";
}

div#content p {
	line-height:1.4;
}

div#footer {
	background:#fff;
	text-align:center;
	clear:both;
	width:100%;
}

div#footer p {
	margin:0px;
	padding:5px 15px;
}

/* TABEL OPMAAK */
table {
	color: #ff0000;
	background:#f7f7f7;
	border-top:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	margin:0 auto;
	border-collapse:collapse;
	text-align:center;
	}

td {
	color:#678197;
	padding: 1px 3px;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	text-align:left;
	}

td.hover {
	color: #000;
	background:#fcff00;
}

td.top-table {
	font-size: 30px;
	color: #fdfdfd;
	background:#3987af;

	font-weight: bold;
	font-size:12px;
}

td.logo {
	text-align:center;
}

table.left {
	width:48%;
	margin-left:10px;
}

table.right {
	width:48%;
	margin-right:10px;	
}
