/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ececed;
	color: #353535;
	padding: 0;
	margin:0;
	width: 100%;
}

#body{
	background-image: url(../img/bg.gif); 
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position: top center;
}

#content1 {
	background-image: url(../img/infogate-left.jpg); 
	background-repeat: no-repeat;
	background-position: top;	
	font-size: 10px;
}

#content2 {
	background-image: url(../img/traveller-right.jpg); 
	background-repeat: no-repeat;
	background-position: top;	
}

#bottom {
	width: 100%;
	height: 120px;
	background-image: url(../img/bg-bottom.gif); 
	background-repeat: repeat-x;
	background-position: top;	
}

p{
	margin:10px 0;
}

#menu-pysty a, a:link, a:visited, a:active{
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #ab0000;
	text-decoration: none;
	font-size: 12px;
}

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



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

#menu-pysty h1 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #464648;
}

#content1 h1 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #464648;
}

#content1 p {
font-family: Myriad Pro, Arial, Helvetica, sans-serif;
font-size: 14px;
letter-spacing: -0.4px;
color: #212121;
}

#content2 h1 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #464648;
}

#content2 p {
font-family: Myriad Pro; Arial, Helvetica, sans-serif;
font-size: 14px;
letter-spacing: -0.4px;
color: #212121;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #464648;
}

h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	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;
}

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

#liput{}
#liput a:link, #liput a:active, #liput a:visited{}
#liput img{
	border:1px solid #f23f66;
	padding:1px;
}
#liput a:hover img{
	border:1px solid #fe8ca5;
}