@charset "iso-8859-1";

/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

html, body {
	text-align: center;
	}
	
html { min-height: 101%; }
	
body {
	background: url("../bg_body.gif") repeat-x;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
	}
	
	h1, h2, h3 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
	
a { color: #317eb4; text-decoration: none; }

#sitewrap { 
	margin: auto;
	text-align: left;
	width: 800px;
	}
	
#siteheader {
	background: url("../bg_header.png") no-repeat bottom left;
	height: 195px;
	width: 800px;
	position: relative;
	margin-bottom: 20px; 
	}
	
#siteheader #siteheading {
	position: absolute; top: 92px; left: 0px;
	}
	
	#siteheader #siteheading h1 {
		width: 449px;
		height: 52px;
		overflow: hidden;
		text-indent: -3000px;
		color: #FFF;
	}
	
	#siteheader #siteheading h1 span {
		position: relative;
		top: 0px;
		left: 0px;
		display: block;
		width: 449px;
		height: 52px;
		background-image: url("../heading.png");
		}
	
#siteheader .sitemenu {
	position: absolute;
	bottom: 7px;
	left: 0px;
	}
	
#extlinks {
	padding-top: 10px;
	color: #FFF;
	font-size: 11px;
}

#extlinks strong { font-family: Georgia, "Times New Roman", Times, serif; }

#extlinks a {
	color: #FFF;
	padding-bottom: 2px;
	border-bottom: 1px dotted #DDD;
	white-space:nowrap;
	padding-right: 15px;
	margin-left: 7px;
	background: url("../exitlink.gif") no-repeat right 2px;
	}

	
.sitemenu ul {
	list-style: none;
	}
	
.sitemenu ul li {
	float: left;
	}
	
#siteheader .sitemenu ul li a {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-right: 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #eec12e;
	background: url("../bg_tab.gif") top left no-repeat #facc36;
	display: block;
	padding: 6px 10px 6px 8px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: none;
	}
	
#siteheader .sitemenu ul li a.menu_current,
#siteheader .sitemenu ul li a:hover {
	background: url("../bg_tab_active.gif") left bottom repeat-x #317eb4;
	border-color: #379be1;
	color: #d7ecf1;
	}
	
#siteheader ul li { text-shadow: #e9a013 1px 1px 0px; }

#siteheader ul li a.menu_current,
#siteheader ul li a:hover { text-shadow: #135ca7 1px 1px 0px; }

#sitecontent {
	vertical-align: top;
	border-bottom: 4px solid lightblue;
	margin-bottom: 12px;
	}
	
	#sitecontent h1 {
		border-right: 1px solid #e9a013;
		border-bottom: 1px solid #e9a013;
		color: #333;
		padding: 8px;
		font-size: 17px;
		margin-bottom: 15px;
		background: url("../bg_h1.gif") repeat-x #facc36;
		text-shadow: #e9a013 1px 1px 0px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}
		
	#sitecontent h2 {
		border-right: 1px solid #135ca7;
		border-bottom: 1px solid #135ca7;
		color: #d7ecf1;
		padding: 5px 8px 5px 8px;
		background: url("../bg_tab_active.gif") bottom repeat-x #317eb4;
		text-shadow: #135ca7 1px 1px 0px;
		font-size: 15px;
		margin-bottom: 10px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

		
	#sitecontent .rightcol h1 { background-color: #317eb4; color: #FFF; font-size: 14px; margin-bottom: 10px; }
		#sitecontent h3 { color: #333; font-size: 14px; padding-bottom: 4px; border-bottom: 2px solid lightblue; margin-bottom: 10px; }
			.doublecol h2 { background-color: #317eb4; }


.leftcol, .rightcol, .doublecol {
		margin-bottom: 25px;
}

.leftcol {
	float: left;
	width: 475px;
	}
	
.rightcol {
	float: right;
	width: 268px;
	padding: 16px;
	}
	
.doublecol {
	position: relative;
	clear: both;
	width: 762px;
	padding: 18px;
}

/* .doublecol .kuvitus {
	position:absolute;
	bottom: -2px;
	right: 19px;
} */
	
/* common visual styles for gray boxes */
.doublecol, .rightcol {
	background-color: #e6e4da;
	background-image: url("../bg_boxes.png");
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #DDD;
	/* CSS3 rounded corners */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* CSS3 drop shadows */
	-webkit-box-shadow: 3px 5px 5px #F2F2F2;
	-moz-box-shadow: 3px 5px 5px #F2F2F2;
	box-shadow: 3px 5px 5px #F2F2F2;

	}

p { 
	line-height: 18px;
	margin-bottom: 14px;
	}

.leftcol p {
	text-align: left;
	}

.clear {
	height: 1px;
	clear: both !important;
	font-size: 1px;
	line-height: 1px;
	}

#footer .sitemenu ul {
	list-style: none;
	}
	
#footer .sitemenu ul li {
	float: left;
	}
	
	#footer .sitemenu ul li a:hover {
		background: #EBEBEB;
	}

#sitecontent ul { list-style: square; list-style-position: inside; }
#sitecontent ul li { margin-bottom: 4px; }
	
#footer .sitemenu ul li a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 4px;
	border: 1px solid #E6E6E6;
	display: block;
	background: #E7E7E7;
	padding: 7px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: none;
	}

#sitecontent table.table {
	width: 100%;
}

#sitecontent table.table td {
	border-collapse: collapse !important;
	border: 1px solid #F0F0E1 !important;
	background: #FFF;
	padding: 5px;
}

input.submit {
	background: #facc36;
	-moz-border-radius: 3px;
	padding: 6px;
	color: #000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	}
	
img.thumb {
	padding: 8px;
	border: 1px solid #EEE;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #CCC;
	background: url("../button.png") no-repeat 50% -12px #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 3px 5px 5px #F2F2F2;
	-moz-box-shadow: 3px 5px 5px #F2F2F2;
	box-shadow: 3px 5px 5px #F2F2F2;
}

table { margin-bottom: 18px; }
td { vertical-align: top; }
