body {
	font-size: small;
	font-family: Arial, helvetica, sans-serif;
	color: #000000;
	height:100%; 
	/*background: url(images/bg.png);
	background-color: #5b84b0;
	background-color: #cc3300;
	background-color: #e4a203;
	scrollbar-face-color: #e3e2e3;
	scrollbar-arrow-color: #ff7400;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: 006bb6;
	scrollbar-highlight-color: efefef;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #ffffff;*/
	}
	
b {
	font-size: 100%;
	margin: 0;
	color: #006bb6;
	}

a:link {
	/*color: #ff7400;*/
	color: #006bb6;
	text-decoration: none;
	}

a:hover {
	/*color: #006bb6;*/
	color: #cccccc;
	text-decoration: none;
	}

a:visited {
	color: #3384bd;
	text-decoration: none;
	}
	
/*#bgfade {
	border: 1px dotted #000000;
	}*/
	
#wrapper {
	margin: 0 auto;
	width: 1000px;
	font-size: 110%;
	/*border: 1px solid #000000;
	background: url(images/tile.png) repeat-y;*/
	padding: 4px 4px 4px 4px;
	}
	
#header {
	background: url(images/tile.png) repeat-y left top;
	/*border-bottom: 1px dotted #000000;*/
	padding: 0px 0px 0px 3px;
	}
	
#navi {
	width: 976px;
	text-align: center;
	padding: 0px;
	/*height: 30px;
	background: #006bb6;
	border-bottom: 1px solid #000000;*/
	font-size: 120%;
	font-weight: bold;
	color: #006bb6;
	/*background: url(images/tile.png) repeat-y left top;*/
	}
	
#nav {
	float: left;
	width: 79.7%;
	margin: 0;
	padding: 10px 0 0 212px;
	list-style: none;
	background: /*#ffcb2d*/ url(images/nav_bg.gif) repeat-x bottom left;
	/*background: url(images/tile.png) repeat-y left top;*/
	}
	
#nav a {
	float: left;
	display: block;
	margin: 0 2px 0 0;
	padding: 3px 11.2px;
	text-decoration: none;
	border: 1px solid #9b8748;
	border-bottom: none;
	background: #fff url(images/on_bg.gif) repeat-x top left;
	color: #000000;
	}
	
#nav a:hover, body#index #t-index a, body#hdin #t-hdin a, body#jasen #t-jasen a, body#branch #t-branch a, body#linkit #t-linkit a, body#kurssit #t-kurssit a, body#yhteys #t-yhteys a {
	color: #333;
	padding-bottom: 4px; 
	border-color: #727377;
	background: #fff url(images/on_bg.gif) repeat-x top left;
	color: #006bb6;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: bold;
	}

#content {
	float: left;
	width: 558px;
	height: 500px;
	padding: 15px 8px 4px 10px;
	font-size: 90%;
	background: #fff url(images/content_bg.png) repeat-y top left;
	overflow : auto; /* funkar det som en iframe? */
	position:        relative; /* tvungen att sätta den till relative för att få punch att hållas relativ*/
	}
/* varför futar den bara på yhteys-länken?
#content p {
	padding: 0px 10px 0px 10px;
	}
*/
#content h1 {
	font-size: 100%;
	margin: 0;
	color: #000000;
	}

#content h2 {
	font-size: 85%;
	margin-bottom: 0px;
	color: #000000;
	}

a {
	font-size: 100%;
	color: #006bb6;
	}


#left {
	/*background: url(images/bg-fixed1.gif) repeat-y right top;*/
	float: left;
	width: 19.6%;
	padding: 23px 4px 4px 12px;
	font-size: 90%;
	}

#left h1 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
	color: #006bb6;
	}

#left h2 {
	margin-bottom: 0px;
	font-size: 85%;
	color: #006bb6;
	}

#right {
	/*background: url(images/bg-fixed2.gif) repeat-y left top;*/
	float: right;
	width: 19.6%;
	padding: 20px 4px 4px 12px;
	font-size: 85%;	
	}

#right h1 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
	}

#right h2 {
	margin-bottom: 0px;
	font-size: 85%;
	color: #000000;
	}
	
