

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	color: #5c6f73;
	background-image: url(../img/bg_repeatable.jpg);
	background-repeat: repeat;
	line-height:20px;
}

p{
	margin:10px 0;
	font-size: inherit;
	line-height:20px;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #fb0202;
	text-decoration: none;
	font-weight: bold;
}

/* 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: #fb0202 !important;
	text-decoration: none !important;
	font-weight: bold !important;
}
.mceContentBody{
	background:transparent !important;
	text-align: left !important;
	height:auto !important;
}



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

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

}
.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: 24px;
	color: fd0516;
	font-weight:normal;
	margin:0 0 5px 0;
}

h2 {
	font-size: 16px;
	color: #6f7070;
	margin:0 0 0 0;
	font-weight:normal;
}

h3 {
	font-size: 14px;
	color: #5c6f73;
}

h4 {
	color: #5c6f73;
}

h5 {
	font-weight:normal;
	color: #5c6f73;
}

h6 {
	font-size: 11px;
	font-weight:normal;
	color: #5c6f73;
	line-height:14px;
	margin:0;
	padding:0;
}


.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;
}

#bg{
	width: 100%;
	height: 1000px;
	background:url(../img/bg.jpg) repeat-x top left;
}

#footer_bg{
	width: 100%;
	height: 152px;
	background:url(../img/footer_bg.jpg) repeat-x top left;
}
.menu_selected{
	height: 39px;
	background-color: #fd0516;
}
.menu_notselected{
	height: 39px;
}
a.menu, a.menu:link, a.menu:visited, a.menu:active{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: block;
}

a.menu2, a.menu2:link, a.menu2:visited, a.menu2:active{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.yhteystiedot{
	color: #999999;
	font-size: 11px;
}

input.hakukentta{
	background-color: #2d2d2d;
	color:#999;
	font-size: 20px;
	border:0;
	margin:0;
	padding:0;
	width:180px;
	height: 29px;
	
}
