html, body
{
	margin: 0;
	margin-top:5px;
	padding: 0;
	/* background-color: #0d2f51; */
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	/* color: #003366; */
}

#pagewidth
{
	/* background-image: url(images/DM2_achtergrond.jpg); */
	background-repeat: no-repeat;
	width: 1000px;
	margin: 0px auto;
}

#link
{
	font-weight: bold;
	color: #333333;
	font-size: 11px;
}


#maincol
{
	float: right;
	display: inline;
	position: relative;
	width: 615px;
	/* height: 1000px; */
}
#dmkop
{
	width: 600px;
	height: 100px;
	cursor: pointer; 
	/* background-color :Yellow; */
}

#buttonnavmenu
{
	cursor: pointer;
}

#ContactFormContainer
{
	height: 278px;
	width: 281px;
	margin-top: 0px;
	margin-left: 17px;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

#ContactFormContent
{
	margin-left: 30px;
	padding-top: 6px;
	margin-right: 30px;
}

#ContactFormHeader
{
	padding-right: 20px;
	padding-top: 6px;
	text-align: right;
	text-decoration: underline;
	cursor: pointer;
	color: #F8A03C;
}

#ContactFormMessage
{
}

#ContactForm
{
	margin-top: 10px;
	margin-left: -2px;
}

#ToggleContactFormKnop
{
        margin-top:10px;
        margin-left: 30px;
        font-weight:bold;
        font-size:11px;
	color: #F8A03C;
	cursor: pointer;
}

#popupleft
{
	height: 223px;
	width: 281px;
	margin-left: 12px;
	margin-top: 212px;
	font-size: 10px;
}

#popupleftheader
{
	padding-right: 20px;
	padding-top: 6px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	color: #003366;
}

#popupleftcontent
{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 25px;
	height: 193px;
	overflow: hidden; /* auto */
}


#buttongrid
{
	top: 165px;
	left: 100px;
}

#buttontable
{
}

.knopimg
{
	margin: 4px;
}

#largetextwindowbackground
{
	/* background-color: #3399FF; */
	background-color: transparent;
	width: 580px;
}

#largetextwindow
{
	margin-top: 60px;
	padding-right: 3px;
	padding-bottom: 20px;
	/* background-color: #FFFFFF; */
	/* background-color: transparent; */
	width: 580px;
	z-index: 100;
}

#largetextwindowheader
{
	padding-right: 20px;
	padding-top: 6px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	color: #003366;
}

#largetextwindowcontent
{
	margin-top: 20px;
	margin-right: -20px;
	margin-left: 40px;
	padding-top: 10px;
	padding-right: 40px;
	height: 410px;
	overflow: auto;
}
#lunamedialink 
{
  height: 30px;
  width: 30px;
  /* border: solid 1px white; */
  margin-top: 750px;
  cursor: pointer;
}

.hoofdkop
{
	font-weight: bold;
	color: #F60;
	font-size: 11px;
}
.subkop
{
	font-weight: bold;
	color: #F60;
	font-size: 11px;
}
.wittekop
{
	font-weight: bold;
	color: #Ffffff;
	font-size: 11px;
	font-weight: bold;
}
.kop
{
	font-size: 10px;
	color: #003366;
}
.txt
{
	color: #003366;
	font-size: 11px;
}
  newwindow {}.textbold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #036;
}
.newwindow 
{
}

.externallink
{
  color: #F60;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F60;
}
a:visited {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
a:active {
	color: #036;
	text-decoration: none;
}
a:link {
	color: #036;
	text-decoration: none;
}


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

