

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	color: #203828;
	background: url(../img/bg.jpg) repeat-x top center #192d19;
}



.div_bg{
	background: url(../img/div_bg_top.jpg) no-repeat top center;

}

.div_bg_bot{
	background: url(../img/div_bg_bot.gif) no-repeat bottom center;

}

.bg_y{
	background: url(../img/bg_y.jpg) repeat-y top center;

}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #51b32c;
	text-decoration: none;
}

/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: arial !important;
	color: #51b32c !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text{
	width:100%;
}

h1 {
	font-size: 20px;
	color: red;
}

h2 {
	font-size: 16px;
	color: #00852b;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}

/* Dropdownmenu */
.menuarea{
	position:absolute;
	display:none;
	width:180px;
	border:1px solid #c3c3c3;
	background-color:white;
	padding-bottom:5px;
}

#menutable .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
#menutable .menutop{
	color:#3c3c3c;
	padding:0 4px;
}

#menutable .menusub_a{
	color:#6D3A78;
	padding:0 4px;
	font-weight:bold;
	display:block;
}
#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
}

#main{
	margin-right: 55px;
}

a.menu, a.menu:link, a.menu:visited, a.menu:active{
	font-family: arial;
	font-size: 10px;
	letter-spacing: 1px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 208px;
	border: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-bottom: 1px #046523 dotted;
	text-transform: uppercase;
	background: url(../img/menu/r_ar_bg.gif) no-repeat center right;
}

a.menu:hover{
	color: #00852b;
}

a.menu_a, a.menu_a:link, a.menu_a:visited, a.menu_a:active{
	font-family: arial;
	font-size: 10px;
	letter-spacing: 1px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 208px;
	border: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-bottom: 1px #046523 dotted;
	text-transform: uppercase;
	background: url(../img/menu/d_ar_bg.gif) no-repeat center right;
}

a.menu_a:hover{
	color: #00852b;
}

a.menu_2, a.menu_2:link, a.menu_2:visited, a.menu_2:active{
	color: #ffffff;
	margin-left: 5px;
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 10px;
}

a.menu_2_u, a.menu_2_u:link, a.menu_2_u:visited, a.menu_2_u:active{
	color: #ffffff;
	margin-left: 5px;
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 10px;
	border-bottom: 1px #046523 dotted;
	padding-bottom: 5px;
}

a.menu_2_u:hover{
	color: #00852b;
}

a.menu_2:hover{
	color: #00852b;
}

.vas{
	background: url(../img/vas_bg.jpg) repeat-x top right;
	min-height: 200px;
	width: 221px;
	margin-left: 17px;
	margin-bottom: 100px;
}

#topic{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

#topic h2{
	font-size: 15px;
	color: #fee410;
	font-style: italic;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.boxinosto{
	background: #8cb82a url(../img/box_bg.gif) left top repeat-y;
	margin:20px;
}
div.boxinosto .boxikulma{
	background: url(../img/box_corner.gif) left top no-repeat;
	margin-left:-13px;
	margin-top:-11px;
	width:62px;
	height:65px;
	float:left;
}
div.boxinosto .boxisisalto{
	padding:20px 20px 20px 50px;
	color:#000000;
}
div.boxinosto .boxisisalto h2{
	color:#fee410;
	margin-top:0;
	font-style:oblique;
}
div.boxinosto .boxisisalto a{
	color:#fee410;
}
