@CHARSET "UTF-8";

html {
	margin: 0px auto;
	padding: 0px;
}
body { 
	font: 8pt Tahoma; 
	color: #000000; 
	background: #666;
	margin: 0px; 
	padding: 0px;
}

.popup { 
	font: 8pt Tahoma; 
	color: #000000; 
	background: #FFFFFF;
	margin: 10px; 
	padding: 10px;
}


td {
	font: 10pt Tahoma;
	text-decoration: none; 
}

.vergeten{
	background: #ff6868;
}
.error {
	font: 10pt Tahoma;
	color: red; 
	font-weight: bold; 
	text-decoration: none; 
}
.onderhoudtitel {
	font: 12pt Tahoma;
	color: #ff9900; 
	font-weight: bold; 
	text-decoration: none; 
}
.onderhoud {
	font: 10pt Tahoma;
	color: white; 
	font-weight: bold; 
	font-style: italic; 
}

.vrij {
	font: 10pt Tahoma;
	color: green; 
	font-weight: bold; 
	text-decoration: none; 
}

.logintd {
	font: 11pt Tahoma;
	font-weight: bold; 
	text-decoration: none;
	text-align: left; 
}

//input {
//	font: 10pt Tahoma;
//	color: #000000;
//	background: #FFFFFF;
//	text-decoration: none; 
//	border:1px solid black;
//}

.button {
	font: 10pt Tahoma;
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
	border:1px solid black;
	 
}
.button2 {
	font: 10pt Tahoma;
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
	border:0px;
	background: transparent;
}

.linkarrow{
	font: 10pt Tahoma;
	font-weight: bold; 
	color: #ff9900;
}

a:link { 
	font-weight:bold;
	text-decoration: underline;
	color: #000000;
}
a:visited { 
	font-weight: bold; 
	text-decoration: underline;
	color: #000000;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}

.menu:link { 
	font-weight:bold;
	text-decoration: none; 
	color: #666666;
}
.menu:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
}
.menu:hover, .menu:active {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.onbeantwoord{
	background: #ff3300;
	
}
.onbeantwoord a:link  { font-family : Verdana;
	      font-size : 9pt;
	       color :black; }

   
.onbeantwoord a:active { font-family : Verdana;
	      font-size : 9pt;
	       color :black; }
   
.onbeantwoord a:visited { font-family : Verdana;
	      font-size : 9pt;
	       color :black; }
   
.onbeantwoord a:hover  {
	font-family : Verdana;
	font-size : 9pt;
   	text-decoration : underline;
	color : white;
}

.beantwoord{
	background: #00cc33;
}
.beantwoord a:link  { font-family : Verdana;
	      font-size : 9pt;
	       color :black; }

   
.beantwoord a:active { font-family : Verdana;
	      font-size : 9pt;
	       color :black; }
   
.beantwoord a:visited { font-family : Verdana;
	      font-size : 9pt;
	       color :black; }
   
.beantwoord a:hover  {
	font-family : Verdana;
	font-size : 9pt;
   	text-decoration : underline;
	color : white;
}

.nieuw{
	background:yellow;
}
.nieuw a:link  { font-family : Verdana;
	      font-size : 9pt;
	       color :black; }

   
.nieuw a:active { font-family : Verdana;
	      font-size : 9pt;
	       color :black; }
   
.nieuw a:visited { font-family : Verdana;
	      font-size : 9pt;
	       color :black; }
   
.nieuw a:hover  {
	font-family : Verdana;
	font-size : 9pt;
   	text-decoration : underline;
	color : white;
}

.even { 
	font-family : Tahoma;
	  font-size : 9pt;
	  color :black; 
	 background-color: #C5C5C5;
}
.odd { 
	font-family : Tahoma;
	  font-size : 9pt;
	  color :black; 
	  	background-color: #E5E5E5;
}
.knop {
	font-family : Tahoma;
	  font-size : 9pt;
	  color :black; 
	    CURSOR: pointer;
   	text-decoration : underline;
}



/* ID'S */
#container { 
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 0px solid #000000;
	width: 955px;

}
#container .column {
  position: relative;
  float: left;
  background: #FFFFFF;
}
#container .afstand {
  position: relative;
  float: left;
  background: #FFFFFF;
  border: 5px solid #FFFFFF;
  height: 100%;
}

#container .tekst {
  position: relative;
  float: left;
  background: #FFFFFF;
}

#menu {
	font: 10pt Tahoma;
	color: #666666; 
	border: 0px solid #000000;
	width: 220px;
	height:100%;
	text-align: left;
	
}

#tekst {
	font: 10pt Tahoma; 
	color: #000000; 
	border: 0px solid #000000;
	width: 700px;
	height:100%;
	margin-right: -220px;
	text-align: left;
}

*** IE6 Fix ***/
* html #menu {
  left: 220px;           /* RC width */
}

#submenu1{
	margin-left: 6%;
	
}


#hulp {
	border: 0px solid #000000;
	width: 296px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	left: 300px;
	top: 100px;
	
}




