@import url(editor.css);
@import url(services.css);

body {
	font-family: arial, times;
	ffffont-size: 12px;
	margin: 0;
	padding: 0 0 2em 0;
	background-color: #23499e;
	background: url('../gfx/iau_back.gif') repeat;	
}

#wrapper {
	margin: 10px auto;
	padding: 3px;
	width: 1000px;
	border: solid 1px #555555;
	background-color: white;
}

#header {
	height: 111px;
	width: 1000px;
	background: url('../gfx/header.jpg') no-repeat;	
	margin: 0;
	padding: 0;
}

#content {
	overflow: hidden;
	zoom: 1; /* tän tartti ehkä ie6:sta varten */
}

#banners {
	width: 190px;
	float: right;
	padding: 10px;
	border-left: dotted 1px #ccc;
}

#text_area {
	margin: 0 210px 0 195px;
	padding: 10px 20px 10px 10px;
	background-repeat: no-repeat;
}
	/* etusivu.tpl */
	#meltwaternews{
		width: 270px;
		float: left;
	}
	#now_news{
                margin-right: 20px;
		width: 270px;		
		float: left;
	}
	
#footer {
	background-color: #1d459c;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
/* Valikko */
#navigation {
	width: 191px;
	float: left;
	zoom: 1;	
}
#navigation ul {
	border: none;
	list-style-type: none;
	margin:0;
	padding:0;
	width:190px;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	background-color: #E8ECF0;
}
#navigation ul li{
	height: 30px;
	width: 190px;
	position: relative;
	margin: 0 0 1px 0;
	padding: 0;
	background-color: #8296b1;
	list-style: none;
	list-style-position: outside;
	background: url('../gfx/navi_gradient.gif') repeat-x;
	font-size: 0; /* Tämä korjaa ie vierheen 'ylimääräistä tilaa valikon alla' */
}
#navigation ul li a.active {
	text-decoration: underline;
}
#navigation ul li.submenu a.submenu{
	background: url('../gfx/arrow_white.gif') no-repeat;
	background-position: 180px 12px;
}
#navigation ul li.submenu a:hover{
	background-color: #23499e;
	background-position: 180px 12px;
}
#navigation ul li a {
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
	list-style-position: outside;
	height: 24px;
	width: 180px;
	display: block;	
	white-space: nowrap;
	overflow: hidden;
	padding: 6px 0 0 10px;
}
#navigation ul li a:hover{
	background-color: #23499e;
} 
#navigation ul li:hover > ul{
	visibility: visible;
}

/* level 2 */
#navigation ul ul {
	position: absolute;
	left: 190px;
	top: 0px;
	visibility: hidden;
}
#navigation ul ul li{
	background-color: #D2E2F1!important;
	background-image: none;
	margin-left: 10px;
	width: 180px;
}
#navigation ul ul li.submenu a.submenu{
	background: url('../gfx/arrow_white.gif') no-repeat;
	background-position: 170px 12px;
}
#navigation ul ul li a{
	color: #3465CB;
	width: 170px;
}
#navigation ul ul li a:hover{	
	background-color: #B4C4D3!important;
} 
/* level 3 */
#navigation ul ul ul {
	position:absolute;
	left: 180px;
	top: 0px;
	display: block;
	visibility:hidden;
}

/* ie6 näkyy ei näy */
#navigation ul li.over ul {
      display: inline;
      visibility: visible;  
}
#navigation ul li.over ul ul{
      display: none;
      visibility: hidden;  
}
#navigation ul ul li.over ul {
      display: inline;
      visibility: visible;
}


#unioni_lehti{
	overflow: hidden;
}
/* news */
.news_item {
	line-height: normal;
}
.news_item h2 {
	margin: 0;
	padding: 0;
}
.ext{
	clear: both;
}

