html {
	height: 100%;
}
body {
	font-family: Verdana;
	font-size: 15px;
	margin: auto auto;
	padding: 0px;
	height: 100%;
	background-color: white;
	background-image: url('./images/.gif');
	background-repeat: repeat;
	background-position: top left;
}

/* Layout gedeelte */

#layout {
	width: 852px;
	height: 514px;
	margin-left: auto;
	margin-right: auto;
        margin-top: 0px;
        margin-bottom: auto;
	background-color: white;
}
#logo {
	width: 138px;
	height: 98px;
	position: relative;
        margin-left: 0px;
        margin-top: 0px;
	padding: 0px;
	background-color: white;
	text-align: left;
	background-image: url('./images/bg_undertop.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}
#top {
	width: 852px;
	height: 98px;
        margin-left: 0px;
        margin-top: 0px;
	padding-left: 0px;
	border-left: 0px solid #0038f0;
	border-right: 0px solid #0038f0;
	border-bottom: 0px solid #0038f0;
	border-top: 0px solid #0038f0;
	background-image: url('./images/bg_top1.gif');
	background-repeat: repeat-x;
	background-position: right center;
}
#scroll {
	width: 695px;
	height: 30px;
	position: relative;
        margin-left: 210px;
        margin-top: -70px;
	padding: 0px;
	background-color: white;
	border-left: 0px solid red;
	border-right: 0px solid red;
	border-bottom: 0px solid red;
	border-top: 0px solid red;
	text-align: center;
}
#menu {
	width: 852px;
	height: 25px;
	position: relative;;
	background-color: #aaaaaa;
	padding: 0px;
        margin-left: 0px;
        margin-top: 0px;
}
#midden {
	width: 852px;
	height: 400px;
	padding-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
	background-color: #ddd;
	text-align: left;
        overflow: auto;
	border-left: 0px solid #003fff;
	border-right: 0px solid #003fff;
	border-bottom: 0px solid #aaaaaa;
	border-top: 0px solid #aaaaaa;
	background-image: url('./images/background2.gif');
	background-position: top ;
        background-attachment : fixed;

}
#bodem {
	width: 852px;
	height: 40px;
	background-color: #aaa;
	padding: 0px;
	position: relative;
        margin-top: 10px;
	vertical-align: left;
	border-left: 0px solid #003fff;
	border-right: 0px solid #003fff;
	border-bottom: 0px solid #003fff;
	border-top: 0px solid #003fff;
}

#header {
	color: red;
}

B {
	color: black;
	text-decoration: none; 
	font-weight : bold; 
	font-family: verdana; 
	font-size: 13px;
}

td {
	color: black;
	text-decoration: none; 
	font-weight : none; 
	font-family: verdana; 
	font-size: 13px;
}

/* Normal sized links */
a:link { color: #ff1721; text-decoration: underline; font-weight : bold; font-family: verdana; font-size: 13px}
a:visited { color: #ff1721; text-decoration: underline; font-weight : bold; font-family: verdana; font-size: 13px}
a:hover { color: #000000; text-decoration: underline; font-weight : bold; font-family: verdana; font-size: 13px}
a:active { color: #000000; text-decoration: underline; font-weight : bold; font-family: verdana; font-size: 13px} 
/* Menu sized links */
a.menu:link { color: #0038f0;background-color: #FFFFFF; text-decoration: none; font-weight : bold; font-family: verdana; font-size: 20px}
a.menu:visited { color: #0038f0;background-color: #FFFFFF; text-decoration: none; font-weight : bold; font-family: verdana; font-size: 20px}
a.menu:hover { color: #ff1721;background-color: #FFFFFF;  text-decoration: none; font-weight : bold; font-family: verdana; font-size: 20px}
a.menu:active { color: #ff1721; background-color: #FFFFFF; text-decoration: none; font-weight : bold; font-family: verdana; font-size: 20px}
/* Small links */
a.sm:link {color: #990000; text-decoration: none; font-family: verdana; font-size: 10px; }      /* normal */
a.sm:visited {color: #990000; text-decoration: none; font-family: verdana; font-size: 10px;}    /* visited */
a.sm:hover {color: #990000; text-decoration: underline; font-family: verdana; font-size: 10px;} /* onmouseover */
a.sm:active {color: #990000; text-decoration: none; font-family: verdana; font-size: 10px;}     /* active */
/* Big links */
a.big:link {color: #990000; text-decoration: none; font-family: verdana; font-size: 15px; }     /* normal */
a.big:visited {color: #990000; text-decoration: none; font-family: verdana; font-size: 15px;}   /* visited */
a.big:hover {color: #990000; text-decoration: underline; font-family: verdana; font-size: 15px;}/* onmouseover */
a.big:active {color: #990000; text-decoration: none; font-family: verdana; font-size: 15px;}    /* active */

#navigation a
{
color: #FFF;
background: #aaaaaa;
text-decoration: none;
padding-left: 10px;
font-size: 15px;
font-family: verdana;
}

#navigation a span
{
padding-right: 10px
}

#navigation a, #navigation a span
{
display: inline;
float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none;
}
/* End hide */

#navigation a:hover
{
color: #fff;
background: #eb3e3e;
font-size: 15px;
font-family: verdana;
padding-left: 10px;
}

#navigation a:hover span
{
padding-right: 10px
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
margin: 0;
list-style: none;
}

