body {
  padding: 0px;
  margin:0px;
  font-family: Cambria, Georgia, serif;
  line-height: 1.2em;
  font-size:100%;
  background:#F0F1FF url(/images/noise.png);
}
#header, #menu, #footer, h1, h2, h3 {
  font-family: 'Open Sans Condensed', sans-serif;
 }
#container {
  margin: 0 auto;
  width: 820px;
}
#header {
  width: 100%;
  margin: 0 auto;
  background: url(/images/logo.png); background-repeat:no-repeat; width:776px; height: 260px;
}
#wrap {
  margin: 0 auto;
  width: 800px;
}
.tekst { float:left; width: 110%; padding: 6px; font-weight:bold; color: #000; padding-top: 6px;}
.melding {
  margin: 0 auto;
  width: 400px;
}
.softpedia {
	float: right;
	margin-right:60px;
	z-index: 920;
	background: background-repeat:no-repeat; width:160px; height: 160px;
}
.giga {
	float: right;
	margin-right:60px;
	z-index: 920;
	background: background-repeat:no-repeat; width:100px; height: 100px;
}
.centerfotos { margin 0 auto; text-align : center;}
#img_cont {
  margin: 0 0 5px 5px;
  display: inline-table;
  margin: 0 auto;
  width: 100%;
}
#img_cont a {
  display: table-cell;
  text-align: center;
  width: 10%;
}
#img_cont img {
  width: 100%;
  max-width: 150px;
}
#footer h3 {
  margin: 0 0 10px 1%;
  padding: 10px 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
  transition: background-color 0.2s;
}
#forum {
	float: right;
}
#content{
  max-width:820px;
  margin: 15px auto;
  float: left;
}
#main {
  float: left;
  width: 100%;
  margin: 0 0 20px 0%;
  padding: 0;
}
#main .textArea {
  color: #222;
  margin-right: 2%;
  padding: 0 2% 0 2%;
}
.language { float: left; border: 0;}
.linkprob { padding: 8px;}
.ico {list-style-type:disc}
label
{
	padding-left:10px;
	font-family: verdana;
	font-size: 12px;
}
.left
{
	font-family: verdana;
	font-size: 12px;
	padding-top:10px;
	padding-left:10px;
	padding-right:40px;
	margin-top:10px;
	margin-bottom:20px;
	border-style: solid;
	border-width: 1px;
	background-color:#F5F7FA;
	color:black;
}
#opaque
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-color: black;
}
* html #opaque
{
	position: absolute;
}

#opaquepopup
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-color: black;
}
* html #opaquepopup
{
	position: absolute;
}
#scherm
{
	position:absolute;
    width:500px;
	z-index: 11;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=5);

}

#contactscherm
{
	position:absolute;
    width:350px;
	z-index: 11;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=5);

}

#popupscherm
{
	position:absolute;
    width:420px;
	z-index: 11;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=5);

}
#footer { 
  background:#565c72 url(/images/noise.png);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 10px 0.2%;
  clear:both;
  width: 100%;
  border-radius: 12px;
}
#footer a:link {color: #FFF; text-decoration:none;}
#footer a:hover {color: #8bcdec; text-decoration: underline;}
#footer a:visited {color: #FFF; text-decoration:none;}
#footer a:active   { color: #8bcdec; text-decoration:none;}

/* ******************************************
Media Queries for screen less than 30em (480px)
****************************************** */
@media screen and (max-width: 30em){
}

/* ******************************************
Media Queries for screen wider than 30em (480px)
****************************************** */
@media screen and (min-width: 30em) {
}

/* ******************************************
Media Queries for screen wider than 45em (720px)
****************************************** */
@media screen and (min-width: 45em){
}

/* ******************************************
Media Queries for screen wider than 60em (960px)
****************************************** */

@media (min-width: 60em) {
}
/* ******************************************
	Print Styles
****************************************** */

@media print and (max-width: 8.5in) {
}
/* end of print styles */