

/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,dl,dd,dt,form,table,td,tr {
  margin:0;  
  padding:0;  
  border:0;  
  border-collapse:separate;  
  border-spacing:0;
}


/* Tyylit */
body {
text-align: center; 
background-color: white;										 
font-family: Arial, Helvetica, sans-serif;
color: black;
font-size: 12px;
width: 100%;
height: 100%;
margin: 0;
}

#body-bg	{
width: 1044px;
height: 271px;
text-align: left;
margin: 0 auto;
background-image: url(../img/bg-body.gif);
background-position: top; 

} 


#body-frontpage		{
position: relative;
top: 0px;
text-align: left;
width: 900px;
height: auto;
margin: 0 auto;
background-image: url(../img/ver-front-bg.gif);
background-position: left; 
background-repeat: repeat-y;
} 

#body-page		{
position: relative;
top: 0px;
text-align: left;
width: 900px;
height: auto;
margin: 0 auto;
background-image: url(../img/ver-bg.gif);
background-position: left; 
background-repeat: repeat-y;
overflow: hidden;
} 


#top	{
width: 900px;
height:271px;
float:left;
background-image: url(../img/top.jpg);
background-position: left; 
background-repeat: no-repeat;
}

#iso-teksti {
position: absolute;
left:626px;
top:25px;
width: 28px;
height:20px;
display: block;
float:left; 
}

#pieni-teksti {
position: absolute;
left:661px;
top:25px;
width: 25px;
height:20px; 
display: block;
float:left; 
}

a.iso {
width: 28px;
height:20px; 
display: block;
}

a.pieni {
width: 25px;
height:20px; 
display: block;
}

#l-top-content	{
position: absolute;
left:262px;
top:49px;
width: 422px;
height:221x;
float:left; 
}

#r-top-content	{
position: absolute;
left:683px;
top:8px;
width: 217px;
height:262x;
float:left; 
}

#left-menu	{
margin-left:0px;
width: 250px;
height:auto;
float:left;
}

td.menu-1-1	{
width: 250px;
height: 34px;
border-style: solid;
border-width:  0 0 1px 0;
border-color: #b5b9bc;
background: url(../img/apila.gif) no-repeat left;
}

td.menu-1-0	{
width: 250px;
height: 34px;
border-style: solid;
border-width: 0 0 1px 0;
border-color: #b5b9bc;
}  

td.menu-2-0	{
width: 250px;
height: 26px;
border-style: solid;
border-width: 0 0 0 1px;
border-color: #b5b9bc;
background-color: white;

} 

td.menu-3-0	{
width: 250px;
height: 22px;
border-style: solid;
border-width: 0 0 0 1px;
border-color: #b5b9bc;
background-color: white;
vertical-align: top;
}   


#main-content	{
width: 440px;
height: auto;
min-height: 250px;
float:left;
line-height: 140%;
}

#r-content	{
width: 210px;
height:auto;
float:left;
overflow: auto;
line-height: 130%;

}



#bottom{
width: 900px;
float:left;
background-color: white;
padding-bottom: 50px;
overflow-x: hidden;
}


p{
	margin:10px 0;
	font-size: inherit;
}

a, a:link, a:visited, a:active{
font-size: inherit;
	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: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: 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: 15px;
	color: #426150;
}

h2 {
	font-size: 13px;
	color: #426150;
}

h3 {
	font-size: 12px;
	color: #426150;
}

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;
}