* 
{
	margin:0;
	padding:0;
	border:0;
	outline: 0;
}

html, body
{
	height: 100%;
	font-family: Verdana;
}

.wrap 
{
	width:100%;
	min-height: 100%;

	background: #FBFBFB url('../images/background.png') repeat-x;
}

.main 
{
	overflow:auto;
	padding-bottom: 140px;

	width:950px;
	margin:0 auto;
	clear:both;
}

.content 
{
	width:940px;
	float:left;
	padding-top: 12px;
        min-width: 950px;
	margin-left: 10px;
}

.content .left
{
	width: 570px;
        float: left;
}

.content .right
{
	width: 370px;
        float: left;
}

.logo
{
	width: 215px;
	height: 171px;
	background-image: url('../images/logo.png');
}

.welcome
{
  	color:#808080;
        font-size: 12pt;
	line-height: 19pt;
  	margin:48px 0px 0px 2px;
}

.welcome p
{
	margin: 20px 0px 0px 0px
}

.welcome h1
{
  	color:#9A285D;
        font-size: 18pt;
        font-weight: normal;
}

.welcome a 
{
  	text-decoration:none;
  	color:#202020;
}

.welcome a:hover 
{
  	color:#202020;
  	text-decoration:none;
}

.mainmenu
{
  	float: right;
  	color:#606060;
        font-size: 12pt;
}

.mainmenu a 
{
  	text-decoration:none;
  	color:#606060;
}

.mainmenu a:hover 
{
  	color:#606060;
  	text-decoration:none;
}

.mainmenu .items
{
	float: right;
  	margin:5px 0px 0px 0px;
}

.mainmenu .flags
{
	float: right;
  	margin:0px 0px 0px 4px;
}

.mainmenu .sep
{
  	margin:0px 6px 0px 6px;
  	color:#C0C0C0;
}

.products
{
	width: 313px;
  	color:#606060;
        font-size: 12pt;
  	margin:28px 0px 0px 0px;
	float: right;
}

.products .product
{
	float: right;
	width: 313px;
	height: 243px; 
  	color:#606060;
        font-size: 12pt;
	position: relative;
}

.products .product .screenshots
{
	top: 26px;
	left: 32px;
	position: absolute;
}

.products .product .screenshots div
{
	top: 0px;
	left: 0px;
	position: absolute;
}

.products .store
{
	float: right;
	width: 306px;
  	color:#606060;
        font-size: 12pt;
  	margin:0px 0px 0px 14px;
}

.products .store h1
{
	font-size: 12pt;
	font-weight: normal;
	color: #9A285D;
	padding: 0px;
  	margin:0px 0px 10px 0px;
}

.products .store .description
{
	float: right;
  	color:#606060;
        font-size: 10pt;
  	margin:10px 0px 0px 0px;
}

.products .store .description img
{
  	margin:0px 0px 0px 0px;
}

.products .spacer
{
	float: right;
	height: 30px;
	width: 313px;
	position: relative;
}

.footer 
{
	position: relative;
	margin-top: -140px; 
	height: 140px;
	background: #FBFBFB url(../images/footer.png) repeat-x top;
	font-size: 10pt;
	color: #505050;
	clear:both;
} 

.footer h1
{
  	color:#9A285D;
        font-size: 10pt;
	padding: 0px;
	margin: 50px 0px 0px 0px;
}

.footer .full
{
	width:950px;
	margin:0 auto;
}

.footer .adress
{
	width: 245px;
	float: left;
	position: relative;
	margin-left: 10px;
}

.footer .phone
{
	width: 210px;
	float: left;
	position: relative;
}

.footer .email
{
	width: 270px;
	float: left;
	position: relative;
}

.footer .kvk
{
	width: 215px;
	float: left;
	position: relative;
}

/*Opera Fix*/
body:before 
{
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}



