@charset "utf-8";
/* CSS Document */

* {border:0;
padding:0;
margin:0;
}

body  {
	font: 0.9em Arial, Helvetica, sans-serif; 
	background: #fefefc url(img/base/bg_main_pieni.png); 
	margin: 0; 
	padding: 0;
	text-align: center;  
	color: #000000;
}



/* ########################### CONTAINERIT ########################## */

#container { 
	width: 792px;  
	background: #fbf8f2 url(img/base/bg_container.jpg) repeat-y;
	margin: 30px auto; /* PIDÄ, tää keskittää ja irrottaa yläreunasta */
	border: 0;
	text-align: left; 
	min-height:600px;
 height:auto !important;  
 height:600px; 
}


/* ylimääräinen container sisältää otsikon ja kelluttaa sen päällä sidebarin */

 #container_inner {position:relative;
 top:-30px;
 left:-50px;
	background: none;
	background-image:url(img/base/bg_header.png); 
	background-repeat:no-repeat;
	min-height:222px;
 height:auto !important;  
 height:222px;
 width:892px;
 	z-index:1;
} 

#otsikko {margin: 90px 0 0 90px;
width:386px;}


/* ########################### HEADERIN NAVI ########################## */

#navi {position:absolute;
top:60px;
left:100px;
width:520px;
word-spacing:1em;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-weight:bold;
font-variant:normal;
font-size:90%;
text-transform:uppercase;
color:#bac856;
border:0;}


#navi a:link {color:#bac856; text-decoration:none;}
#navi a:visited {color:#d3ab54; text-decoration:none;}
#navi a:active {color:#1fb9cb; text-decoration:none;}
#navi a:hover {color:#ffa302; text-decoration:none;}



/* ########################### SIVUPALSTA ########################## */
#sidebar1 {
	float: right; /*   */
	width: 240px; /* PAKKO */
	background: none;
	background-image:url(img/base/bg_side.png);
	background-repeat:no-repeat;
	min-height:600px;
 height:auto !important;  
 height:600px;
	padding: 15px 10px;
	z-index:10;
}

#yhteystiedot_sb {margin:300px 0 0 25px;
width:180px;
border:0;
color:#1eb1c2;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-weight:bold;
font-size:90%;
line-height:180%;
font-stretch:ultra-expanded;}

#teksti_sb {margin:100px 0 0 0;
width:200px;
border:0;
color:#000;
font-weight:normal;
line-height:180%;}

.minusspace { letter-spacing: -1px;}





/* ########################### PÄÄSISÄLTÖ ########################## */

#mainContent { 
	margin: 0 250px 0 1.5em; /* pitää tuon navigaation kohdallaan */
	padding: 0 20px;  
} 





/* ########################### TEKSTIMUOTOILUT ########################## */


h1 {color:#ffa302;
font-size:160%;
letter-spacing:0.2em;
font-weight:normal;
margin:1em 0 1.5em -1em;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}

h2 {color:#d3ab54;
font-size:140%;
letter-spacing:0.2em;
font-weight:normal;
margin:-1em 0 1.5em 0;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
width:98%;
text-align:right;}

h3 {color:#1fb9cb;
font-size:120%;
letter-spacing:0.1em;
font-weight:normal;
margin:2em 0 1em 0;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}


h4 {color:#bac856;
font-size:110%;
letter-spacing:0.1em;
font-weight:bold;
margin:1em 0 0 0;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}


p {padding:0.5em 0 1.5em 0;
line-height:150%;}


a:link {color:#bac856; text-decoration:none; font-weight:bold;}
a:visited {color:#d3ab54; text-decoration:none; font-weight:bold;}
a:active {color:#1fb9cb; text-decoration:none; font-weight:bold;}
a:hover {color:#ffa302; text-decoration:none; font-weight:bold;}

ul {margin:0 0 1em 0;
list-style-image:url(img/base/list_img.png);}

li {margin:0.5em 0.5em 0.5em 2em;}


/* ########################### FOOTER ########################## */

#footer {  
border:0;
border-top:1px solid #bfa66e;
	background:none;
	margin:2em 0;
	padding:1em 0;
	text-align:center;
	font-weight:bold;
	color:#1fb9cb;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}


/* ############### FLOATIT JA MUUT PIENET MÄÄREET ############### */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {  
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.nobr {white-space: nowrap}

