/* Start of CMSMS style sheet 'screen' */
@charset "utf-8";
body {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
}
.outerframe {
	border: 1px solid #fff;
	padding: 8px;
	background-color: #bebebe;
	width: 800px
}
.innerframe {
	border: 1px solid #fff;
	padding: 8px;
	background-color: #f0f0f0;
}
.frame {
	padding: 1px;
	background-color: #fff;
	width: 779px;
}
.contentframe {
	background-image: url(images/content_top_bg.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	min-height: 350px;
	text-align: left;
}
.footer {
	background-image:url(images/content_bottom_bg.gif);
	background-repeat: no-repeat;
	height: 170px;
}
.linnaklubi .footer {
	background-image:url(images/content_bottom_bg_linnaklubi.gif);
}
.content {
	margin-right: 300px;
	margin-left: 40px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
}

.content h1 {
	color: #1b93d1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 0;
}
.content h2 {
	color: #1b93d1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 8px;
	margin-top: 8px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
}

.content a{
	color: #1b93d1;
	text-decoration: none;
}
.content a:visited{
	color: #1b93d1;
	text-decoration: none;
}
.content a:hover{
	color: #21b3ff;
	text-decoration: underline;
}

.menucontent {
	float: right;	
	text-align: left;
	width: 185px;	
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}
.menu {

	text-align: left;
	width: 185px;
	background-color: #63b000;
    background-image: url(images/menu_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}
.menu ul {
	background-color: #63b000;
	background-image: url(images/menu_top_bg.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
	padding-top: 15px;
}
.menu ul li {
	text-align: right;
	padding: 0;
	margin: 0;
	background-image: url(images/menu_separator.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
    cursor: pointer;
}
.menu ul li a{
	color: #fff;
	text-decoration: none;
}
.menu ul li a:visited{
	color: #fff;
	text-decoration: none;
}
.menu ul li a:hover{
	color: #fff;
	text-decoration: none;
}
.menu ul li:hover {
	background-image: url(images/menu_hover_bg.png);
}
.menu .selected {
	background-image: url(images/menu_current_bg.png);
}
.menu .selected ul {
	background-image: none;
        margin-top: 6px;
	font-size: 11px;
	padding: 3px;
	font-weight: normal;
}

.menu .selected li a{
        font-size: 11px;
	color: #fff;
	text-decoration: none;
}

.menu .activeparent:hover {
	background-image: url(images/menu_submenu_selected_bg.gif);
}

.ajankohtaista {
	text-align: left;
	width: 185px;
	padding-bottom: 5px;
	margin-top: 40px;
}

.tarjousBox {
	background-image: url(images/tarjous_bg.gif);
	background-repeat: no-repeat;
	width: 419px;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
}

.tarjousBox ul {
   padding-top: 0px;
   padding-left: 13px;
   margin-left: 5px;
   margin-top: 5px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
}
.tarjousBox li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
}
.tarjousBox h3 {
   font-size: 14px;
   margin-top: 7px;
   margin-bottom: 7px;
}

.contactform fieldset {
padding: 1em; 
background-color: #f3f3f3;} 

.contactform fieldset legend {
font-weight: bold;
} 

.contactform div {
width: 300px; 
padding: 0.25em 0 0.25em 0;} 

.contactform div label {
display: block; 
width: 50em; } 

.contactform div.required {
color: #f00;}


/* End of 'screen' */

