/* Tyylit */
body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica;
	font-size: 12px;
	margin:0;
	background: url('../img/bg_body.jpg') no-repeat center top;
	background-color: #1e0e02;
	color: #3b362d;
	line-height: 15px;
}
p{
	margin:10px 0;
}

img {
	border: 0px;
}

a, a:link, a:visited, a:active{
	color: #b7893e;
	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: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica !important;
	color: #b7893e !important;
	text-decoration: underline !important;
}
.mceContentBody{
	background:transparent !important;
	text-align: left !important;
	height:auto !important;
}


a.news, a.news:link, a.news:visited {
}

td {
	font-size: 12px;
	line-height: 15px;

}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text{
	width:100%;
}

h1 {
	font-size: 22px;
	color: #090909;
}

h2 {
	font-size: 18px;
	color: #090909;
}

h3 {
	font-size: 16px;
	color: #090909;
}

h4 {
	font-size: 14px;
	color: #090909;
}

h5 {
	font-size: 12px;
	color: #090909;
}

h6 {
	font-size: 10px;
	color: #090909;
}


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

/* Oletusrakenne */

#master {
	position: relative;
	width: 994px;
	margin: 0 auto;
	padding: 0;
}

#kieliliput a{
	padding: 0px;
	margin: 0px;
}

#menu{
	margin: 0 auto;
	padding: 45px 0px 20px 0px;
}

a.menu {
	display: block;
	float: left;
	margin: 0;
	padding: 0px 6px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
span.menu {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#wrapper{
	position: relative;
	padding: 0px;
	margin: 0;
	width: 994px;
}

#content_wrapper {
	position: relative;
	background: url('../img/bg_wrapper.png') repeat-y center top;
	padding: 0 52px;
	height: 100%;
}

#content{
	position: relative;
	text-align:left;
	padding: 340px 20px 60px;
	z-index: 1;
}

div.nosto_wrapper {
	position: relative;
	width: 247px;
	float: right;
}

div.nosto {
	padding: 10px 0px 30px;
	background: url(../img/bg_nosto.png) repeat-y left top;
}

ul.menu2 {
	
	padding: 0;
	margin: 0px 25px 10px;
	list-style-type: none;
}
ul.menu2 li {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #948c84;		
}
a.menu2 {
	text-decoration: none;
	color: #202020;	
	font-size: 13px;
}
#footer{
	clear:both;
	width: 890px;
	height: 150px;
	margin: 0 auto 0;
}
.sitenews_revolver_topic{
	display:block;
	position:absolute;
	height:100%;
}

#sisalto {
	width: 810px;
}
#sisalto td {
}
