html
{
  	overflow: hidden;
  	border: 0;
	height: 99%;
	max-height: 99%;
	border-collapse: collapse;
}

body
{
	color: #FF6600;
	font-weight: bold;
	font-size: 11px;
	background-color: beige;
	font-family: Arial;
	border: 0;
	height: 99%;
	max-height: 99%;
	border-collapse: collapse;
	background-image: url(images/background.gif);
}

input
{
	font-size: 11px;
}

.layout
{
	width: 100%;
	background-image: url(images/background.gif);
	margin: 0px;
}

.contents
{
	background-color: beige;
	margin: 0px;
	padding: 0px;
}

.fixedscroll
{
	height: expression(document.body.clientHeight - 170 + "px"); 
	overflow: auto;
	padding-left: 10px;
	padding-top: 10px;
	overflow: auto;
}

.copyright
{
	background-image: url(images/background.gif);
	color: #FF6600;
	font-size: 9px;
	font-weight: bold;
	
}
.copyright a:link
{
	text-decoration: none;
	color: #FF6600;
}

.copyright a:visited
{
	text-decoration: none;
	color: #FF6600;
}

.copyright a:active
{
	text-decoration: none;
	color: #FF6600;
}

.copyright a:hover
{
	text-decoration: underline;
	font-style: italic;
	color: #FF6600;
}


.head
{
	background-image: url(images/background.gif);
	font-size: 9px;
	text-align: center;
	color: #FF6600;
	font-weight: bold;
	
}

.titeltje
{
	font-size: 14px;
}

.head a:link
{
	text-decoration: none;
	color: #FF6600;
}

.head a:visited
{
	text-decoration: none;
	color: rgb(255,0,0);
}

.head a:active
{
	text-decoration: none;
	color: #FF6600;
}

.head a:hover
{
	text-decoration: underline;
	font-style: italic;
	color: #FF6600;
}

.navigation
{
	text-align: left;
	color: #FF6600;
	font-weight: bold;
	background-image: url(images/background.gif);
}

.navigation a:link
{
	text-decoration: none;
	color: #FF6600;
}

.navigation a:visited
{
	text-decoration: none;
	color: #FF6600;
}

.navigation a:active
{
	text-decoration: none;
	color: rgb(255,0,0)
}

.navigation a:hover
{
	text-decoration: underline;
	font-style: italic;
	color: #FF6600;
}

.actions a:link
{
	text-decoration: none;
	color: rgb(255,0,0);
}

.actions a:visited
{
	text-decoration: none;
	color: rgb(255,0,0);
}

.actions a:active
{
	text-decoration: none;
	color: rgb(255,0,0)
}

.actions a:hover
{
	text-decoration: underline;
	font-style: italic;
	color: rgb(255,0,0);
}


.mail
{
	color: #FF6600;
	font-weight: bold;
}

.mailm
{
	text-align: center;
}

.locationdetail
{
	font-size: 11px;
}

.location a:link
{
	{
	text-decoration: none;
}

.location a:visited
{
	text-decoration: none;
}

.location a:active
{
	text-decoration: none;
}

.location a:hover
{
	text-decoration: underline;
	font-style: italic;
	color: #FF6600;
}

.koppen
{
	color: rgb(0,100,255);
	text-weight: bold;
}

p
{
  color: red;
  font-size: 12px;
}

.center
{
  text-align: center;
  margin: 0 auto;
  }