

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #6fa162;
	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;
}



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: 20px;
	color: #008000;
	font-weight:normal;
	letter-spacing: -1;
}

img{
border: 0;
}

h2 {
	font-size: 14px;
	color:  #2b2725;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}



#intralogin {
	height: 122px;
	width: 152px;
	background-image: url(../img/intranet_bg.gif);
}

#intralogin div {
	position: relative;
	top: 35px;
	left: 13px;
}

#login {
	width: 119px;
	height: 20px;
	background-image: url(../img/login_bg.gif);
	font-size: 12;
	position: relative;
	top: 35px;
	left: 13px;
	margin-bottom: 5px;
}

#passwd {
	width: 119px;
	height: 20px;
	background-image: url(../img/passwd_bg.gif);
	font-size: 12;
	font-weight: bold;
	position: relative;
	top: 35px;
	left: 13px;
	margin-bottom: 5px;
}

#ok {
	position: relative;
	top: 35px;
	left: 13px;
}


