body {
	font-family : Arial, Helvetica, sans-serif, Geneva;
	font-size : 12px;
	color:#cccccc;
	margin : 0px;
	background:#333333;
}

/* layout */
#contentTable {
	width:780px;
	background:#333333;
	border-top: 1px solid #535353;
	border-right: 1px solid #535353;
	border-left: 1px solid #535353;
}

#contentCell {
	padding:0px;
	height:410px;
}

#navCell {
	border-right: 1px solid #666666;
	
}
/* layout */

/* ylabanneri */
#header {
	width:780px;
	height:240px;
	align:center;
}
/* ylabanneri */

/* alabanneri */
#footer {
	width:780px;
	height:38px;
	padding:0px;
	text-align:right; 
	background-image:url(fi/images/bg_footer.jpg);
}

#footer A {
	color : #cccccc;
	font-size : 10px;
}
/* alabanneri */


/* linkit - perus */
A {
	font-style : normal;
	text-decoration : none;
	color: #ffffff;
}

A:VISITED {
	font-style : normal;
}

A:HOVER {
	font-style : normal;
	color : #d82c2a;
	text-decoration : underline;
}
/* linkit - perus */


/* vaakanavigointi */
#navHorizon1 {
	width:780px;
	padding:0px;
	text-align:left;
}

#navHorizon1 A {
	display:block;
	float:left;
	border-left:1px solid #cccccc; 
	padding:10px 26px 7px 22px;
	color : #ffffff;
	font-size : 14px;
	font-family: Trebuchet, 'Trebuchet MS';
	font-weight : bold;
}

#navHorizon1 .sel {
	font-weight : bold;
	border-bottom:8px solid #ffffff; 
}
/* vaakanavigointi */


/* pystynavigointi */
/* taso1 */
#nav1 {
	
}

#nav1 A {
	display:block;
	padding:0px 5px 5px 10px;
	color : #000000;
	font-size : 10px;
}

#nav1 .sel {
	font-weight : bold;
}
/* taso1 */

/* taso2 */
#nav2 {
	margin:30px 10px 30px 5px;
}

#nav2 A {
	display:block;
	padding:0px;
	color : #cccccc;
	font-family : Arial, Helvetica, sans-serif, Geneva;
	font-size : 12px;
	font-weight : bold;
}

#nav2 .sel {
	font-weight : bold;
	color : #ffffff;
}
/* taso2 */

/* taso3 */
#nav3 {
	
}

#nav3 A {
	display:block;
	padding:0px 5px 5px 25px;
	color : #cccccc;
	font-size : 10px;
}

#nav3 .sel {
	font-weight : bold;
	color : #ffffff;
}
/* taso3 */

/* taso4 */
#nav4 {
	
}

#nav4 A {
	display:block;
	padding:0px 5px 5px 35px;
	color : #ffffff;
	font-size : 10px;
}

#nav4 .sel {
	font-weight : bold;
}
/* taso4 */

/* taso5 */
#nav5 {

}

#nav5 A {
	display:block;
	padding:0px 5px 5px 45px;
	color : #000000;
	font-size : 10px;
}

#nav5 .sel {
	font-weight : bold;
}
/* taso5 */

/* taso6 */
#nav6 {

}

#nav6 A {
	display:block;
	padding:0px 5px 5px 55px;
	color : #000000;
	font-size : 10px;
}

#nav6 .sel {
	font-weight : bold;
}
/* taso6 */
/* pystynavigointi */

/* sivukartta */
.smap1 A {
	display:block;
	margin-top:15px;
	padding:0px 5px 5px 10px;
	color : #000000;
	font-size : 10px;
	font-weight : bold;
}

.smap2 A {
	display:block;
	margin-top:0px;
	margin-left:15px;
	padding:0px 5px 5px 10px;
	color : #cccccc;
	font-size : 10px;
	font-weight : normal;
}

