
* {
	margin:0;
	padding:0;
	}
html,  body {
	height:100%;
	}
body {
	color: #676767;
	font-size: 85%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-color: #000;
	text-align:center; /* horisontaalinen keskitys IE Win quirks */
	}
#distance {
	width:1px;
	height:50%;
	background-color:transparent;
	margin-bottom:-275px; /* puolet containerin korkeudesta */
	float:left;
	}
#container {
	background-image: url(../images/tausta.gif);
	margin:0 auto;
	text-align:left;
	height:550px;
	width:950px;
	clear:left;
	}
#content {
	position: relative;
	top: 85px;
	left: 20px;
	width: 650px;
	height: 395px;
	/*overflow: auto; content sivulle tulee scrolli jos menee yli*/
	padding: 10px 30px 10px 10px;
	border-right: 1px solid #333;
	}
#content2 {
	position: relative;
	top: 85px;
	left: 20px;
	width: 650px;
	height: 300px;
	/*overflow: auto; content sivulle tulee scrolli jos menee yli*/
	padding: 10px 30px 10px 10px;
	border-right: 1px solid #333;
}
#references {
	position: relative;
	left: 20px;
	width: 650px;
	height: 160px;
	padding: 10px 30px 10px 10px;
	border-right: 1px solid #333;
}
#imagetext {
	padding: 5px 0px 0px 0px;
	height: 40px;
}
#thumbs {
	padding: 5px 0px 0px 0px;
	height: 100px;
}	
img.thumbimage {
	border: 3px solid #333;
}

#index_content {
      	padding: 10px 30px 10px 10px;
	position: relative;
	top: 85px;
	left: 20px;
	width: 650px;
	height: 395px;
	border-right: 1px solid #333;
	}
#big_image {
       background-image: url("../images/index_front.jpg");
	background-repeat: no-repeat;
	padding: 250px 0px 10px 0px;
	position: relative;
	height: 375px;
	}
#big_image_kitchen {
       background-image: url("../images/kitchens_front.jpg");
	background-repeat: no-repeat;
	padding: 250px 0px 10px 0px;
	position: relative;
	height: 450px;
	}
#big_image_furnitures {
       background-image: url("../images/furnitures_front.jpg");
	background-repeat: no-repeat;
	padding: 250px 0px 10px 0px;
	position: relative;
	height: 450px;
	}
#big_image_public {
       background-image: url("../images/public_front.jpg");
	background-repeat: no-repeat;
	padding: 250px 0px 10px 0px;
	position: relative;
	height: 450px;
	}
#big_image_private {
       background-image: url("../images/private_front.jpg");
	background-repeat: no-repeat;
	padding: 250px 0px 10px 0px;
	position: relative;
	height: 450px;
	}

#big_image_text {
       background-color:#000000;
	filter:alpha(opacity=70);
	-moz-opacity:.50;
	opacity:.50;
	color: #fff;
	font-size: 85%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 10px 30px 10px 10px;
	position: absolute;
	left: 20px;
	height: 115px;
	width: 500px;
      /*overflow: auto;*/ 
	}

#lang {
	color: #676767;
	position: relative;
	top: 15px;
	left: 820px;
	width: 120px;
	height: 20px;
	margin-bottom: -20px;
	}
#lang a {
	color: #676767;
	font-weight: normal;
	text-decoration: none;
	}
#lang a:hover {
	color: #999;
	text-decoration: none;
	}
#sidebar {
	position: relative;
	top: 84px;
	right: 5px;
	width: 200px;
	float: right;
	}
#sidebar #navlist .uberlink {
	background-color: transparent;
	background-image:  url(../images/l1_active.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #fff;
	font-weight: bold;
	cursor: default;
	}
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 2em;
	}
#navlist a,  #navlist a:visited {
	display: block;
	padding: 0 0 0 63px;
	background-color: transparent;
	background-image:  url(../images/l1_down.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #333;
	text-decoration: none;
	}
#navlist a:hover {
	color: #676767;
	background-color: transparent;
	background-image:  url(../images/l1_over.gif);
	}
#footer {
	color: #676767;
	text-align: center;
	position: relative;
	top: 108px;
	width: 950px;
	height: 30px;
	}
#footer a {
	color: #676767;
	font-weight: normal;
	text-decoration: none;
	}

#footer a:hover {
	color: #999;
	text-decoration: none;
	}

img {
	border: solid 1px #333;
	}

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

a:hover {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
	}

p {
	line-height: 1.35em;
	margin-bottom: 1em;
	}
h1 {
	color: #999;
	font-size: 1.5em;
	font-weight: 900;
	margin: -0.5em 0 0.67em;
	}
h3 { color: #999; font-size: 1.1em; font-weight: bold; margin: 0.75em 0 0.35em; }
form { margin-top: 30px; }
label {
	text-align: right;
	display: block;
	width: 75px;
	float: left;
	margin-bottom: 10px;
	padding-right: 20px;
	}
form br {
	clear: left;
	}
.input { color: #676767; font-size: 100%; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #000; width: 200px; padding: 2px; border: solid 1px; outline-style: none; }
.textarea { color: #676767; font-size: 100%; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #000; width: 200px; height: 150px; padding: 2px; border: solid 1px; outline-style: none; }
.submit { color: #676767; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; margin-top: 3px; border: solid 1px; outline-style: none; display: block; }
