
/*************************************
 * Yleiset määritykset
 *
 */

body, html {
	font: normal 11px/1.2em Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	text-align: center;
}

p { 
	padding: 0;	
	margin: 0; 
	margin-bottom: 1.2em;
}

p.contact {
	margin-left: 13em;
}

p.drastichighlight {
	font-weight: bold;
	text-align: center;	
	
}
a:link, a:visited {	color: #006eb9;	text-decoration: none; }
a:hover, a:active {	color: #eb9f00;	text-decoration: underline; }

ul { list-style-type: circle; }

.highlight { color: #006eb9; font-weight: bold; }

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #006eb9;
}

h1 {
	margin-bottom: 1.6em;
	margin-top: 0.8em;
}

h1.frontpage {
	background-color: #006eb9;
	color: white;
	padding: 0.6em 0em 0.6em 0.8em;
	margin: 0;
	margin-bottom: 1em;
}

h2, h3 { 
	font-size: 12px;	
	color: #006eb9; 
	margin-bottom: 1.2em;
	margin-top: 2em;
}

h2.frontpage {
	margin-top: 0;
}

h3 {
	text-align: center;
}


div#content-frontpage p,
div#content-frontpage h2 {
	margin-left: 1px;
}


/********************************************
 * Layout-palaset
 *
 */

div#wrapper {
	width: 700px;
	margin: 10px auto;
	text-align: left;
}

div#header {
	width: 700px;
	height: 101px;
	clear: both;
	background-image: url('../kuvat/header-background.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

div#header div#logo {
	width: 135px;
	height: 101px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

div#header div#navigation {
	float: left;
	width: 556px;
	height: 36px;
	margin-top: 65px;
	background-color: white;
	position: relative;
}

div#content,
div#content-frontpage {
	width: 700px;
	clear: both;
}

div#content-frontpage {
	width: 700px;
	clear: both;
	min-height: 523px;
	height: auto !important;
	height: 523px;	
}

div#content div.image {
	text-align: left;		
	clear: both;
	padding: 0px 45px;
	margin-bottom: 1.2em;
}

div#content div.text {
	min-height: 300px;
	height: auto !important;
	height: 300px;	
	clear: both;
	background-image: url('../kuvat/content-text-background.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 45px 40px 45px;
}

div#content div.text div.startlist {
	clear:both;	
	color: #006eb9;
	font-weight: bold;
}

div#content div.text div.startlist div#left {
	width: 60%;	
	position: relative;
	float: left;
}

div#content div.text div.startlist div#right {
	width: 39%;	
	position: relative;
	float: left;
	
}

div#content div.text div.startlist div#right ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;	
	
}
div#content-frontpage div.image {
	width: 700px;
	height: 223px;
	text-align: center;		
	clear: both;
}

div#content-frontpage div.text {
	width: 700px;
	min-height: 300px;
	height: auto !important;
	height: 300px;	
	clear: both;
	background-image: url('../kuvat/content-text-background.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#content-frontpage div.text div.column {
	width: 223px;
	position: relative;
	float: left;
	padding-bottom: 20px;
}	

div#toplink {
	width: 700px;
	clear: both;
	height: 20px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
             

/***************************************
 * Linkkilistat
 *
 */

div#header div#navigation ul,
div#toplink ul {
	padding: 0;
	float: right;
	margin: 0;
	display: inline;
	list-style-type: none;
}
div#toplink ul {
	padding-right: 6px;
}

div#header div#navigation ul li,
div#toplink ul li {
	display: inline;	
	font-size: 12px;
	padding: 0 8px;
	border-left: 1px solid #006eb9;
	float: left;
	line-height: 14px;
}

div#header div#navigation ul li.last,
div#toplink ul li.last {
	border-right: 1px solid #006eb9;
	padding-right: 6px;
}

div#header div#navigation ul li a,
div#toplink ul li a {
	font-size: 12px;
	color: #006eb9;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 0;
}

div#header div#navigation ul li a:hover,
div#header div#navigation ul li a:active,
div#toplink ul li a:hover,
div#toplink ul li a:active {
	text-decoration: underline;
	color: #eb9f00;
}

div#header div#navigation ul li a.chosen,
div#header div#navigation ul li a.chosen:hover {
	color: #eb9f00;
	text-decoration: none;
}

/*************************************************
 * Kuvat
 *
 */

img {
	margin: 0;
	padding: 0;
	border: 0;
} 


/*********************************************
 * Erottimet
 *
 */

div#topdivider {
	width: 700px;
	height: 34px;
	clear: both;
}
 
div#topdivider-frontpage {
	width: 700px;
	height: 20px;
	clear: both;
}

div#middledivider {
	width: 700px;
	height: 16px;
	clear: both;
}


div#content-frontpage div.text div.verticaldivider {
	width: 10px;
	min-height: 257px;
	height: auto !important;
	height: 257px;
	position: relative;
	float: left;
	margin: 0px 2px;
}

div#bottomdivider {
	width: 700px;
	clear: both;
	height: 13px;
}
 
 
table {
	border: 1px solid black;
	width: 100%;
	border-collapse: collapse;
	padding: 0.2em;
	margin-bottom: 2em;
}

th {
	background-color: #006eb9;
	color: white;
	padding: 0.6em 0em 0.6em 0.8em;
}

tr {
	border-top: 1px solid black;
}
td {
	padding: 0.6em 0em 0.6em 0.8em;
	
}
