#content {
	position: absolute; 
	width:990px;
	height: 558px;
   	left :50%; 
	margin-left: -495px; /* helft van breedte */
    background-image: url(/images/1/background-ryse.png); 
    background-repeat: repeat-x; 
}

#heading {
	position: absolute;
	top: 0px;
	left: -345px;
	width: 100%;
	height: 100px;
	background-color: transparent;
}
#menu {
    font-family: 'Verdana';
    font-size: 10pt;
    color: #006666;
    background-color: transparant;
	position: absolute;
	top: 101px;
	left: 2px;
	width: 175px;
	height: 272px;
	background-color: ;
	background-image: ;
	background-repeat: ;
	border: none;
}

#main {
	position: absolute;
	top: 95px;
	left: 171px;
	width: 797px;
	height: 375px;
	background-color:transparent;
	border: none;
	overflow: auto;
	padding: 4px;
	background-image: url(/images/1/at.png);
    background-repeat: no-repeat; 
	background-position: 40%;
}
#textarea {
  background-color: transparent;
  font-family: 'Verdana';
  font-size: 9pt;
  position:absolute;
  left: 95px; 
  top: 22px; 
  width: 610px;
  border-collapse: collapse

 }

.at {
    position: absolute;
    left: 495px;
    top: 279px;
}

#footer {
	position: absolute;
	top: 499px;
	left: 5px;
	width: 100%;
	height: 58px;
	background-color: transparent;
	border: none;
}
.footer_copy {
    position: absolute;
    right: 10px;
    margin-top: 10px;
	font-size: 10px;  /* toegevoegd 3-7-08 */
    font-weight: bold;
}

body {
  font-family: 'Verdana';
  font-size: 10pt;
  color: #006666;
  margin: 0px;
 }
 

.content {
  position: absolute;
  left: 200px;
  top: 100px;
  width: 650px;
  height: 300px;
  border: none;
  overflow:auto;
}

.bottombar {
position: absolute;
top: 525px;
left: 775px;
MARGIN: 0px 2px 4px 0px;
FONT-SIZE: 8pt;
FONT-WEIGHT: bold;
color: #13708f;
font-family: 'Verdana';
border: none;
}