#frame{
	background: url(images/tile.png) repeat-y left top;
	float: left;
	width: 1000px;
	padding: 0px 2px 0px 3px;
	}	
	
#footer {
	padding-top: 5px;
	background: url(images/footer_bg.png) repeat-x left top;
	/*border: 1px dotted #000000;*/
	clear: both;
	/*padding-top: 1em;*/
	text-align: center;
	font-size: 80%;
	}
	
#top {
	text-align: right;
	padding: 5px 7px 0px 0px;
	background: url(images/top.png);
	height: 19px;
	position: relative;
	}
	
#bottom {
	background: url(images/bottom.png);
	height: 28px;
	}

#jasenet li {
	list-style: url(images/bullet.gif);
	}
	
.note {
	width: 170px;
	height: 40px;
	background-color: #83a9cf;
	font-size: 90%;
	float: left;
	padding: 8px 0px 4px 10px;
	position: relative;
	top: -98px;
	left: -180px;
	margin: 0 0 10px 8px;
	text-align: left;	
	border: 1px solid #e6e9ee;
	}
	
.note h1 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	}

	
.note a {
	color: #006bb6;
	/*font-size: 100%;
	font-weight: bold;
	margin: 0px;*/
	}
	
.note a:visited {
	color: #dddddd;
	/*font-size: 100%;
	font-weight: bold;
	margin: 0px;*/
	}
	
.note img {
	position: relative;
	top: -35px;
	left: 140px;
	}
	
.note2 {
	width: 170px;
	height: 40px;
	background-color: #83a9cf;
	font-size: 90%;
	float: left;
	padding: 9px 0px 4px 10px;
	position: relative;
	top: -114px;
	left: -186px;
	margin: 0 0 10px 8px;
	text-align: left;	
	border: 1px solid #e6e9ee;
	}
	
.note2 h1 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	}
	
.note2 h1 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	}

.note2 a {
	color: #006bb6;
	/*font-size: 100%;
	font-weight: bold;
	margin: 0px;*/
	}

.note2 a:visited {
	color: #dddddd;
	}

/*.tiedote {
	width: 170px;
	height: 55px;
	background-color: #ff7400;
	/*background: url(kuvat/pro.gif);*/
	/*font-size: 90%;
	float: left;
	padding: 8px 0px 4px 10px;
	position: relative;
	top: -118px;
	left: 10px;
	margin: 0 0 10px 8px;
	text-align: left;	
	border: 1px solid #e6e9ee;
	color: #006bb6;
	}*/
	
.tiedote {
	width: 170px;
	height: 25px;
	background-color: #efefef;
	/*background: url(kuvat/pro.gif);*/
	font-size: 90%;
	float: left;
	padding: 8px 0px 4px 10px;
	position: relative;
	top: -118px;
	left: 10px;
	margin: 0 0 10px 8px;
	text-align: left;	
	border: 1px solid #e6e9ee;
	color: #006bb6;
	text-align: center;
	font-weight: bold;
	}
	
.tiedote h1 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	}
	
.tiedote a {
	color: #006bb6;
	font-weight: bold;
	}
	
.tiedote a:hover {
	color: #ffffff;
	font-weight: bold;
	}
	
.tiedote a:visited {
	color: #006bb6;
	font-weight: bold;
	}

/*.tiedote2 {
	width: 170px;
	height: 55px;
	background-color: #ff7400;
	font-size: 90%;
	float: left;
	padding: 8px 0px 4px 10px;
	position: relative;
	top: -134px;
	left: -186px;
	margin: 0 0 10px 8px;
	text-align: left;	
	border: 1px solid #e6e9ee;
	color: #006bb6;
	}*/
	
.tiedote2 {
	width: 170px;
	height: 25px;
	background-color: #efefef;
	font-size: 90%;
	float: left;
	padding: 8px 0px 4px 10px;
	position: relative;
	top: -136px;
	left: -186px;
	margin: 0 0 10px 8px;
	text-align: center;	
	border: 1px solid #e6e9ee;
	color: #006bb6;
	font-weight: bold;
	}
	
.tiedote2 h1 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	}

