* {
	margin:0; 
	padding:0;
}
/* taustat */
body {
	background : #FFFFFF url(kuvat/tausta.jpg) repeat-x;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	color : #666666;
	}
#perus {
	background : url(kuvat/perustausta.jpg) repeat-y; 
	width : 880px; 
	margin : auto;
}
/* bannerien koodit */
#banneri {
	height : 210px;
	background-image : url(kuvat/banneri.jpg);
	background-repeat : no-repeat;
}
/* sivun rakennemitat */
#sivu #linkkipalkki {
	width : 222px; 
	float : right;
}
#sivu #tekstit {
	width : 648px; 
	float : left;
}
.clear {
	clear:both;
}
/* otsikoiden yms perustiedot */
#otsikko {
	display : block; 
	padding-top : 20px; 
	padding-left : 20px; 
}
#otsikko .pien {
	display : block; 
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif; 
	color : #BB9F6C; 
}
#otsikko a {
	text-decoration:none;
}
#otsikko a:visited,active {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	color:#000000; 
	font-family:"Trebuchet MS", Verdana, sans-serif; 
	font-variant:small-caps;
}

h1 {
	font-size : 36px;
}
h2 {
	font-size : 24px;
}
h3 {
	font-size : 18px;
}
h4 {
	font-size : 16px;
}
h5 {
	font-size : 14px;
}
h6 {
	font-size : 12px;
}

a {
	color : #000000;
}
a:visited {
	color : #000000;
}
a:active {
	color : #584A30;
}
a:hover {
	color : #7C5B43; 
	text-decoration : none;
}

#sivu #tekstit p {
	line-height : 20px; 
	margin-bottom : 20px;
}
/* oikea palkki jossa linkit */
#palkki {
	padding : 30px 10px 5px 12px;
}

#linkkipalkki h2 {
	background : url(kuvat/linkkialleviivaus.jpg) no-repeat center bottom; 
	display : block; 
	padding : 5px; 
	font-size : 18px;
}

#linkkipalkki ul {
	list-style : none; 
}
#linkkipalkki li { 
	display : block; 
	height : 30px;
}
#linkkipalkki a {
	display : block; 
	color : #898787; 
	height : 21px; 
	padding : 5px 5px 0px 5px; 
	text-decoration : none; 
	border-bottom : solid 1px  #E1E1E1
}
#linkkipalkki a:visited {
	display : block; 
	color : #898787; 
	height : 21px; 
	padding : 5px 5px 0px 5px; 
	text-decoration : none; 
	border-bottom : solid 1px  #E1E1E1;
}

#linkkipalkki a:active {
	display : block; 
	background : #DEDFDA;
	color : #000000; 
	height : 21px; 
	padding : 5px 5px 0px 5px; 
	text-decoration : none; 
	border-bottom : solid 1px  #E1E1E1;
}

#linkkipalkki a:hover {
	color : #000000; 
	border-bottom : solid 1px #CCCCCC;
}

#linkkipalkki .active a { 
	background : #EEEFEA;
	color : #000000;
}


/* leipätekstilaatikot ja tekstit */
#tekstit .leipis {
	background : url(kuvat/leipistausta.jpg) repeat-y; 
	width : 641px; 
	margin-left : 8px; 
	margin-bottom : 20px;
}
#tekstit .leipis .leipisyla { 
	height : 5px;
}
/* ?tämä oli pakko tehdä välistykseksi */
.leipis .kymppi {
	padding : 10px;
}
.leipis .leipisala { 
	height : 5px; 
	font-size : 11px; 
	text-align : center; 
}
.leipis h2 {
	display : block; 
	padding : 5px 0px 5px 0px; 
	border-bottom : solid 1px  #D8CDB8; 
	margin-bottom : 15px;
}
h2 a {
	text-decoration:none;
}
h2 a:visited {
	text-decoration:none;
}
h2 a:active {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:none;
}
/* lainattu- tarpeellinen? */
clear2 { clear:left; width:99%;}

/* kuvakehykset ja juoksutukset */
#tekstit img {
	background:#ffffff; 
	padding:3px; 
	border: solid 1px #D3C2A3; 
	margin:8px;
}
#tekstit .vasensuora {
	float:left;
}
#tekstit .oikeasuora {
	float:right;
}
/* listaukset */
.leipis ul {
	list-style:square; 
	margin-left:10px;
}
.leipis ol {
	list-style:decimal; 
	list-style-position:inside;
}
.leipis li {
	padding:5px 10px 5px 10px;
}
.leipis ul li {
	margin-left:10px;
}	
/* taulukot */	
#tekstit table {
	width: 99%;
	border-collapse: collapse;
	margin: 5px 5px;	
}
#tekstit th strong {
	color: #FFFFFF;
}
#tekstit th {
	background: #A01C1C;
	height: 29px;
	padding: 10px;
	color: #FFFFFF;
	text-align: left;
	border-left: 1px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#tekstit tr {
	height: auto;
}
#tekstit td {
	height: auto;
	padding: 10px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#tekstit tr.rivi-a {
	background: #FFFFFF;
}
#tekstit tr.rivi-b {
	background: #F8F1E7;
}
/* alareuna */
#alaosa {
	background : url(kuvat/alabanner.jpg) no-repeat; 
	height : 35px; 
	padding-top : 25px; 
	text-align : center;
}
#alaosa p {
	display : block; 
	margin-top : 20px;
}
#alaosa #design { 
	font-size : 9px;
}
