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

/* Layout gedeelte */

#layout {
	width: 900px;
	height: 510px;
	margin-left: auto;
	margin-right: auto;
        margin-top: 0px;
        margin-bottom: auto;
	background-color: white;
	background-image: url('./images/background2.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
#logo {
	width: 700px;
	height: 5px;
	position: relative;
        margin-left: auto;
        margin-top: 0px;
	padding: 0px;
	background-color: blue;
	text-align: left;
}
#top {
	width: 900px;
	height: 28px;
	position: relative;
	padding: 0px;
	margin: 10px 0px 0px -0px;
	text-align: center;
	padding-left: 0px;
	background-color: #ccc;
	border-left: 0px solid #003fff;
	border-right: 0px solid #003fff;
	border-bottom: 0px solid #003fff;
	border-top: 0px solid #003fff;
	background-repeat: no-repeat;
	background-position: center center;
}
#scroll {
	width: 742px;
	height: 2px;
	position: relative;
        margin-left: 129px;
        margin-top: 0px;
	padding: 0px;
	background-color: white;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	border-top: 1px solid red;
	text-align: center;
}
#menu {
	width: 900px;
	height: 118px;
	position: relative;
        margin-left: 0px;
        margin-top: 10px;
	background-color: #000;
	text-align: left;
        overflow: auto;
	border-left: 0px solid #331111;
	border-right: 0px solid #331111;
	border-bottom: 0px solid #331111;
	border-top: 0px solid #331111;
	background-image: url('./images/backtop.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
#midden {
	width: 840px;
	height: 300px;
	position: relative;
	padding: 0px;
        margin-left: 30px;
        margin-top: 2px;
	background-color: #fff;
	text-align: left;
        overflow: auto;
	border-left: 0px solid #003fff;
	border-right: 0px solid #003fff;
	border-bottom: 0px solid #003fff;
	border-top: 0px solid #003fff;
}
#right {
	width: 43px;
	height: 300px;
	position: relative;
	padding: 0px;
        margin-left: 870px;
        margin-top: -300px;
	background-color: #fff;
	text-align: left;
        overflow: auto;
	border-left: 0px solid #003fff;
	border-right: 0px solid #003fff;
	border-bottom: 0px solid #003fff;
	border-top: 0px solid #003fff;
	background-image: url('./images/namen.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#bodem {
	width: 900px;
	height: 118px;
	position: relative;
        margin-top: -0px;
	background-color: #000;
	border-left: 0px solid #003fff;
	border-right: 0px solid #003fff;
	border-bottom: 0px solid #003fff;
	border-top: 0px solid #003fff;
	background-image: url('./images/backbottom.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#header {
	color: red;
}

B {
	text-decoration: none; 
	font-weight : bold; 
	font-family: Helvetica; 
	font-size: 18px;
}

/* Normal sized links */
a:link { color: black; text-decoration: none; font-weight : bold; font-family: Helvetica; font-size: 15px}
a:visited { color: black; text-decoration: none; font-weight : bold; font-family: Helvetica; font-size: 15px}
a:hover { color: #ccc; text-decoration: none; font-weight : bold; font-family: Helvetica; font-size: 15px}
a:active { color: #ccc; text-decoration: none; font-weight : bold; font-family: Helvetica; font-size: 15px}
/* Menu sized links */
a.menu:link { color: black; text-decoration: none; font-weight : bold; font-family: Helvetica; font-size: 25px}
a.menu:visited { color: black; text-decoration: none; font-weight : bold; font-family: Helvetica; font-size: 25px}
a.menu:hover { color: #ccc; text-decoration: none; font-weight : bold; font-family: Helvetica; font-size: 25px}
a.menu:active { color: #ccc; text-decoration: none; font-weight : bold; font-family: Helvetica; font-size: 25px}
/* Small links */
a.sm:link {color: #990000; text-decoration: none; font-family: Helvetica; font-size: 10px; }      /* normal */
a.sm:visited {color: #990000; text-decoration: none; font-family: Helvetica; font-size: 10px;}    /* visited */
a.sm:hover {color: #990000; text-decoration: underline; font-family: Helvetica; font-size: 10px;} /* onmouseover */
a.sm:active {color: #990000; text-decoration: none; font-family: Helvetica; font-size: 10px;}     /* active */
/* Big links */
a.big:link {color: #990000; text-decoration: none; font-family: Helvetica; font-size: 15px; }     /* normal */
a.big:visited {color: #990000; text-decoration: none; font-family: Helvetica; font-size: 15px;}   /* visited */
a.big:hover {color: #990000; text-decoration: underline; font-family: Helvetica; font-size: 15px;}/* onmouseover */
a.big:active {color: #990000; text-decoration: none; font-family: Helvetica; font-size: 15px;}    /* active */



