body, html {
	background-color: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
#bg {
	position:relative;
	vertical-align: middle;
	width: 730px;
	z-index:0;
}
#keskitys {
	text-align: left;
	position:relative;
	width: 730px;
	z-index: 1;
}

td.contentheading { visibility: hidden; display: none; }

#bg2 {
	position:relative;
	width: 730px;
	background: url(../images/premobg.png) repeat-y;
	z-index:0;
}

#topheader {
	position: relative;
	width: 730px;
	height: 125px;
	background: url(../images/premotop.png) 0 0 no-repeat;
}

#toplogo {
	background-color: #30a;
	/* background: url(../images/premo.png) 0 0 no-repeat; */
	width: 90px;
	height: 90px;
	margin-left: 18px;
	margin-top: 20px;
	float: left;
}

/* Navigation */
#topmenu {
	width: 100%;
	height: 30px;
	margin-top: -20px; /* comment out for IE */
}

ul#premonav {
	background: url(../images/premonav.png) no-repeat 0 0;
	width: 720px;
	height: 30px;
}
ul#premonav li {
	display: block;
	float: left;
	list-style-type: none;
}
ul#premonav li a {
	display: block;
	outline: none;
	width: 70px;
	height: 30px;
	margin-left: 15px;
	background: url(../images/premonav.png) no-repeat 0 0;
	text-indent: -9001px;
}
ul#premonav li a:hover { background-position:0 -30px; }

/* etusivu */
ul#premonav li#etusivu_active a:hover { background-position:-55px -30px; }
ul#premonav li#etusivu a:hover { background-position:-55px -30px; }

ul#premonav li#etusivu a {
	display: block;
	width: 70px;
	height: 30px;
	background-position: -55px 0;
}

ul#premonav li#etusivu_active a {
	display: block;
	width: 70px;
	height: 30px;
	background-position: -55px -60px;
}

/* palvelut */
ul#premonav li#palvelut a {
	display: block;
	width: 80px;
	height: 30px;
	margin-left: 65px;
	background-position: -185px 0;
}
ul#premonav li#palvelut a:hover { background-position:-185px -30px; }
ul#premonav li#palvelut_active a:hover { background-position:-185px -30px; }

ul#premonav li#palvelut_active a {
	display: block;
	width: 80px;
	height: 30px;
	margin-left: 65px;
	background-position: -185px -60px;
}

/* toimintatapa */
ul#premonav li#toimintatapa a {
	display: block;
	width: 100px;
	height: 30px;
	margin-left: 45px;
	background-position: -315px 0;
}
ul#premonav li#toimintatapa a:hover { background-position:-315px -30px; }
ul#premonav li#toimintatapa_active a:hover { background-position:-315px -30px; }
ul#premonav li#toimintatapa_active a {
	display: block;
	width: 100px;
	height: 30px;
	margin-left: 45px;
	background-position: -315px -60px;
}

/* yhteys */
ul#premonav li#yhteys a {
	display: block;
	width: 60px;
	height: 30px;
	margin-left: 60px;
	background-position: -475px 0;
}
ul#premonav li#yhteys a:hover { background-position:-475px -30px; }
ul#premonav li#yhteys_active a:hover { background-position:-475px -30px; }

ul#premonav li#yhteys_active a {
	display: block;
	width: 60px;
	height: 30px;
	margin-left: 60px;
	background-position: -475px -60px;
}
/* linkit */
ul#premonav li#linkit a {
	display: block;
	width: 50px;
	height: 30px;
	margin-left: 80px;
	background-position: -615px 0;
}
ul#premonav li#linkit a:hover { background-position:-615px -30px; }
ul#premonav li#linkit_active a:hover { background-position:-615px -30px; }

ul#premonav li#linkit_active a {
	display: block;
	width: 50px;
	height: 30px;
	margin-left: 80px;
	background-position: -615px -60px;
}

/* END of Navigation */

/* ////// */

.article_seperator {
display:none;
}

#topbanner {
	/*background: url(../images/premo_banner1.png) 0 0 no-repeat;*/
	width: 695px;
	height: 175px;
	margin-left: 17px;
}

#bodycontainer {
	height: 100%;
	width: 100%;
}

#maintext {
	margin-top: 30px;
	margin-left: 20px;
	width: 403px;
	height: 100%;
}

#maintext h1 {
	font-size: 115%;
}
#sidenews h1 {
	font-size: 115%;
	margin-top:10px;
	margin-bottom:0px
}

#maintext input {
	border: grey solid 1px;
	margin-bottom: 10px;
}

#maintext textarea {
	border: grey solid 1px;
}

div#sidenews {
	/* background-color: #fff; */
	margin-left: 20px;
	margin-top: 30px;
	height: 100%;
	width: 260px;
}
div#sidenews span{
	width: 100px;
	border-top: black solid 1px;
}

#footer {
	width: 730px;
	height: 54px;
	padding-top: 16px;
	background-color: #3f1;
	text-align: center;
	background: url(../images/premofooter.png) 0 0 no-repeat;
}

#footer, #footer p {
	font-size: 10px;
	line-height: 13px;
}
#footer p {
margin: 0px;
padding: 0px;
}