*
{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	outline: none;
	list-style:none;
	font-family:Tahoma, Arial, Verdana;
}

html
{
	height:100%;
}

body
{
	background:url(images/menu_bg.jpg) repeat-x #FFF;
}

div#container
{
	width:883px;
	height:100%;
	margin:0 auto;
	padding:0 0 50px 0;
}

ul#topmenu
{
	height:50px;
	line-height:41px;
	padding:0 0 0 20px;
	font-size:11px;
}

ul#topmenu li
{
	float:left;
	padding:0 20px 0 20px;
}

ul#topmenu li a{color:#FFF;font-weight:bold;}
ul#topmenu li a:hover{color:#d2ef00;}

h3
{
	float:left;
	width:400px;
	height:136px;
	background:url(images/logo.jpg) no-repeat center;
	text-indent:-9999999px;
}

h4{display:none;}

ul#buttons
{
	float:right;
	width:403px;
	padding:0 0 0 70px;
}

ul#buttons li
{
	float:left;
	padding:0 20px 0 20px;
	text-indent:-99999px;
	width:93px;
	height:136px;
}

ul#buttons li a
{
	display:block;
	width:93px;
	height:136px;
}

ul#buttons #basic{background:url(images/basic.jpg) no-repeat center}
ul#buttons #pro{background:url(images/pro.jpg) no-repeat center}
ul#buttons #plus{background:url(images/plus.jpg) no-repeat center}

div#content
{
	clear:both;
	float:left;
	width:462px;
}

div#download
{
	float:right;
	width:411px;
}

div#content h1, div#download h2
{
	height:44px;
	line-height:40px;
	padding:0 0 0 20px;
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	color:#FFFFFF;
}

div#content_text, div#download_text
{
	padding:5px 10px 0 10px;
	margin:4px 0 0 0;
	font-family:Tahoma, Arial, Verdana;
	font-size: 11px;
	color:#3d3f3b;
}

div#content_text a, div#download_text a{text-decoration: underline;}
div#content_text a:hover, div#download_text a:hover{color:#000;}

div#content_text p, div#download_text p
{
	padding:7px 0 7px 0;
}

div#content h1
{
	width:442px;
	background:url(images/content_top.jpg) no-repeat;
}

div#content_text
{
	background:url(images/content_bg.jpg) no-repeat;
}

div#download h2
{
	width:391px;
	background:url(images/download_top.jpg) no-repeat;
}

div#download_text
{
	background:url(images/download_bg.jpg) no-repeat;
}

ul#download_list
{
	width:230px;
	float:left;
	padding:10px 7px 0 3px;
}

ul#download_list li
{
	padding:0 0 0 23px;
	background:url(images/vinkje.png) no-repeat left;
	height:23px;
	line-height:23px;
	font-weight:bold;
	color:#888887;
}

ul#download_list li.button
{
	background:none;
	padding:15px 0 0 0;
	height:49px;
}

div#download img
{
	border: 5px solid #dedddd;
	margin:10px 10px 0 10px;
}

li.button a#button
{
	display:block;
	float:left;
	background:url(images/download_button.jpg) no-repeat;
	width:228px;
	height:49px;
	text-indent:-99999px;
}

div#footer
{
	position: fixed;
	bottom:0;
	height:32px;
	padding:3px 3% 0 0;
	width:97%;
	line-height:32px;
	background:url(images/footer.jpg) repeat-x;
	font-size:11px;
	text-align:right;
	text-indent:99px;
	color:#5d5d5d;
}