

/* Tyylit */
body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 12px;
	margin:0;
	color: #676767;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	
	color: #e48c2d;
	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{
	color: #e48c2d !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
	line-height: 170%;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	line-height: 170%;
	font-size: 12px;
	color: #676767;

}
.login {
	
	font-size: 12px;

}

input, select, textarea {
	
	font-size: 10px;
}
.text{
	width:100%;
}

h1 {
	
	font-size: 19px;
	color: #404040;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -1px;
	
}

h2 {
	
	font-size: 16px;
	color: #404040;
	font-weight: 300;
}

h3 {
	font-size: 12px;
	color: #000000;
}

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;
}


a.menutop_a_link{
	font-size: 12px;
	padding:0 2px;
	background: #686355;
	color: #ffffff !important;
	text-transform: uppercase;
}

a.menutop_a_link_sel{

	font-size: 12px;
	color: #747474 !important;
	text-transform: uppercase;
}

#menutable .menusub_a{
	color:#6D3A78;
	padding:0 4px;
	font-weight:bold;
	display:block;
}


#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
}

#main{
	color: #676767;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}

#main hr{
	border: 0;
	border-bottom: 1px;
	border-style: dashed;
	border-color: #c5c5c5;
}

#mainfront{
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
}

#mainfront .inbox{
	margin: 22px;
	margin-top: 15px;
	color: #404040;
	font-size: 12px;
	line-height: 120%;
}

#mainfront hr{
	border: 0;
	border-bottom: 1px;
	border-style: dashed;
	border-color: #c5c5c5;
}

hr{
	border: 0;
	border-bottom: 1px;
	border-style: dashed;
	border-color: #c5c5c5;
}

#frontbox{
	background: #ebeadf;
	width: 270px;
	height: 110px;
}

#frontbox h2{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

