/* Basic elements */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #eeeeee;
	padding: 0 0 10px 0;
	background-image:url('img/tausta.gif');
	background-repeat:no-repeat;
	bgproperties="fixed";
	
}

body, div, input, select {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	line-height: 18pt;
}

input, select {
	vertical-align: top;
}

td {
	text-align: left;
	vertical-align: top;
}

/*
img {
	border: 0px none;
	display: block
}
*/
a {
	color: #0033ff;
	text-decoration: none;
}

a:hover {
	color: #0000cc;
	text-decoration: none;
}

em {
	font-style: normal;
	color: #F26522;
	text-decoration: none;
}

em.ast {
	color: #FF0000;
	font-weight: bold;
}

/*
ul {
	margin: 0;
	padding: 12px 0 0 0;
	list-style: none;
}

ul li {
	display: block;
	color: #747474;
	padding-left:10px; padding-right:0; padding-top:2px; padding-bottom:8px
}

ul li a, ul li a:visited {
	color: #3e7ab3;
}

ul li a:hover {
	color: #3e7ab3;
	text-decoration: none;
}

i {
	font-style: italic;
	color: #375379;
	padding-right: 4px;
}
*/
/* Headings */

h1 {
	font: bold 16pt serif, Copperplate Gothic Light, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin: 0 0 16pt 0;
	background-image: url(img/viiva.gif);
	background-repeat:no-repeat;
	background-position: 0% 110%;
	color: #444444;
}

h2 {
	font: bold 12pt georgia, Helvetica, sans-serif;
	font-variant: small-caps;
/*	margin: 0 0 6pt 0;*/
	color: #000000;
}


h3 {
	font: bold 12pt georgia, arial, tahoma, verdana, sans-serif;
	margin: 0 0 5px 0;
	color: #000000;
}

h4 {
	font: bold 12px georgia, tahoma, verdana, sans-serif;
	margin: 25px 0 5px 0;
	color: #000000;
}
/*

h5 {
	font: bold 12px arial, tahoma, verdana, sans-serif;
	margin: 25px 0 5px 0;
	color: #4d99df;
}
*/
/* Structure elements */
#body {
	width: 840px;
	margin: 0 auto;
}

#leftshadow {
	float: left;
	width: 20px;
	height: 200px;
	background: url('img/vasen.gif') top left;
	margin-top: 20px;
}

#center {
	float: left;
	width: 800px;
	background: #ffffff;
    /*padding-bottom: 20px;*/
	margin: 150px 0px 20px 0px;
}


/*#rightshadow {
	float: left;
	width: 20px;
	height: 200px;
	background: url('img/oikea.gif') top left;
	margin-top: 20px;
}
*/

/* Content */
#header {
	width: 800px;
	height: 205px;
	
	/*background: #ffffff url('img/diaversum_test_logo.gif') top left no-repeat;*/
}

#footer {
	width: 800px;
	height: 70px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px 0px 0px 80px;
	float: left;
	background: #eeeeee;
}


.formfeed {
	width: 700px;
	text-align: center;
}

/* Content elements */

#navi {
	width: 600px;
	height: 37px;
	float: left;
	padding: 0;
	background: #737573;
}

.navilink {
	height: 37px;
	float: left;
	margin-top: 10px;
	padding-left: 30px;
}

#navi a {
	font: bold 13pt serif, Copperplate Gothic Light, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color:#ffffff; 
	line-height:18px;
}


#navi a:hover {
	color: #e0e0e0;
	text-decoration: none;
	line-height:20px;
}

#navi a.current {
	font: bold 13pt serif, Copperplate Gothic Light, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color:#fc4d4d; 
	line-height:18px;
}


#navi2 {	
	width: 200px;	
	height: 37px;	
	float: left;	
	padding: 0;	
	background: #737573;
}

.navilink2 {	
	height: 40px;	
	float: right;	
	margin-top: 10px;	
	padding-right: 20px;
}

#navi2 a {	
	font: 12px Arial, Helvetica, sans-serif;	
	color:#ffffff; 
	line-height:18px;	
}

#navi2 a:hover {	
	color: #C8C8C8;	line-height:20px;
}

#navi2 a:active {	
	color: #C8C8C8;	line-height:22px;
}

#navi3 a {
	padding: 0px 0px 0px 25px;
	font: bold 11pt serif, Copperplate Gothic Light, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color:#0000ff;
 	line-height:20px;}

#navi3 a:hover {
	color: #C8C8C8;
	line-height:20px;
}

#navi3 a:active {
	color: #C8C8C8;
	line-height:20px;
}


#content {
	width: 680px;
	margin: 10px 60px 60px 60px;
}

#nameslot {
	width: 180px;
	margin: 0px 20px 0px 0px;
	float: left;
}

#leftbox {
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
}

#rightbox {
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
}

#lefttext {
	width: 420px;
	margin: 20px 40px 20px 40px;
}

#righttext {
	width: 220px;
	margin: 20px 40px 20px 40px;
}

/*

#header2 a {
	display:inline;
	background: url('../images/bullet1.gif') no-repeat 0 0;
	margin:20px; 
	font-family:tahoma, helvetica, sans-serif; 
	font-weight:bold; 
	font-size:12px; 
	color:#4d99df; 
	line-height:24px;
	list-style-type:none; 
	padding: 0px 0px 10px 25px;
	background-repeat:no-repeat
}

#header2 a:hover {
	color: #3e7ab3;
	text-decoration: none;
}

*/
