/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited, .email {
color:#F7F7F6;
text-decoration:none;
}

a:hover {
color:#E0E0E0;
text-decoration:none;
}

H1 { 			                        /* Sivujen otsikot */	
font-size: 12px;
font-weight:bold;
margin: 0px;
display: inline;
color:#FCFDFD;
text-transform: uppercase;
font-family: arial;
letter-spacing: 2px;
}

H2 { 															/* Sivujen alaotsikot */	
font-size: 110%;
font-weight:bold;
margin: 0px;
display: inline;
}


#toplnk {                         /* Mobiililinkin tyyli */
	text-align: right;
}

#toplnk a:link, #toplnk a:visited {
color:#F7F7F6;
text-decoration:none;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
font-family: arial;
}

#toplnk a:hover {
color:#E0E0E0;
text-decoration:none;
}
/* ----------------------------- Rakenteen tyylit  ---------------------------------- */

img {
border: 0px;
}


html {
min-height: 100%;
height: auto;
overflow-y: scroll;
}

body, td {
font-family:tahoma,sans-serif;				/* Sivuston fonttityylit */
font-size:13px;
color:#FCFDFD;
font-weight:normal;
text-align: center;
}

body { 															/* Sivuston tausta */
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#0c0a06;
background-image: url(../images/bg.jpg);
background-repeat:repeat;
background-position: top;
background-attachment:fixed;
}

.bg {           /* Koko taustan peittävä taustakuva (images/bg.jpg) */
display: none; /* ota käyttöön -> poista tämä rivi */
position:fixed; 
top:0; 
width:100%;
min-width: 1000px; 
}

.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
position: relative;
z-index: 1;
width: 100%;
min-width: 600px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background-color:transparent;
}

.bgtable { 												/* Sivuston yläpalkki + sisältöalue */
background-color:transparent;
width: 100%;
border: 0px solid #cccccc;
background-repeat:no-repeat;

position:absolute;
top:0px;

}

.toppic { 												/* Yläpalkki */
height:50px;
background-color:transparent;
background-image: url(../images/toppic.png);
background-repeat:repeat-x;
z-index:1;
}
.fade { 												/* Yläpalkki */
height:300px;
background-color:transparent;
/*background-image: url(../images/bgfade.png);
background-repeat:repeat-x;
z-index:1;
position:fixed;*/
}


.mainbg {	  		 	         /* sisällön tausta */
min-height: 300px;
padding: 233px 20px 10px 20px;
width: 90%;
margin-left: auto;
margin-right: auto;
border: 0px solid #000000;
text-align: center;
position:relative;

}

.mainbg img {
border: 1px solid #303030; outline: 2px solid #000000;
}

.footerdiv { 											/* Alapalkki */
width: 100%;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 0px;
color:#ffffff;
font-size:11px;
font-weight:normal;
background-color:transparent;
border: solid 0px;
text-align: center;
}

/* ----------------------------- Navigoinnin tyylit ---------------------------------- */


.navi a:link, .navi a:visited {
font-size:12px;
color:#B4B3B4;
font-weight:bold;
text-decoration:none;
padding: 10px;
text-transform: uppercase;
font-family: arial;
letter-spacing: 0px;
}

.navi a:hover {
color: #FCFDFD;
text-decoration:none;
}


.navbg {
height:250px;
padding-bottom: 5px;
text-align: center;
}

.navi {
/*text-align: left;*/
}

/* Viivojen väri */
/*.navbg td { 
color: #000000;
}*/


.picnavdiv {
display: none; /* Piilota pikkukuvat */
position:absolute;
left: 50px;
top:20px;
height:18px;
z-index:1;
min-width: 600px;
}

.navpic, .navpic:active {            /* pikkukuvat (navpics) */
border: solid 1px #cccccc;
}

.navpic:hover {
border: solid 1px #999999;
}

/* Erillinen tyyli aktiivisen sivun linkeille */
a#activel { color: #FCFDFD; }
#activep .navpic { border: solid 1px #000000; }

/* ----------------------------- Muut tyylit  ---------------------------------- */


.toppic, .navbg, .footerdiv, .navi {     /* sivun reunat (border) */      
border-color: #b6beb3;
}


.borderpic {
border: solid 1px #cccccc;
}


.picdiv {
height:300px;
width: 100%;
background-color: transparent;

background-position: center;
border-top: solid 0px #cccccc;
border-bottom: solid 0px #cccccc;
position:fixed;
top:0px;
z-index:2;
left: auto;
right: auto;
background-image: url(../images/bgfade.png);
background-repeat:repeat-x;
}

.logo{
position:fixed;
height:270px;
width: 100%;
top:0px;
z-index:3;
left: auto;
right: auto;
background-image: url(../contpics/1.png);
background-repeat:no-repeat;
background-position: center;
}

img.imagemail {
vertical-align: bottom;
}

#laskuri {
font-size: 120%;
margin: 30px;
}
/* ----------------------------- Lomakkeen tyylit  ---------------------------------- */

input, select, textarea {
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
font-weight:normal;
color:#000000;
background-color:#ffffff;
border: solid 1px #999999;
margin-bottom: 20px;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:250px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */
height:120px;

}

.potikka  {		                 /* lähetä-painike  */
width:80px;
height:22px;
color:#303030;
font-weight:bold;
background-color:#F1F1F1;
}