/* Tyylit */
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0;
	background: url('../img/bg_body_repeat.jpg') repeat-y top center;
	background-color: #000;
}
p{
	margin:10px 0px;
	font-size: 14px;
}


a, a:link, a:visited, a:active{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #ab0000;
	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: Calibri, Arial, Helvetica, sans-serif; !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: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;

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

}

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

h1 {
	font-size: 16px;
	color: #261408;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	color: #000000;
	
}

h3 {
	font-size: 12px;
	color: #000000;
	
}

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;
}
img.bread_crumb {
	padding: 0px 5px;
}

/* Oletusrakenne */
#wrapper{
	width:960px;
	margin:0 auto;
	font-size: 14px;
}
#header{
	height:70px;
	background-color:#120401;
	text-align: left;
	padding-top: 30px;
}
#hdr_breadcrumb {
	margin-top: 10px;
/*	height: 60px; */
	min-height: 30px;
	background: url('../img/content_top.png') no-repeat top center;	
}
#img_header {
	clear: both;	
}
#menu{

	width:300px;
	float:left;
	text-align:left;

	
}
#content{
	position: relative;
	background: #fff url('../img/bg_content.jpg') no-repeat top center;
	min-height: 200px;
	text-align:left;
	padding-bottom: 40px;
}
#footer{
	clear:both;
	height:100px;
	background-color:#120401;
}
.sitenews_revolver_topic{
	display:block;
	position:absolute;
	height:100%;
}

/*Lisätyt*/
.menu {
	background-color: #fff;
	height: 27px;
}

.menu_not_selected {
	background-color: #ffd51a;
	height: 27px;
}

a.menu {
	text-transform: uppercase;
	color: #000; 
	font-size: 12px;
	font-weight: bold;
}
a.menu_not_selected {
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
h1.nosto {
	background: url(../img/h1_bg.jpg) repeat-x top left;
	height: 28px;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
div.nosto{
	margin:10px 20px;
}

a.menu_sub_selected {
	color: #261408;
	font-size: 14px;
	font-weight: bold;
}

a.menu_sub {
	color: #3e3d38;
	font-size: 14px;
	
}
li {
	line-height: 2;
	font-size: 14px;
}