html
	{
	height: 100%;
	}
body 
	{
	height: 100%;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px ; 
	color: #ffffff;
	margin: 0;
	background-image: url(img/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #094a60;
	text-align: center;
	}
td
	{ 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px ; 
	color: #ffffff;
	}
input,select,textarea
	{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px ; 
	color: #00213d;
	border: solid #00213d 1px;
	background-image: url(img/form_bg.gif);
	background-color: #ffffff;
	}
a:link
	{
	text-decoration: none;
	color: #ffffff;
	}
a:visited
	{
	text-decoration: none;
	color: #ffffff;
	}
a:hover
	{
	text-decoration: none;
	color: #cc0000;
	}
/*site starts here*/
#container
	{
	width: 800px;
	margin: 0 auto;
	_height: 100%;
	min-height: 100%;
	position: relative;
	}
/*top*/
#top
	{
	width: 800px;
	height: 170px;
	position: relative;
	background-image: url(img/top.jpg);
	}
h1
	{
	width: 100px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	font-size: 10px;
	}
#anim
	{
	width: 620px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	}
#anim object
	{
	margin: 0;
	}
/*content*/
#content
	{
	width: 635px;
	position: relative;
	margin-left: 165px;
	padding-left: 10px;
	padding-bottom: 30px;
	text-align: justify;
	border-left: 2px solid #00213d;
	}
h2
	{
	height: 25px;
	margin: 0;
	padding: 0;
	background-position: left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
#foto
	{
	float: right;
	margin: 0 0 10px 10px;
	width: 260px;
	height: 198px;
	background-image: url(img/foto.jpg);
	text-align: left;
	}
#foto object
	{
	margin: 0;
	}
hr
	{
	clear: both;
	display: none;
	}
#content ul
	{
	list-style-image: url(img/li.gif);
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
	left: 0;
	}
/*bottom*/
#bottom
	{
	width: 850px;
	position: relative;
	height: 30px;
	margin: 0 auto;
	margin-top: -30px;
	text-align: left;
	line-height: 30px;
	font-size: 11px;
	background-color: #094a60;
	}
#proximedia
	{
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 30px;
	}
#proximedia img
	{
	border: none;
	margin: 0;
	}	
/*navigatie*/
ul#nav
	{
	width: 165px;
	height: 125px;
	position: absolute;
	left: 0;
	top: 170px;
	margin: 0;
	padding: 0;
	background-image: url(img/nav.gif);
	text-align: left;
	}
ul#nav li
	{
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 165px;
	line-height: 25px;
	}
ul#nav li a
	{
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 165px;
	outline: none;
	background-image: url(img/trans.gif);
	}
ul#nav li a:hover
	{
	text-decoration: none;
	display: block;
	height: 25px;
	width: 165px;
	background-image: url(img/nav_up.gif);
	}
li#home a:hover
	{
	background-position: 0 0;
	}
li#presentatie a:hover
	{
	background-position: 0 -25px;
	}
li#gevelrenovatie a:hover
	{
	background-position: 0 -50px;
	}
li#referenties a:hover
	{
	background-position: 0 -75px;
	}
li#contact a:hover
	{
	background-position: 0 -100px;
	}