@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #F7F7F2 url(../images/tausta.gif) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

.ramasasite #container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
} 
.ramasasite #header {
	padding-top: 0;
	padding-bottom: 0;
	height: 193px;
} 
.ramasasite #headervasen {
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	height: 193px;
	width: 490px;
	background: url(../images/kotisivupalelut_tausta.jpg) no-repeat left top;
} 
.ramasasite #headervasen h1 {
	font-size: 10px;
	color: #D65E5F;
	margin-top: 4px;
} 
.ramasasite #headeroikea {
	padding-top: 0;
	padding-bottom: 0;
	float: right;
	height: 193px;
	width: 358px;
	background: url(../images/ramasa.gif) no-repeat right bottom;
	margin: 0px;
} 
.ramasasite #oikeayla1 {
	height: 160px;
}
.ramasasite #oikeayla2 {
	padding-left: 71px;
	float: left;
	width: 100px;
	padding-top: 160px;
}
.ramasasite #oikeayla3 {
	padding-left: 0px;
	float: right;
	width: 150px;
	padding-top: 160px;
}
.ramasasite #navi {
	height: 36px;
	vertical-align: top;
	padding-top: 3px;
}
.ramasasite #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.ramasasite #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 321px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/oikeatausta.gif) repeat-y left top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 18px 15px 12px; /* padding keeps the content of the div away from the edges */
	min-height: 500px;
}
.ramasasite #mainContent {
	margin: 0 361px 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 500px;
	text-align: left;
} 
.ramasasite #mainContent input {
	font-size: 11px;	
} 
.ramasasite #mainContent option {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
} 
.ramasasite #mainContent select {
	font-size: 11px;	
} 

.ramasasite #footer {
	padding: 0 10px 0 20px;
} 
.ramasasite #alareuna {
	height: 200px;
	background: #CC3333 url(../images/alareunantausta.gif) repeat-x left top;
} 
.ramasasite #alareuna p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 0;
}
.ramasasite #alareuna a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: #333;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 0;
}
.ramasasite #alarauna a:link {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: #333;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 0;
}
.ramasasite #alarauna a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #FFF;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #7C8E06;
	margin-top: 20px;
}
h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #900;
	letter-spacing: 0.1em;
}
h3 {
	font: 600 16px Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 0.1em;
}
p.luelisaa {
	text-align: right;
	margin-top: -10px;
	margin-right: 30px;
}
a.tekstiin {
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #660;
	border-bottom: 1px solid #DFDFDF;
}
a:link.tekstiin {
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #660;
	border-bottom: 1px solid #DFDFDF;
}
a:visited.tekstiin {
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #660;
	border-bottom: 1px solid #DFDFDF;
}
a:link.tekstiin {
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #660;
	border-bottom: 1px solid #CCC;
}
a:hover.tekstiin {
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #660;
	border-bottom: 1px dashed #900;
}
.mainoskehys {
	border: 2px solid #CCC;
}
h1.tiedot {
	font-size: 10px;
	color: #336666;
	margin: 0px;
	padding: 0px;
}
a.tiedot {
	text-decoration: none;
	font-size: 10px;
	color: #336666;	
}
a:link.tiedot {
	text-decoration: none;
	font-size: 10px;
	color: #336666;	
}
a:hover.tiedot {
	text-decoration: none;
	font-size: 10px;
	color: #336666;	
	border-bottom: 1px dashed #900;
}
a.tiedotiso {
	text-decoration: none;
	font-size: 12px;
	color: #336666;	
}
a:link.tiedotiso {
	text-decoration: none;
	font-size: 12px;
	color: #336666;	
}
a:hover.tiedotiso {
	text-decoration: none;
	font-size: 12px;
	color: #336666;	
	border-bottom: 1px dashed #900;
}
a.takaisin {
	text-decoration: none;
	font-size: 10px;
	color: #D65E5F;	
}
a:link.takaisin {
	text-decoration: none;
	font-size: 10px;
	color: #D65E5F;	
}
a:hover.takaisin {
	text-decoration: none;
	font-size: 10px;
	color: #336666;	
	border-bottom: 1px dashed #900;
}
.ramasasite #mainosala {
	background: url(../images/mainoskehysala.gif) no-repeat left bottom;
	padding: 5px 5px 5px 15px;
}
.ramasasite #mainosyla {
	background: url(../images/mainoskehysyla.gif) no-repeat left top;
	padding-top: 10px;	
}
.ramasasite #mainosalakapea {
	background: url(../images/mainoskehyskapeaala.gif) no-repeat left bottom;
	padding: 5px 5px 5px 15px;
	width: 214px;
}
.ramasasite #mainoylakapea {
	background: url(../images/mainoskehyskapeayla.gif) no-repeat left top;
	padding-top: 10px;
	width: 234px;
}
.kappale {
	float: left;
	width: 100%;
}
.tekijoita {
	float: left;
	width: 320px;
	height: 141px;
}
.ramasasite #palkillinen {
	height: 300px;
	overflow: auto;
} 
td.yksitoistapx {
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.yksitoistapxvali {
	font-size: 11px;
	color: #333;
	width: 40px;
}
li {
	font-size: 11px;
}