

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
	margin:0;
	/*background-image:url(../img/bg.jpg);*/
	background-attachment: fixed;
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	/*background-image:url(../img/bg.jpg);*/
	background-attachment: fixed;
	background-repeat: repeat-x;
	min-height: 100%;
}

#frame {
	width: 825px;
	background-color: #ffffff;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	margin-left: auto;
	margin-right: auto;
}


/* Tekstit, linkit headingsit tms. */
p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	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: arial !important;
	color: #ab0000 !important;
	text-decoration: none !important;
}

.mceContentBody {
	background-image: none;
}

a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

a.breadCrumb, a.breadCrumb:visited, a.breadCrumb:active, a.breadCrumb:hover {
	font-family: arial;
	font-size: 10px;
	color: #5e5e5e;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	
}
input, select, textarea, input.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input.search {
	background-color: #FAF6E4;
}
.text{
	width:100%;
}


.header_text {
	font-family: trebuchet ms;
	font-size: 13px;
	color: #ffffff;
}
.header_text_big {
	font-family: trebuchet ms;
	font-size: 25px;
	color: #ffffff;
	
}

.white_text {
	font-size: 11px;
	color: #ffffff;	
}
h1 {
	font-family: trebuchet ms;
	font-size: 21px;
	color: #3f3f3f;
	letter-spacing: 0px;
}

h2 {
	font-family: trebuchet ms;
	font-size: 16px;
	color: #ab0000;
	letter-spacing: -0px;
}

h3 {
	font-size: 12px;
	color: #000000;
}


/* MENU */
table.menutable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-left: 6px;
}

td.menuItem {
	padding: 0px;
	margin: 0px;
	height: 20px;
}

a.menu, a.menu:visited, a.menu:active, a.menu:hover {
	display: block;
	font-family: Arial;
	font-size: 11px;
	color: #5a5a5a;
	padding: 0px;
	margin: 4px;
}

a.menuSelected, a.menuSelected:visited, a.menuSelected:active, a.menuSelected:hover {
	display: block;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	padding: 4px;
	margin: 0px;

}

/* Boxi */

table.box {
	width: 178px;
	height: 400px;
	padding: 0px;
	margin: 0px;
}
td.box_top {
	background-image:url(../img/box_top.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 178px;
	text-align: center;
	padding-top: 5px;
	font-family: Trebuchet ms;
	font-size: 15px;
	color: #ab0000;
	font-weight: bold;
}
td.box_content {
	background-image:url(../img/box_bg.gif);
	padding: 5px;
}
td.box_bottom {
	background-image:url(../img/box_bottom.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 178px;
}

table.box_wider {
	width: 368px;
	height: 400px;
	padding: 0px;
	margin: 0px;
}

td.box_top_wider {
	background-image:url(../img/box_top_wider.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 368px;
	text-align: center;
	padding-top: 5px;
	font-family: Trebuchet ms;
	font-size: 15px;
	color: #ab0000;
	font-weight: bold;
}
td.box_content_wider {
	background-image:url(../img/box_bg_wider.jpg);
	padding: 5px;
}
td.box_bottom_wider {
	background-image:url(../img/box_bottom_wider.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 368px;
}
