
* {
		
}

body {
	font: 12px/17px "Trebuchet Ms", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #58585a;
	background-color: #000000;
	background-image: url('../images/background.jpg');	
	background-repeat: no-repeat;
	background-position: top center;
}

a:link {color: #000000; text-decoration: underline; }
a:visited {color: #000000; text-decoration: underline; }
a:active {color: #000000; text-decoration: underline; }
a:hover {color: #000000; text-decoration: none; }

div#container {
	width: 957px;
	margin: 0 auto;
	padding-top: 200px;
}

.center {
	display: block;
    margin-left: auto;
    margin-right: auto;	
}

div#logo {
	padding-bottom: 25px;
	width: 957px;
	margin: 0 auto;
}

/* Navigation */

div#navigation {
	width: 957px;
	height: 49px;
	margin: 0 auto;
}

div.naviButton {
	float: left;	
}

/* rgroup_finland */
.rgroup_finland {
	position: relative;
	display: block;
	width: 233px;
	height: 49px;
	background: url(../images/navi_rgroup_finland.gif);
}
	
.rgroup_finland * {
	display: none;
}
	
.rgroup_finland span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 233px;
	height: 49px;
	background: url(../images/navi_rgroup_finland.gif) 0 -49px no-repeat;
}

/* reporakennus */
.reporakennus {
	position: relative;
	display: block;
	width: 212px;
	height: 49px;
	background: url(../images/navi_reporakennus.gif);
}
	
.reporakennus * {
	display: none;
}
	
.reporakennus span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 212px;
	height: 49px;
	background: url(../images/navi_reporakennus.gif) 0 -49px no-repeat;
}

/* repokiinteistot */
.repokiinteistot {
	position: relative;
	display: block;
	width: 230px;
	height: 49px;
	background: url(../images/navi_repokiinteistot.gif);
}
	
.repokiinteistot * {
	display: none;
}
	
.repokiinteistot span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 230px;
	height: 49px;
	background: url(../images/navi_repokiinteistot.gif) 0 -49px no-repeat;
}





