/* Tyylit */

body {
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	color: #4c4c4b;
	background: url('../img/bg_body.jpg') no-repeat center top #fff;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	color: #2d8302;
	text-decoration: none;
	font-weight: bold;
}

/* 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{
	color: #2d8302 !important;
	text-decoration: none !important;
	font-weight: bold !important;
}
.mceContentBody{
	background:transparent !important;
}

a.menu, a.menu:link, a.menu:visited {
	display: block;
	float: left;
	padding: 9px 0px;
	font-size: 11px;
	color: #171717;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.menu_bc, a.menu_bc:link, a.menu_bc:visited {
	color: #fff;
	float: none;
}

a.news, a.news:link, a.news:visited {
	color: #2d8302;
	text-decoration: none;
	font-weight: bold;
}

td {}
.login {}
input, select, textarea {}

.text{
	width:100%;
}

h1 {
	text-transform: uppercase;
	font-family: 'clan_lf';
	font-size: 30px;
	font-weight: black;
	color: #000;
	padding: 0;
	margin: 20px 0 15px;
}

h1.nosto_title {
	font-family: 'clan_lf_medium';
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 16px 0px 10px 20px;
}

h2 {
	font-family: 'clan_lf_medium';
	font-size: 22px;
	color: #2d8302;
	
}

h3 {
	font-size: 16px;
	color: #2d8302;
	font-family: 'clan_lf_medium';
	margin: 0;
	padding: 10px 0px 5px;
}

h4 {
	color: #b4b4b4;
}

h5 {
	color: #b4b4b4;
}

.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}

.sitenews_revolver_topic{
	display:block;
	position:absolute;
	height:100%;
}

/* RAKENNE */

#wrap_sticky_footer {
	height: auto !important;
	margin: 0 auto -106px;
	min-height: 100%;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
}

#header {
	height: 115px;
	overflow: hidden;
}

#flags {
	margin-top: 5px;
	margin-right: 10px;
	float: right;
}

#logo_top {
	float: left;
	margin: 20px 0 0 56px;
}

#menu {
	padding-top: 38px;
	width: 810px;
	float: right;
}

div.menu_item {
	float: left;
	margin: 0 8px;
}

div.menu_item_child_bc {
	float: left;
	z-index: 2;
	margin-left: -9px;
	padding: 0;
	height: 30px;
	background: url('../img/bg_menu.png') repeat-x left top;	
}

img.menu_border_left {
	float: left;	
}

img.menu_border_right {
	float: left;
	position: relative;
	display: block;
	margin-left: -1px;
	z-index: -1;
}

div.content_top {
	margin-top: 20px;
	position: relative;
}

div.top_default {
	
}

div.top_frontpage {
	
}

#title_frontpage {
	float: left;
	width: 735px;
	padding-bottom: 30px;
}

#title_1 {
	color: #000;
	display: block;
	font-size: 35px;
	font-weight: bold;
	font-family: 'clan_lf';
}

#title_2 {
	display: block;
	margin-top: 3px;
	font-size: 16px;
	font-family: 'clan_lf_medium';
}

#facebook_buttons {
	float: right;
	position: relative;
	height: 85px;
	margin-right: 10px;
	width: 200px;
}

#calendar_frontpage {
	width: 237px;
	height: 381px;
	float: right;
	background: url('../img/bg_calendar_frontpage.png') no-repeat left top;
	color: #fff;
}
#calendar_frontpage a {
	color: #fff !important;	
}

#content {
	padding: 40px 0;
}

#frontpage_columns {
	width: 960px;
	background: url('../img/bg_columns_frontpage.png') no-repeat left 41px;	
}
#frontpage_box_1 {
	width: 450px;
	float: left;
	margin-right: 18px;	
}

#fp_box_1_title {
	height: 41px;
	background: url('../img/bg_title_450.png') no-repeat left top;	
}

#frontpage_box_2 {
	width: 237px;
	float: left;
	margin-right: 18px;
}

#fp_box_2_title {
	height: 41px;
	background: url('../img/bg_title_237_2.png') no-repeat left top;	
}

#box_partners {
	width: 237px;
	float: left;
}

#partners_title {
	height: 41px;
	background: url('../img/bg_title_237.png') no-repeat left top;	
}

div.box_content {
	background: #fff;
	padding: 20px;
}

#content_main {
	float: left;
	width: 700px;
}

#content_side_column {
	float: left;
	width: 246px;
	margin-left: 14px;
}

#push_sticky_footer {
	height: 106px;
	position: relative;
}

#footer {
	height: 106px;
	position: relative;
	background: url('../img/bg_footer.gif') center top;
}

#footer_shadow {
	position: absolute;
	z-index: -1;
	bottom: 106px;
	height: 144px;
	width: 100%;
	/*background: url('../img/bg_footer_shadow.jpg') repeat-x left top;*/
}

