

/* Tyylit */
body {
	
	margin: 0;
}
td .menu {
	background-image: url('../img/menu_bg.jpg');
	background-repeat: no-repeat
}
td .blue_edge {
	background-color: #e9f4fe;
}
td .content {
	background-color: white;
}
div .content_area {
	margin-left: 45px;
	width: 500px;
}
td .oikea_nosto {
	background-image: url('../img/oikea_nosto_bg.jpg');
	background-repeat: no-repeat
}
div .content2 {
	margin-left: 32px;
	margin-right: 10px;
	margin-top: 15px;
}
td .uutisnosto {
	background-image: url('../img/news_bg.jpg');
	background-repeat: repeat-y;
}
div .footer {
	font-family: arial;
	font-size: 11px;
	color: #a5caed;
	width: 905px;
	height: 135px;
	background-image: url('../img/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

p{
	font-family: arial;
	font-size: 13px;
	color: black;
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #203a7f;
	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;
	text-align: left !important;
	height:auto !important;
}

a:hover {
	text-decoration: underline; 
}

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

td {
	font-family: Arial;
	font-size: 13px;

}
.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: arial;
	font-weight: normal;
	font-size: 20px;
	color: #203a7f;
	margin: 0;
}

h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	color: #203a7f;
}

h3 {
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	color: #203a7f;
}

h4 {
	color: #203a7f;
}

h5 {
	color: #203a7f;
}

h6 {
	color: #203a7f;
}


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

/* Dropdownmenu */
.menuarea{
	position:absolute;
	display:none;
	border:1px solid #486c97;
	background-color: #e5eff6;
	padding-bottom:5px;
	padding-top:5px;
}
#menutable .a_menu {
	font-weight: bold; 
	font-style: normal;
	text-transform: uppercase; 
	color: white; 
/*	margin-left: 5px; 
	margin-right: 5px;*/
}
#menutable .menutop_a{
	background-image: url('../img/menu_valittu_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	color:#6D3A78;
	padding: 5px;
}
#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;
}
