*{
	line-height: 1.5;
	padding: 0px;
	spacing: 0px;
	border: 0px;
	margin: 0px;
}

a {
	color: #036eff;
	text-decoration: none;
}

a:hover {
	color: #036eff;
	text-decoration: underline;
}
#container {
	width: 745px;
	text-align: left;
	position: relative;
	background:url(../images/bg.jpg);
	padding-left: 15px;
	
}

#header {
	background:url(../images/header.jpg);
	position: relative;
	width: 730px;
	height: 128px;
}

#grijsmenu {
	background: #CCCCCC;
	color: #333333;
	text-align: center;
	font-family: arial;
	font-size: 10pt;
	width: 730px;
}

#menu {
	position: relative;
	width: 730px;
	z-index: 0;
}

#overzetten {
	position: relative;
	background-color: #e9e9e9;
	border: 1px solid #999999;  
	padding-left: 20px;
	padding-bottom: 20px;
	top: 0px;
	width: 708px;
}

#content {
	position: relative;
	padding: 20px;
	width: 700px;
	margin: 0 0 30px 0;
}

#sendafriend {
	margin: 20px 0 20px 0;
}

#kop {
	font-family: "Myriad Web Pro", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #0076a3;
}

#blauwlijn {
	border-bottom: 1px solid #0076a3;
	width: 680px;
}

#contenttext {
	left: 20px;
	width: 350px;
	float: left;
}

#contentinfo {
	margin-left: 350px;
	width: 290px;
	background-color: #39494a;
}

.text {
	font-family: arial;
	font-size: 12px;
	color: #333333;
}

.space {
	padding-left: 75px;
}

#footer {
	position: relative; 
	top: 0px;
	font-family: arial;
	font-size: 10pt;
	border-top: 1px solid #999999;
	color: #036eff;
	width: 730px;
}

* html #footer {
	position: relative; 
	top: 4px;
	font-family: arial;
	font-size: 10pt;
	border-top: 1px solid #999999;
	color: #036eff;
	width: 730px;
}

#mediabom a{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

#footerimg {
	background:url(../images/footer.jpg);
	position: relative;
	width: 760px;
	height: 27px;
	left: 1px;
}

/* CONTACTFORM */

input {
	border: 1px solid #444444;
}

.submit {
	width: 100px;
	border: 1px solid #0066CC;
	margin-left: 50px;
	padding: 0px;
	background: #0099CC;
	color: #fff;
}

p {
	display: block;
	padding: 10px;
	font-family: arial;
	font-size: 12px;
	color: #333333;
}

label {
	width: 60px;
	float: left;
}

textarea {
	width: 200px;
	border: 1px solid #444444;
	
}

/* SENDAFRIENDFORM */

#sendafriend label {
	font-size: 11px;
	display: block;
}

#sendafriend p {
	float: left;
}

#sendafriend input {
	font-size: 12px;
}

.submitfriend {
	width: 40px;
	border: 1px solid #0066CC;
	background: #0099CC;
	color: #fff;
}