.tiedote2 a {
	color: #006bb6;
	font-weight: bold;
	}
	
.tiedote2 a:hover {
	color: #ffffff;
	font-weight: bold;
	}
	
.tiedote2 a:visited {
	color: #006bb6;
	font-weight: bold;
	}

.pro {
	position: relative;
	top: -35px;
	left: 140px;
	}
	
.note_anime {
	height: 110px;
	font-size: 90%;
	float: left;
	padding: 4px;
	position: relative;
	top: -250px;
	left: 8px;
	margin: 0 0 10px 8px;
	text-align: left;
	font-weight: bold;
	}
	
#mainos {
	position: relative;
	float: right;
	left: -18px;
	top: -230px;
	}
	
#mainos img {
	border: 1px solid #e6e9ee;
	}

input.textfield, select, textarea {
	border: 1px dotted #999999;
	background: #e6e9ee;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

input.textfield {
	width: 440px;
	padding-left: 3px;
}

textarea {
	padding-left: 3px;
	height: 192px;
	width: 440px;
}

#liity {
	font-family: Arial, helvetica, sans-serif;
	font-size: 100%;	
	}

#liity h1 {
	font-size: 100%;
	margin: 0;
	color: #000000;
	}

#liity h2 {
	font-size: 90%;
	margin-bottom: 0px;
	color: #000000;
	}

#liity input.textfield, select, textarea {
	border: 1px solid #999999;
	background: #e6e9ee;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

#liity input.textfield {
	width: 140px;
	padding-left: 3px;
}

#liity textarea {
	padding-left: 3px;
	height: 192px;
	width: 140px;
}

#esittely {
	padding: 4px 4px 0px 6px;
	border:          1px solid #e6e9ff;
	background:      #ffffff;
	width:           528px;
	margin:          0 0 0 0;
	position:        relative;
}

.punch {
	/*border-width:    0 0 1px 1px;
	border-style:    solid;
	border-color:    #e6e9ee;*/
	background:      #ffffff;
	float:           right;
	padding:         8px 4px 4px 4px;
	position:        relative;
	top: -20px;
	left: 4px;
	margin:          0 0 10px 8px;
	text-align:      center;
}

#jasenmatsku {
	padding: 4px 4px 0px 6px;
	/*border: 1px solid #000000;*/
	background:      #ffffff;
	width:           528px;
	margin:          0 0 0 0;
	position:        relative;
}

/*#jasenmatsku h1 {
	margin-bottom: 0;

}*/

a.link:hover {
	background:      #ff7400;
	color:           #ffffff;
}

 /* Start hide from IE-Mac \*/
* html #esittely
   {
   height: 1%;
   }
/* End Hide from IE-Mac */

.kuvat {
	background:      #ffffff;
	float:           right;
	padding:         25px 20px 0px 0px;
	position:        relative;
	top: -20px;
	left: 4px;
	margin:          0 0 10px 8px;
	text-align:      center;
}


.bold {
	font-weight: bold;
	}

#login {
	position: relative;
	top: 4px;
	left: 2px;
	height: 191px;
	}
	
#logout {
	height: 191px;
	}
	
#logout a:link {
	font-weight: bold;
	color: #ff7400;
	text-decoration: none;
	}

#logout a:hover {
	font-weight: bold;
	color: #006bb6;
	text-decoration: none;
	}

 #logout a:visited {
	font-weight: bold;
	color: #ff7400;
	text-decoration: none;
	}

#kisat {
	width: 170px;
	height: 60px;
	background-color: #efefef;
	/*background: url(kuvat/pro.gif);*/
	font-size: 90%;
	float: left;
	padding: 8px 0px 4px 10px;
	position: relative;
	top: 10px;
	left: -10px;
	margin: 0 0 10px 8px;
	text-align: left;	
	border: 1px solid #e6e9ee;
	color: #006bb6;
	}
	
#kisat h1 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	}

#kisat a {
	color: #006bb6;
	/*font-size: 100%;
	font-weight: bold;
	margin: 0px;*/
	}

#kisat a:visited {
	color: #777777;
	}
	
#kisat a:hover {
	color: #78b460;
	}
