@font-face {
	font-family: MyUnderwood;
	src: url('MyUnderwood.ttf');

}

body {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #fff;
	color:#000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow-x: hidden;
	filter:none;
	/*
    background-image: url('mies.jpg');
   	 background-repeat: no-repeat;
	background-position: center top;*/
}

img {
	border: 0px;
}
td { vertical-align: top; }

a:link, a:visited {
	outline: 0;
	text-decoration: none;
	color: #0040FF;
	font-size: 13px;
	font-weight: bold;
}
a .slm {
	font-size: 15px;
	font-weight: bold;

}
.slm {
	font-size: 15px;

}
a:hover, a:active {
	color: #666;
}

a.naviactive {
	color: #666;}

h1 {
	
	margin: 0px;
	padding: 0px;
	font-size: 46px;
	float: right;
	font-weight: bold;
   
	text-shadow: #ccc 2px 5px 2px;

}

h1 .slm {
	font-size: 50px;
	font-weight: normal;

}

b:first-letter {
	font-weight: bold;
	
}
ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	list-style-type: none;
}
pre {
	margin: 0px;
	padding: 0px;
}

.otsikko {
	height: 55px;	
}
h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 20px;
}

h2 .slm {
	font-weight: normal;
	font-size: 22px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;

}

h3 .slm {
	font-size: 17px;
}
h4 {

	margin: 0px;
	padding: 0px;
	font-size: 13px;
	
}
h4 .slm {

	font-size: 15px;
	
}
p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
html {
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: -moz-scrollbars-vertical;
}
div {
	margin: 0px;
	padding: 0px;
}
form {
        margin: 0px;
        padding: 0px;
}
div#frame {
	position:relative;
	margin:0px auto;
	width: 520px;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	text-align: center;
	background-repeat: repeat-y;
	background-position: center center;
}
.sisalto {
	width: 890px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	
	overflow-y: hidden;
}
.kehys {
	width: 500px;
	float: left;
}
.ikkuna {
	width:475px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
    background: #fff;
    
	-webkit-box-shadow: #ccc 0px 10px 10px;
	-moz-box-shadow: #ccc 0px 10px 10px;
	box-shadow: #ccc 0px 10px 10px;
    
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
/*	behavior: url('/scripts/PIE.htc');
*/	
}
#navi {
	width: 100px;
	float: left;
	margin-top: 55px;
	margin-left: 10px;
}
#navi a {
	clear: both;
	display: block;
	float: left;
	text-decoration: none;
	margin-bottom: 5px;
	line-height: 13px;

}


.tekstisisalto {
	position: absolute;
	margin-left: 310px;
	top: 0px;
}
.kuva {
	 width: 368px; 
	 height: 600px;
	 position: absolute;
	 top: 0px;
}

.overlay {
	display: none;
	background-color:#fff;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
	
}
.loading {
	position: absolute;
	left: 50%;
	right: 50%;
	top: 20%;
	width: 100px;
	color: #cfcfcf;
	text-align: center;
}

.soittimenpalikat {
	min-height: 120px;

}

#soitin {
	display: block;
	margin-left: 93px;

}
a#onoff:link, a#onoff:visited {
	margin-left: 325px;
	display: none;
	text-decoration: none;
	font-size: 12px;
}
#viestilista {
	margin-top: 20px;
}
.viestit {
	width: 450px;
}
.viestit .otsikko {
	width: 50px;
	height: 20px;
	font-weight: bold;
}

.viestit .vastaus {
	padding-bottom: 20px;
	font-style: italic;	
}

input#kirjoittaja {
	width: 200px;
	
}

textarea#viesti {
	width: 400px;
	height: 100px;
}

