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

/* Layout gedeelte */

#layout {
	width: 1000px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
        margin-top: 0px;
        margin-bottom: auto;
	background-color: #fdfe2c;
	background-image: url('/images/background23.jpg1');
	background-repeat: repeat-x;
	background-position: top left;
}
#logo {
	width: 700px;
	height: 5px;
	position: relative;
        margin-left: 0px;
        margin-top: 0px;
	padding: 0px;
	background-color: blue;
	text-align: left;
}
#top {
	width: 900px;
	height: 97px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65px;
	color: #1600ff;
	font-weight : bold; 
	position: relative;
	padding: 0px;
	margin: 10px 0px 0px 39px;
	text-align: center;
	padding-left: 0px;
	border-left: 20px solid #1600ff;
	border-right: 20px solid #1600ff;
	border-bottom: 2px solid #1600ff;
	border-top: 20px solid #1600ff;
	background-image: url('/images/top.gif');
	background-repeat: no-repeat;
	background-position: left 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: 150px;
	height: 480px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #fff;
	position: relative;
	padding: 10px;
        margin-left: 39px;
        margin-top: 0px;
	text-align: left;
	background-color: #1600ff;
        overflow: auto;
	border-left: 20px solid #1600ff;
	border-right: 2px solid #1600ff;
	border-bottom: 20px solid #1600ff;
	border-top: 0px solid #1600ff;
}
#midden {
	width: 709px;
	height: 480px;
	position: relative;
	padding: 10px;
        margin-left: 230px;
        margin-top: -520px;
	text-align: left;
        overflow: auto;
	background-color: #fff;
	border-left: 0px solid #1600ff;
	border-right: 20px solid #1600ff;
	border-bottom: 20px solid #1600ff;
	border-top: 0px solid #1600ff;
	background-image: url('/images/bgmain.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#bodem {
	width: 700px;
	height: 190px;
	position: relative;
        margin-top: -105px;
        margin-left: 230px;
	text-align: right;
	vertical-align: middle;
	border-left: 0px solid #331111;
	border-right: 0px solid #331111;
	border-bottom: 0px solid #331111;
	border-top: 0px solid #331111;
}

#header {
	color: red;
}

B {
	color: #1600ff;
	text-decoration: none; 
	font-weight : bold; 
	font-family: verdana; 
	font-size: 18px;
}

/* Normal sized links */
a:link { color: #1600ff; text-decoration: underline; font-weight : bold; font-family: verdana; font-size: 18px}
a:visited { color: #1600ff; text-decoration: underline; font-weight : bold; font-family: verdana; font-size: 18px}
a:hover { color: black; text-decoration: underline; font-weight : bold; font-family: verdana; font-size: 18px}
a:active { color: black; text-decoration: underline; font-weight : bold; font-family: verdana; font-size: 18px}
/* Menu sized links */
a.menu:link { color: white; text-decoration: none; font-weight : bold; font-family: verdana; font-size: 18}
a.menu:visited { color: white; text-decoration: none; font-weight : bold; font-family: verdana; font-size: 18}
a.menu:hover { color: black; text-decoration: none; font-weight : bold; font-family: verdana; font-size: 18}
a.menu:active { color: black; text-decoration: none; font-weight : bold; font-family: verdana; font-size: 18}
/* 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 */



