/* CSS Document */

html, body {
	color: #000000;
	height: 100%;
	}

body {
	color: #000000;
	margin: 0;
	padding: 0;
	background-image:  url(img/diag_back.gif);
	background-repeat:repeat-x;
	}

small {
	font: 0.5em Arial, sans-serif;
	line-height: 1.1;
	color: #FFF;
	}

h1 {
	margin-bottom: 1px;
	margin-top: -5px;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #082437;
	width: 100%;
	} 

h2 {
	font: bold 1em Verdana, Arial, sans-serif;
	letter-spacing: 2px;
 	text-transform: uppercase;
	margin-bottom: 1px;
	}

li {
	margin-left: 13px;
	}

A {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	}

#whitearea2 a img:hover {
	background-color: #FFF;
	}

#menuarea A{
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}

A:hover {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FF7A00;
	}
	
A:link IMG {
	border: none;
	}

#container {
	position:absolute;
	margin-top: 20px;
	left: 50%;
	margin-left: -370px;
	top: 0;
	width: 750px;
	height: 580px;
}

#footer {
	position: absolute;
	bottom: 30px;
	left: -300px;
	width: 800px;
	height: 34px;
	margin: 0;
	background-image: url(img/footer.gif)
	}

#kulmaan {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 79px;
	height: 79px;
	}

#logo {
	position: absolute;
	width: 206px;
	height: 61px;
	top: 210px;
	left: 130px;
/*	background-image: url(img/logo.gif); */
	}

#menuarea {
	position: absolute;
	top: 280px;
	left: 230px;
	width: 115px;
	height: 100px;
	}

#whitearea1 {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 10px; 
	position: absolute;
	width: 359px;
	height: 570px;
	top: 0px;
	left: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-image: url(img/table.gif);
	background-repeat: no-repeat;
	}
	
#whitearea2 {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 10px; 
	position: absolute;
	width: 359px;
	height: 570px;
	top: 0px;
	left: 369px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-image: url(img/table.gif);
	background-repeat: no-repeat;
	}

#contentarea2 {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 10px; 
	position: absolute;
	width: 314px;
	min-height: 570px;
	top: 0px;
	left: 6px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 18px;
	padding-bottom: 40px;
	background-image: url(img/table.gif);
	background-repeat: no-repeat;
	}		

input {
	border: 1px solid #999;
	padding: 2px 3px 2px 3px;
	background: url(img/inputbgr.gif) repeat-x;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 10px; 
	}		

.request {
	padding: 15px 0 10px 20px;
	}
	
.nobgr {
	border: 0;
	background: #FFF;
	}

.nobgr a {
	border: 0;
	background: #FFF;
	}

.error {
	font-weight: bold;
	color: red;
	}

.ok {
	font-weight: bold;
	}

.tiny {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	}