/* 
	KOAS
	----
	CSS Styles v 1.0
	13.2.2006 Mikko Hopia, Visualway Design Oy
	
	Content:
	- Layout
	- Main menu
	- Headers
	- Text
	- Links
	- Images
	- Forms
	- Lists
*/
@import url(main.css);
/* 
	Layout
	------
*/
div#wrap {
	background: #fff url(../img/ui/bg_wrap.jpg) no-repeat;
}
div#menuwrap {
	position: relative;
	margin-left: 45px;
	background: #110A0C url(../img/photos/etusivun_kuva4.jpg) no-repeat;
	width: 932px;
	min-height: 550px;
	_height: 550px;
	text-align: left;
}
div#news {
	position: absolute;
	top: 0;
	height: 550px;
	overflow: hidden;
	left: 553px;
	/*padding: 82px 25px 5px 25px;*/
	text-align: left;
	width: 379px;
	color: #C6C8CA;
}
div#aukioloajat {
	background: #62C4EA;
	color: #fff;
	width: 379px;
}
div#puhekupla {
	position: absolute;
	top: 244px;
	left: 332px;
	background: url(../img/ui/bg_puhekupla.gif) no-repeat;
	/*width: 207px;*/
	width: 173px;
	height: 182px;
	padding: 39px 17px 0 17px;
}
div#vapaitaasuntoja {
	position: absolute;
	top: 494px;
	left: 41px;
	background: url(../img/banners/uudetopiskelijat.jpg) no-repeat;
	width: 345px;
	height: 182px;
	text-indent: -9999px;
	overflow: hidden;
}
div#osoite {
	position: absolute;
	top: 459px;
}	
div#koassi {
	position: absolute;
	top: 448px;
	left: 335px;
	background: url(../img/banners/koassilehti3.jpg) no-repeat;
	width: 218px;
	height: 217px;
	text-indent: -9999px;
	overflow: hidden;
}
div#footer {
	margin-left: 45px;
	background: #9FA1A4;
	width: 932px;
	height: 83px;
	text-align: right;
}
div#copyright {
	background: url(../img/ui/copyright.gif) top right no-repeat;
	height: 20px;
	text-indent: -9999px;
}
div#network {
	float: right;
	background: url(../img/banners/kohdekartta.gif) no-repeat;
	height: 83px;
	width: 379px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}

div#news p {
	padding: 0 10px 0 25px;
	margin: 0 0 10px 0;
}

/* 
	Headers
	-------
*/
h1#koaslogo {
	position: absolute;
	top: -9px;
	left: 801px;
	width: 141px;
	height: 122px;
	background: url(../img/ui/koaslogo.gif) no-repeat;
	text-indent: -9999px;
}
div#news h2 {
	padding: 82px 25px 5px 25px;
}

div#news h3 {
	padding: 0 25px 5px 25px;
}
/* 
	Links
	-----
*/
div#search a {
	display: block;
	height: 148px;
}
div#talonmies a {
	display: block;
	height: 106px;
}
div#vapaitaasuntoja a {
	display: block;
	height: 182px;
}
div#koassi a {
	display: block;
	height: 217px;
}
div#network a {
	display: block;
	height: 85px;
}
div#news a {
	color: #EF058F;
}

/* 
	Tables
	------
*/

table#newstable {
	width: 100%;
}

table#newstable td {
	vertical-align: top;
	padding-bottom: 3px;
}

table#newstable td.newsdate {
	padding-right: 3px;
}