

/* Tyylit */
body {
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #af0108;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}
#bg {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
}
#maintop {
	background-image: url(../img/main_oona.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 965px;
}
a.menu {
	font-family: 'titi400';
	font-size: 14px;
	text-transform: none;
	color: white;
}

a.menu_valittu {
	font-family: 'titi800';
	font-size: 14px;
	text-transform: uppercase;
	color: white;
}
a.kuvagalleria{
	font-family: 'titi400';
	font-size: 20px;
	color: #1f1f1f;
	margin: 0;
	text-transform: none;
}
#gallery_front {
	width: 404px;
}
.fp_nosto {
	background-image: url(../img/fp_nosto_oona_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 25px;
}
.fp_nosto2 {
	background-image: url(../img/fp_nosto_raty_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 30px;
}
.fp_nosto3 {
	background-image: url(../img/fp_nosto_yhteistyossa_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.fp_nosto_content {
	width: 165px; 
	height: 59px;
	margin-left: 20px;
}
.fp_nosto_content2 {
	width: 200px; 
	height: 67px;
	margin-left: 20px;
}
.fp_nosto_content3 {
	height: 67px;
	margin-left: 17px;
}
#revolver{
	width: 300px;
}
.content {
	background-image: url(../img/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
p{
	font-family: arial;
	color: #3e3e3e;
	margin:10px 0;
}
ul li {
	font-family: arial;
	color: #3e3e3e;
	margin:10px 0;
}
img {
	border: 0;
}
a, a:link, a:visited, a:active{
	font-family: arial;
	color: #e02027;
	text-decoration: underline;
}

/* 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.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%;
}

div.header_teksti {
	font-family: 'titi250';
	font-size: 15px;
	color: #ffffff;
}
p.header_nosto_tekstit {
	font-family: 'titi250';
	font-size: 13px;
	color: #1f1f1f;
}
h1 {
	font-family: 'titi400';
	font-size: 20px;
	color: #1f1f1f;
	margin: 0;
	text-transform: none;
}

h2 {
	font-family: 'titi800';
	font-size: 18px;
	color: #000000;
	text-transform: none;
}
h2.header {
	font-family: 'titi800';
	font-size: 28px;
	color: #1f1f1f;
	text-transform: none;
}
h3 {
	font-family: 'titi400';
	font-size: 16px;
	color: #1f1f1f;
	margin: 0;
	text-transform: none;
}


h4 {
	font-family: 'titi800';
	color: red;
	margin: 0;
	text-transform: none;
}

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