@charset "ISO-8859-1";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(/img/bg.jpg) repeat-x #74aede;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* header */

#language_select {
	width: 885px;
	padding: 6px 15px 6px 0;
	text-align: right;
}

#language_select img {
	margin-left: 5px;
}

#header_winter {
	width: 900px;
	height: 250px;
	background: url(/img/header.winter.jpg) no-repeat;
}

/* content_wrappers */
#content_wrapper {
	background: url(/img/bg.content.jpg) repeat-x #fff;
}

#content_bottom_wrapper {
	clear: both;
}

/* navigation */

#navigation { 
	width: 180px;
	border-top: 1px solid #fff;
	float: left;
	margin: 0;
	padding: 0;
} 
#navigation ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
} 
#navigation li { 
	border-bottom: 1px solid #fff; 
} 
#navigation li a:link, #navigation li a:visited  { 
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	display: block; 
	padding: 0.4em 0; 
	background-color: #4171b1;
	color: #FFFFFF; 
	text-decoration: none;
	text-align: center;
}
#navigation li a:hover { 
	background-color: #09F;
	color: #FFFFFF; 
}

#navigation ul.subnavi li { 
	border-bottom: 1px solid #fff; 
} 
#navigation ul.subnavi li a:link, #navigation ul.subnavi li a:visited  { 
	width: 180px;
	font-size: 11px;
	font-weight: bold;
	display: block; 
	padding: 0.3em 0; 
	background-color: #39C;
	color: #FFFFFF; 
	text-decoration: none;
	text-align: center;
}
#navigation ul.subnavi li a:hover { 
	background-color: #09F;
	color: #FFFFFF;
}


/* contact information */

#contact_information {
	font-size: 11px;
	background: url(/img/bg.contact.jpg) repeat-x;
	padding: 1em 0;
	text-align: center;
}

/* news */
#news_box {
	float: right;
	width: 210px;
	background: url(/img/bg.content.jpg) repeat-x;
}

#news {
	width: 210px;
	background: white;
	border: 0px solid #CCC;
}

#news_header {
	padding: 7px 15px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	background: #4171b1;
}

#news_content {
	width: 180px;
	padding: 0 15px 15px 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

.news_date {
	color: #999;
	padding-top: 15px;
}

.news_content_header {
	padding-top: 15px;
	color: #F00;
	font-weight: bold;
}

#news a {
	color: #06C;
}

/* content */

#content_narrow {
	width: 450px;
	padding: 20px 24px 5px 30px;
	margin-left: 180px;
}

#content_wide {
	width: 660px;
	padding: 20px 30px 5px 30px;
	margin-left: 180px;
}

#gallery img {
	float: left;
	margin: 0 10px 10px 0;
}

/* huoneistot */

.huoneisto_box {
	width: 300px;
	height: 90px;
	padding: 10px 15px;
	min-height: 80px;
	margin-bottom: 10px;
	background: url(/img/bg.huoneisto.box.jpg) repeat-y;
	float: left;
}

.huoneisto_box_img {
	float: left;
	margin-right: 10px;
}

.huoneisto_box_header a {
	font-size: 13px;
	font-weight: bold;
	color: #4171b1;
	text-decoration: none;
}

.huoneisto_box_header a:hover {
	text-decoration: underline;
}

.huoneisto_box_content {
	margin-top: 10px;
}

.huoneisto_box_wrapper {
	clear: both;
}

#imagebox {
	width: 255px;
	float: right;
	margin: 0 0 15px 15px;
}

#imagebox img.grid {
	padding: 5px 5px 0 0;
	float: left;
}

/* form */

#text1 {
	width: 180px;
	border: 1px solid #999;
	padding: 2px;
}

#textarea {
	width: 180px;
	height: 70px;
	border: 1px solid #999;
	padding: 2px;
}

#submit {
	width: 120px;
	border: 1px solid #666666;
	background: #f0f0f0;
	color: #666666;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 2px; }
	
/* ajankohtaista */
.news_front_item {
margin: 5px 0;
line-height: 17px;
}

/* footer */

#footer {
	width: 900px;
	height: 18px;
	margin: 0 auto;
	padding: 23px 0 15px 0;
	color: white;
	font-size: 11px;
	text-align: center;
	background: url(/img/bg.footer.jpg) no-repeat;
}

#footer a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

