/* Tyylit */
body {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #1f1f1f;
	margin:0;
	background: url('../img/bg_body.jpg') no-repeat top center;
}
p{
	margin:10px 0;
}

a[href^="mailto"], a[href^="mailto"]:visited, a[href^="mailto"]:link, a[href^="mailto"]:active  {
	text-decoration: underline;
}
a, a:link, a:visited, a:active{
	font-family: arial;
	color: #f41111;
	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: #f41111 !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:#f41111;
	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 {
	font-size: 18px;
	font-weight: 400;
	color: #1f1f1f;
}

h2 {
	font-size: 14px;
	color: #1f1f1f;
}

h3 {
	font-size: 12px;
	color: #1f1f1f;
}

h4 {
	color: #1f1f1f;
}

h5 {
	color: #1f1f1f;
}

h6 {
	color: #1f1f1f;
}


.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 */
#wrapper{
	width:920px;
	margin:0 auto;
}
#header{
	height:432px;
}
#menu{
	float:left;
	text-align:left;
}
#slogan {
	float: left;
	margin-top: 300px;
	margin-left: 35px;
	width: 400px;
	height: 80px;
	overflow: hidden;
	text-align: left;	
}

#column_left {
	float: left;
	width: 228px;	
}
#column_left_contact {
	text-align: left;
	background: #eaeaea;
	padding: 20px 15px 80px 15px;	
}
#content{
	width: 672px;
	float:left;
	text-align:left;
	margin: 0px 0px 20px 20px;
}
#footer{
	clear:both;
	height: 80px;
	background: url('../img/footer.jpg') no-repeat bottom left;
}
.sitenews_revolver_topic{
	display:block;
	position:absolute;
	height:100%;
}

div.menu_top {
	float: left;
	text-transform: uppercase;
	height: 32px;
	padding: 0px 10px;	
}

div.menu_top_bCrumb {
	float: left;
	background-color: #fff;
	text-transform: uppercase;
	height: 32px;
	padding: 0px 10px;
}
a.menu_top {
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
}
a.menu_top_bCrumb {
	font-weight: bold;
	color: #212121;
	text-decoration: none;	
}

div.nosto_frontpage {
	float: left;
	height: 213px;
	overflow: hidden;
	width: 33%;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}

div.nosto_frontpage_padding {
	padding: 20px;	
}

#nosto2_frontpage {
	margin: 0px;
}

div.nosto2_frontpage {
	width: 50%;
	float: left;	
}
