body {
	margin: 0;
	padding: 2em 12%;
	font-family: "verdana",sans-serif; /*"Stencil Std";*/
	line-height: 150%;
	color: #000;
	}
#header {
	margin: 1.3em;
	padding: 0;
	height: 85px;
	text-align: right;
	color: #170;
	background: url(/images/whitetrans.png) repeat;
	}
#main {
	float: left;
	width: 73%;
	margin: 0;
	padding: 0;
	}
#menu {
	float: right;
	width: 27%;
	margin: 0;
	padding: 0;
	}
#main .box {
	margin: 0 0 0 1.3em;
	padding: 1em;
	background: url(/images/whitetrans.png) repeat;
	}
#menu .box {
	margin: 0 1.3em 1.3em 1.3em;
	padding: 1em;
	background: url(/images/whitetrans.png) repeat;
	}
#footerwrap {
	margin: 0;
	padding: 1.3em;
	}
#footer {
	font-size: .8em;
	font-family: verdana, sans-serif;
	text-align: center;
	margin: 0;
	padding: .3em 1em;
	color: #666;
	background: url(/images/whitetrans.png) repeat;
	}
	/*
	---------------- GENERAL FORM
	-------------------------------------------------------- */
	#form-general{ margin: 30px 0 10px; width: 350px; }
	
	#form-general.comment-form{ margin-bottom: 0; width: 480px; }
	
	fieldset{
			border:0;
			padding-left: 60px;
	}
	.comment-form fieldset{padding-left:0;}
	
	#form-general label{ color: #6d7d80; }
	#form-general input,
	#form-general textarea{
		background-color: transparent;
		border: 1px solid #8CCA95;
		color: white;
		font-size: 15px; 
		overflow: hidden;
		text-shadow: none;
		width: 300px;
		webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
	}
	#form-general input{ margin-bottom: 5px; }

	#form-general input:hover {
		border: 1px solid yellow;
	}

	
	#form-general input.edit-submit:hover {
		background-color: gray;
		opacity: 0.4;
		color: black;
	}

/*	label maara_error      { position:absolute; top:112px; left:120px; }*/
	
/*a {
	text-decoration: none;
	font-weight: normal;
	color:  #170;
	background-color: transparent;
	outline: none;
	}
a:visited {
	color:  #150;
	background-color: transparent;
	}
a:active {
	color:  #efe;
	background-color: gray;
	text-decoration: none;
	}
a:hover {
	color: #3b3;
	background-color: gray;
	text-decoration: none;
	border-top: 1px solid #3b3;
	border-bottom: 1px solid #3b3;
	}*/

	
#header a, #header a:visited, #header a:active, #header a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #170;
	border: none;
	}
#header img {
	border: none;
	margin: 3px;
	}
h1 {
	display: none;
	}
h2, h3, h4, h5, p {
	margin: 0;
	padding: 1em 0 .6em 0;
	}
p, ul {
	font-size: .9em;
	font-family: georgia, serif;
	}
pre {
	margin: 1em;
	padding: .5em 1em;
	font-size: 1em;
	font-family: monospace;
	}
ul {
	list-style: none; 
	margin: 0;
	padding: 0;
	}
.iso-otsikko {
	color: green;
    }
div.hr {
	margin: 1em 0;
	border-bottom: 1px dotted #170;
	}
div.hr hr {
	display: none;
	}
/*div.kontaineri {
	opacity: 0.3;
	position: absolute;
	top: 150px;
	width: 1200px;
	height: 700px;
	z-index: -1;
}*/

div.otsikko {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 830px;
	height: 100px;
	z-index: 2;
	color: green;
	font: 80px "Stencil Std";
	text-decoration: none;
}
#otsikko a:visited, a:link, a:hover, a:focus, a:active {
	text-decoration: none; 
	color: green; 
	background: transparent;
}

div.otsikko_uusi {
	position: absolute;
	top: 100px;
	left: 250px;
	width: 100px;
	height: 830px;
	z-index: 2;
	color: #f0dc82;
	font: 50px "Stencil Std";
	text-decoration: none;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    writing-mode: tb-rl;
}
#otsikko_uusi a:visited, a:link, a:hover, a:focus, a:active {
	text-decoration: none; 
	color: #f0dc82; 
	background: transparent;
}


div.valikko {
	background-color: gray;
	opacity: 0.8;
	position: absolute;
	top: 180px;
	width: 200px;
	height: 440px;
/*	height: 80%;*/
	left: 30px;
	z-index: 3;
	border-right: 10px solid yellow;
}

div.kontentti {
	display: block;
	background-color: gray;
	opacity: 0.4;
	position: absolute;
	top: 180px;
	width: 500px;
	height: 380px;
	left: 250px;
	z-index: 4;
}

div.kontentti_uusi {
	display: block;
/*	background-color: gray;
	opacity: 0.4;*/
	position: relative;
	top: 330px;
	width: 500px;
	height: 380px;
	left: 550px;
	z-index: 4;
}

div.tarjouslomake_uusi {
	display:none;
	/*display: block;*/
	position:absolute; 
	width: 300px;
	height: 240px;
	left:700px;
	top:520px; 
	padding: 1px;
	border: 1px;
}



#valikko li { padding-right:1px;}
#valikko li a{ display: inline-block; line-height: 40px; font-size: 20px; color:white; text-decoration:none; padding:0 19px; width: 160px;}
#valikko li a:hover, #menu a{ color:yellow; background:#000}

/*div.sisalto {
	display: none;
	position: absolute;
	left: 260px;
	top: 180px;
	border-style: solid;
	background-color: white;
	padding: 5px;
   }*/
   
div.herkut {
	/*background-color: gray;
	-moz-box-shadow: 0 0 4px #aa8b8b;
	-webkit-box-shadow: 0 0 4px #aa8b8b;
	box-shadow: 0 0 4px #aa8b8b;
	opacity: 1; */
	position:absolute;
	left:30px;
	top:650px;
	height: 100px;
	width: 830px;
	font: normal 14px verdana;
}


.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
	}
.box, pre, #header, #footer {
	border: 1px solid #170;
	}

/* for the forms, added by lucy */
#main .formbox {
	background-color: #cc9;
	border: 1px dotted #333; 
	padding: 5px;
	margin: 0px auto;
	}
div.row {
	clear: both;
	padding-top: 10px;
	}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
	}

div.row span.formw {
	float: right;
	width: 335px;
	text-align: left;
	} 

/* show unordered lists if they are of events */
.events {
	list-style: circle; 
      	margin: 15px;
	padding: 10px;
}

.over{font-size: normalpt;color: Green;font-weight: bolder;font-style: normal}