/* perustyylit */
body {
	font-family: Verdana, sans-serif;
	font-size: small;
	background-color: #fff;
	color: #41B0E5;
	line-height: 1.1em;
	text-align: left;
}
a, a:link, a:active { 
	color: #fff;
	font-weight: bold; 
	text-decoration: none; 
}
a:hover {
	color: #fff;
	font-weight: bold; 
	text-decoration: underline;
}

a img { border-width: 0; }

h1 { 
	font-family: Verdana, sans-serif;
	font-size: 150%; 
	font-weight: bold; 
}
h2 { 
	font-size: 120%; 
	font-weight: bold; 
}
h3 { 
	font-size: 110%; 
	font-weight: bold; 
}

.small { font-size: 90%; }




/* DIVIT */

#bodywrapper {
	width: 80%;
	font-size: 85%;
	background: transparent url(img/bg_left.gif) repeat-y top left;
}
#bodywrapper2 {
	width: 100%;
	background: transparent url(img/bg_right.gif) repeat-y top right;
}
#bodywrapper3 {
	width: 100%;
	background: transparent url(img/bg_top_left.gif) no-repeat top left;
}
#bodywrapper4 {
	width: 100%;
	background: transparent url(img/bg_top_right.gif) no-repeat top right;
}
#bodywrapper5 {
	width: 100%;
	background: transparent url(img/bg_bottom_left.gif) no-repeat bottom left;
}
#bodywrapper6 {
	width: 100%;
	background: transparent url(img/bg_bottom_right.gif) no-repeat bottom right;
}


/* sisältöalue */
#content {
	position: relative;
}



/* header */
#header {
	/*height: 141px;*/
}
#headertable {
	width: 100%;
}

#logo {
	width: 287px;
	float: left;
	margin: 0;
	padding: 0;
}

#logocolumn {
	vertical-align: top;
	text-align: left;
	width: 50%;
}

#contenttable {
	width: 100%;
}
#middlecolumn {
	width: 60%;
	vertical-align: top;
}
#rightcolumn {
	width: 40%;
	vertical-align: top;
}

#footer a, #footer a:hover {
	font-weight: normal;
	padding-left: 1px;
}

#searchcolumn, #leftcolumn, .blankgif {
	width: 1px;
	display: none;
}



/* lomakkeiden tyylit */

select, textarea, .mf-input, .mf-pass, .mf-text, .mf-select, .mf-file, .mf-reset, .mf-submit {
	border: 1px solid #41B0E5;
	background-color: #fff;
	color: #000;
	font-weight: normal; 
}



/* FIKSAUKSET JA HACKIT */

/* taulukon fiksaus */
div#contentarea table tr td table tr td p.bodytext { 
	margin-top: 0; 
	margin-bottom: 0; 
}


/* Tätä käytetään floattien poistamiseksi */
.clearer {
	clear: both;
}

