html {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-color: white;
	margin: auto auto;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FCB301;
}

/* Layout gedeelte */

#layout {
	width: 780px;
	height: 595px;
	margin-left: auto;
	margin-right: auto;
        margin-top: 0px;
        margin-bottom: auto;
	background-color: #000054;
	background-image: url('./images/background2.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
#top {
	width: 780px;
	height: 100px;
	position: relative;
	text-align: center;
	background-image: url('./images/top_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
#menu_bg {
	width: 190px;
	height: 495px;
	position: relative;
	text-align: left;
        overflow: auto;
	background-image: url('./images/menu_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#menu {
	width: 170px;
	height: 345px;
        margin-left: 20px;
        margin-top: -345px;
	position: relative;
	text-align: left;
        overflow: auto;
}
#menu ul{
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: left
}
#menu li {
        margin: 0px;
        padding: 5px 0px 0px 0px;
        line-height:25px;
}

#midden {
	width: 570px;
	height: 475px;
	position: relative;
	padding: 10px;
        margin-left: 190px;
        margin-top: -495px;
	background-color: #000054;
	text-align: left;
        overflow: auto;
	background-image: url('./images/content_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#header {
	color: red;
}

td {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

B {
	color: #FCB301;
	text-decoration: none; 
	font-weight : bold; 
	font-family: verdana; 
	font-size: 15px;
}

/* Normal sized links */
a:link { color: white; text-decoration: none; font-weight : none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px}
a:visited { color: white; text-decoration: none; font-weight : none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px}
a:hover { color: white; text-decoration: underline; font-weight : none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px}
a:active { color: white; text-decoration: none; font-weight : none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px}
/* Menu sized links */
a.menu:link { color: #FCB301; text-decoration: none; font-weight : bold; font-family: verdana; font-size: 12px}
a.menu:visited { color: #FCB301; text-decoration: none; font-weight : bold; font-family: verdana; font-size: 12px}
a.menu:hover { color: #FCB301; text-decoration: underline; font-weight : bold; font-family: verdana; font-size: 12px}
a.menu:active { color: #FCB301; text-decoration: underline; font-weight : bold; font-family: verdana; font-size: 12px}
/* Small links */
a.sm:link {color: blue; text-decoration: none; font-family: verdana; font-size: 10px; }      /* normal */
a.sm:visited {color: blue; text-decoration: none; font-family: verdana; font-size: 10px;}    /* visited */
a.sm:hover {color: blue; text-decoration: none; font-family: verdana; font-size: 10px;} /* onmouseover */
a.sm:active {color: blue; 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 */



