

/* Tyylit */
body {
	font-family: Lucida sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	margin:0;
}

#bg{
	background: url(../img/bg.jpg) repeat-x top center;
	min-width: 1000px;
}

#bg_top{
	background: url(../img/div_bg_top.jpg) no-repeat top center;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	color: #464646;
	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: #ab0000 !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: Lucida sans, 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-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #1f1f1f;
	margin-bottom: 20px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4c4c4c;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f1f1f;
}

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{
	margin-top: -15px;
	position:absolute;
	display:none;
	min-width:160px;
	border:1px solid #aaaaaa;
	background-color: #d0d0d0;
}

#menutable .menutop_a{
	color:#191919;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	background: url(../img/menu/bg_a_x.gif) repeat-x top;
}
#menutable .menutop{
	color:#191919;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}

#menutable .menusub_a{
	color:#000000;
	display:block;
	background: url(../img/menu/drop_bg_a.gif) repeat-x bottom;
	width:160px;
	height: 30px;
	
}
#menutable .menusub{
	color:#3c3c3c;
	vertical-align: middle;
	display:block;
	background: url(../img/menu/drop_bg.gif) repeat-x bottom;
	width:160px;
	height: 30px;
	
}

#main{
	margin-right: 50px;
	line-height: 150%;
	margin-bottom: 50px;
}

#main a, #main a:link, #main a:visited, #main a:active{
	color: #464646;
	text-decoration: underline;
}

#cal a, #cal a:link, #cal a:visited, #cal a:active{
	color: #464646;
	text-decoration: none;
	font-size: 11px;
}

#sivu{
	line-height: 150%;
	font-size: 11px;
}

#sivu p{
	margin: 10px;
}

#sivu h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px !important;
	margin-bottom: 15px;	
	color: #1f1f1f;
	font-weight: 300;
	padding: 0;
	padding-top: 15px;
	/*padding-left: 15px;
	padding-bottom: 15px;*/
	width: 284px;
	height: 47px;
	background: url(../img/sivu_h2_bg.gif) no-repeat top left;
}

#sivu h2 span{
	margin: 15px;
	margin-bottom: 0px;
}

a.nuoli, a.nuoli:link, a.nuoli:visited{
	background: url(../img/mail_bg.gif) no-repeat;
	padding-left: 15px;
	color: #464646;
	text-decoration: underline;
	display: block;
	padding-bottom: 5px;
}

a.nuoli_cal, a.nuoli_cal:link, a.nuoli_cal:visited{
	background: url(../img/mail_bg.gif) no-repeat right;
	padding-right: 15px;
	color: #464646;
	text-decoration: underline;
	display: inline;

}

a.edit, a.edit:link, a.edit:visited{
	background: url(../img/edit_ar.gif) no-repeat;
	padding-left: 15px;
	color: #464646;
	text-decoration: underline;
	display: block;
	padding-bottom: 5px;
}

a.musta, a.musta:link, a.musta:visited{
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #ffffff;
	background: #131111;
	margin: 10px;
	margin-left: 0px;
	display: inline;
}

a.keltainen, a.keltainen:link, a.keltainen:visited{
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #131111;
	background: #f6eb00;
	border: 1px solid #d1d1d1;
	margin: 10px;
	margin-left: 0px;
	display: inline;
	font-weight: 800;
}
