/* Tyylit */

body, p, td, th, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


body {
	margin:0;
	background-image:url(../img/wrapper_bg.jpg);
}


p{
	margin:10px 0;
}


*/ DIVIT */

#wrapper {
	/*background-image:url(../img/wrapper_bg.jpg);
	min-height: 100%;
	height: auto !important;
	height: 100%;*/
}

#frame {
	width: 996px;
	background-color: #ffffff;
	text-align:left;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

#menu {
	width: 995px;
	height: 37px;
	background:url(../img/mainmenu_bg.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
}

#alterMenu {
	width: 226px;
	background-color: #ebe8e1;
	margin-right: 2px; 
	height: 100%;
}

#container {
	margin: 0px;
	padding: 0px;
	height: 100%;
	clear: both;
	display: table;
}

#inner_container {
	width: 766px; 
	position: relative;
	overflow-x: hidden;
	float: left;
	display:table-cell;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#footer {
	margin-top: 20px;
	height: 50px;
	background:url(../img/footer_bg.jpg) repeat-x top;
	vertical-align:bottom;
	clear: both;
	vertical-align: bottom;
}

.content {
	padding: 20px 20px 20px 20px;
}

.infobox {
	background-color: #ebe8e1;
	border-bottom: 2px solid #ffffff;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #007cc3;
	text-decoration: underline;
}

a:hover {
	color: #555555;
}



/* MENU */

.mainMenuNode {
	margin: 0px;
	float: left; 
	height: 19px;
	list-style: none; 
	padding: 9px 7px 8px 7px;
}

.mainMenuNode a, .mainMenuNode a:link, .mainMenuNode a:visited, .mainMenuNode a:active {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.menuNode {
	width: 208px; 
	height: 25px; 
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	padding-top: 5px;
	margin-left: 8px; 
	background:url({$obj_dir}img/menu_active_bg.jpg) repeat-x top; 
	
	list-style: none;
}

.menuNode a, .menunode a:link, .menunode a:visited, .menunode a:active {
	color: #000000;
	font-size: 11px;
	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;
}


.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%;
}

img {
	border: 0px;
}

.ingressi {
	font-size: 14px;
}

h1 {
	font-size: 18px;
	color: 000000;
	font-weight: 500;
}

h1.white {
	font-size: 20px;
	color: 000000;
	font-weight: 500;

	color: #ffffff; 
	padding: 10px 0px 0px 20px; 
	margin: 0px;
}

h2 {
	font-size: 15px;
	color: #000000;
}

h3 {
	font-size: 14px;
	color: #000000;
}

h4 {
	color: #000000;
}

h5 {
	color: #000000;
}

h6 {
	color: #000000;
}

.popup{
	width:400px;
	padding:10px;
	border:1px solid #555555;
	background-color:#ffffff;
}
