

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;;
	font-size: 12px;
	margin:0;
	background: #000000 url(../img/bg.jpg) top center repeat-x;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #af2822;
	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: #af2822 !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.otsikot {
	font-size: 25px;
	font-family: old, georgia;
	color: #a5a6a5;
	font-weight: 300;
	margin-bottom: 15px;
}



h1 {
	font-size: 25px;
	font-family: old, georgia;
	color: #a5a6a5;
	font-weight: 300;
	line-height: 150%;	
	margin-bottom: 30px;
}

h2 {
	font-size: 20px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #a5a6a5;	
	font-weight: 300;
	line-height: 150%;

}

h3 {
	font-size: 15px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #a5a6a5;	
	font-weight: 300;
	line-height: 150%;	
}

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;
}

div #reuna_content {
	font-size: 11px;
	line-height: 150%;
	color: #636363;
}

#grey {
	color: #ffffff;
	line-height: 150%;
	font-size: 11px;
}

#main {
	color: #ffffff;
	line-height: 150%;
	font-size: 12px;
}

div.banner1 {
	width: 153px;
	height: 373px;
	background: url(../img/banner1_bg.jpg) top center no-repeat;	
	float: left;
	/*padding-top: 12px;
	padding-left: 12px;*/
}

div.banner2 {
	width: 153px;
	height: 373px;
	background: url(../img/banner2_bg.jpg) top center no-repeat;	
	float: right;
	/*padding-top: 12px;
	padding-left: 12px;*/
}

