﻿html { width: 100%; height: 100%; margin: 0; padding: 0; }

BODY {
	width: 100%; height: 100%; min-height: 100%;
	margin: 0; 
	margin-top: 6px;
	padding: 0;
	/*background-image : url(/img/bg1.jpg);
	background-position : 50% 0;
	background-attachment : fixed;
	background-repeat : no-repeat;*/
    background-color: #eca543;
	
	font: 12px 'Arial', 'Helvetica';
	color: #000;
}

/* Layout (CSS, HTML) by Simo (simo (at) dusktodawn.fi) */

input, textarea {
	font: 12px 'Arial', 'Helvetica';
	color: #313131;
	border: 1px solid #313131;
	background: #ce8824;
}

#sisalto A {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #313131;
	outline: none;
}

#runko {
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
	background: #53170c;
}

/* navigaatio osuus */
#navigaatio {
	width: 143px;
	float: left;
	margin-left: 5px;
	border: 1px solid #313131;
	background: #e69015;
}

.navtext {
	padding: 4px;
}

#navigaatio h3 {
	width: 138px;
	height: 20px;
	color: #fff;
	font-size: 120%;
	padding: 5px 0 0 5px;
	margin: 0;
	background: url(/img/efekt.png) repeat-x;
}

h3 A {
	color: #fff !important;
	text-decoration: none !important;
	border-bottom: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	outline: none !important;
}

#navigaatio ul {
	width: 143px;
	padding: 0; margin: 0;
	list-style-type: none;
}

#navigaatio li {
	width: 100%;
	overflow: hidden;
}

#navigaatio A {
	color: #313131;
	padding: 2.5px 0 2.5px 10px;
	text-decoration: none;
	outline: none;
	display: block;
}

#navigaatio A:hover {
	background: transparent url(/img/fade.png);
	/*background: #eea843;*/
}

/* header */
#header {
	width: 760px;
	height: 20px;
	padding: 5px 20px 0 20px;
	margin-bottom: 5px;
	color: #ddd;
	background: transparent url(/img/tausta.png);
}


#footer {
        width: 760px;
        height: 20px;
        text-align: center;
        text-decoration: none;
        padding: 5px 20px 0 20px;
        margin-bottom: 5px;
        color: #ddd;
        background: transparent url(/img/tausta.png);
}



#textright {
	float: right;
	text-align: right;
}



#textright A { color: #fff; outline: none; text-decoration: none; }

/* logo O_o */

h1 {
	width: 800px;
	height: 201px;
	margin-bottom: 10px;
	font-size: 0;
	background: transparent url(/img/logo.png) center no-repeat;
}

#textcenter { color: #fff; outline: none; text-decoration: none; }

h1 {
        width: 800px;
        height: 201px;
        margin-bottom: 10px;
        font-size: 0;
}



#foorumit {
	border: 0;
	margin: 60px 0 0 0;
}

/* sisältö osuus */

h2 {
	width: 638px;
	height: 13px;
	color: #fff;
	background: url(/img/efekt.png) repeat-x;
	font-size: 140%;
	padding: 2px 0 10px 5px;
	margin: 0 0 5px 0;
}

h2 A {
	color: #fff !important;
	text-decoration: none;
	border-bottom: 0px !important;
	outline: none;
}

#sisalto {
	width: 643px;
	float: left;
	text-align: justify;
	background: #ffba55;
	border: 1px solid #313131;
	border-left: 0px;
}

.sisaltoteksti {
	padding: 4px !important;
}