.smap3 A {
	display:block;
	margin-top:0px;
	margin-left:30px;
	padding:0px 5px 5px 10px;
	color : #cccccc;
	font-size : 10px;
	font-weight : normal;
}

.smap4 A {
	display:block;
	margin-top:0px;
	margin-left:45px;
	padding:0px 5px 5px 10px;
	color : #cccccc;
	font-size : 10px;
	font-weight : normal;
}

.smap5 A {
	display:block;
	margin-top:0px;
	margin-left:60px;
	padding:0px 5px 5px 10px;
	color : #cccccc;
	font-size : 10px;
	font-weight : normal;
}
/* sitemap */

/* mallipohjat - perusosa */
#textColumn {
	 padding:20px 15px 10px 25px;
	 font-family : Arial, Helvetica, sans-serif, Geneva;
	 font-size:12px;
	 word-spacing:0em;
	 line-height:130%;
	 color : #cccccc;
}

#picColumn {
	
}

.picText {
	margin:4px 0px 3px 0px;
	font-family : Arial, Helvetica, sans-serif, Geneva;
	color : #cccccc;
	font-size : 10px;
}
/* mallipohjat - perusosa */

/* lomakkeet */
FORM {
	margin-top : 2px;
	margin-bottom : 3px;
}

INPUT {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif, Geneva;
	border : 1px solid #ffffff;
	background:#cccccc;
}

.submit {
	font-size : 11px;
	font-family : verdana, Arial, Helvetica, sans-serif;
	background : #C20A35;
	color:  #dddddd;
	font-weight : bold;
	border : 1px solid #ffffff;
	padding : 2px;
}

TEXTAREA {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 1px solid #ffffff;
	background:#cccccc;
}

SELECT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

INPUT:focus {
	background:#ffffff;
}

TEXTAREA:focus {
	background:#ffffff;
}
/* lomakkeet */

/* mouseover */
.over {
	border-bottom:8px solid #ffffff; 
	
}

.out {
	
	
}

.click {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	
}
/* mouseover */

/* luettelot */
UL {
	margin-top : 3px;
	margin-bottom : 3px;
}

OL {
	margin-top : 3px;
	margin-bottom : 3px;
}

LI {
	
}
/* luettelot */

/* otsikot */
H1 {
	margin-top : 15px;
	margin-bottom : 22px;
	font-family : Trebuchet, 'Trebuchet MS';
	font-size : 20px;
	font-weight : bold;
	color : #ffffff;
	line-height:110%;
}

H2 {
	margin-top : 5px;
	margin-bottom : 3px;
	font-family : Trebuchet, 'Trebuchet MS';
	font-size : 18px;
	font-weight : bold;
	color : #ffffff;
	line-height:120%;
}

H3 {
	font-size : 16px;
	font-family : Trebuchet, 'Trebuchet MS';
	font-weight : bold;
	color : #ffffff;
	margin-top : 5px;
	margin-bottom : 3px;
}

H4 {
	font-size : 14px;
	font-family : Trebuchet, 'Trebuchet MS';
	font-weight : bold;
	color : #ffffff;
}

H5 {
	font-size : 12px;
	font-family : Trebuchet, 'Trebuchet MS';
	font-weight : bold;
	color : #ffffff;
}

H6 {
	font-size : 105%;
	font-weight : bold;
}
/* otsikot */

/* extranet-kirjautuminen */
.login {
	color : #ffffff;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.loginForm {
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background : #eff2f6;
	border : 1px solid #4a638c;
}
/* extranet-kirjautuminen */


/* sekalaista */
P {
	margin-top : 0px;
	margin-bottom : 10px;
	font-size:100%;
}

TD {
	font-family : Arial, Helvetica, sans-serif, Geneva;
	font-size : 12px;
	color : #cccccc;
}

.idealmainos {
	font-family : Arial, Helvetica, sans-serif, Geneva;
	font-size : 10px;
}
/* sekalaista */


