@charset "utf-8";
/* CSS Document */

body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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:#811;
	background-color: #900;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #200 url(images/palkki2.jpg) no-repeat center top;
	height:210px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-left:1px #000 dashed;
	font-size:90%;
	background:#FFF url(images/bg.png) repeat-x top;
	color:#000;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 10px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent p{
	text-align:justify;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#000;
}
.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;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
#dolphincontainer{position:relative;height:56px;color:#E0E0E0;background:#202020;width:100%;font-family:Helvetica,Arial,Verdana,sans-serif;}
#dolphinnav{position:relative;height:33px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#000 url(images/dolphin_bg.gif) repeat-x bottom left;padding:0 0 0 20px;}
#dolphinnav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#dolphinnav ul li{display:block;float:left;margin:0 1px;}
#dolphinnav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:33px;}
#dolphinnav ul li a span{padding:12px 20px 0 0;height:21px;float:left;}
#dolphinnav ul li a:hover{color:#fff;background:transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom left;}
#dolphinnav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{color:#fff;background:#202020 url(images/dolphin_left-ON.gif) no-repeat top left;line-height:275%;}
#dolphinnav ul li a.current span{display:block;padding:0 20px 0 0;width:auto;background:#202020 url(images/dolphin_right-ON.gif) no-repeat top right;height:33px;}
.smaller {
	font-size:90%;
}
hr {
	height:1px;
	border:none 0px;
	background:#222;
	color:#222;
	width:100%;
}
.twoColFixRtHdr #webdesign {
	color:#999;
	font-size:80%;
	margin-bottom:3px;
	margin-top:3px;
}
.twoColFixRtHdr #webdesign a{
	color:#DDD;
	font-size:100%;
	text-decoration:none;
}
.twoColFixRtHdr #webdesign a:hover{
	color:#999;
	font-size:100%;
	text-decoration:none;
}
.twoColFixRtHdr #submenu {
	font-size:100%;
	margin-right:41px;
	margin-left:41px;
	margin-top:3px;
	margin-bottom:3px;
}
.twoColFixRtHdr #radius18 {
		-moz-border-radius-topleft:18px;
		-webkit-border-top-left-radius:18px;
		-moz-border-radius-topright:18px;
		-webkit-border-top-right-radius:18px;
		margin-top:-13px;
	width:286px;
	border:none 0px;
	background:#FFF url(images/bg.png) repeat-x top;
	min-height:280px;
	color:#000;
}
.twoColFixRtHdr #radius18 p{
	padding-top:10px;
	margin-left:10px;
	margin-right:10px;
}
.twoColFixRtHdr #ladataan{
	width:286px;
	height:300px;
	background:url(images/ladataan.png) center no-repeat;
}