@charset "iso-8859-1";
/* CSS Document */
img
{
	border:none;
	}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	text-align: center;   /* horizontal centering hack for IE */
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	margin-top: 0px;
}
h1, .heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-variant: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-variant: normal;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
}

a:active, a:hover {
	text-decoration: none;
	color: #6c6c6c;
}
div#bgrdistance {
	visibility: hidden;
	width: 100%;
	height: 50%;	/* Bump div#background down half the height of the screen. */
	margin-top: -315px;	/* Half the height of div#background. */
	float: left;
}

#background {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 630px;
	background: url(../images/bgr.jpg) no-repeat center top;
	border: none;
	z-index: 0;
	clear: both;
	top: -315px;
	overflow: visible;
	/* IE4ever Hack: Hide from IE4 */
	position: static;
	/* end hack */
}

div#distance { 
	margin-top: -512px; /* half of content height */
	background: none;      /* temporary - used to see div */
	visibility: hidden;
	width: 100%;
	height: 50%;          /* required */
	float: left;          /* required */

}
div#centering {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	width: 1280px;     
	height: 630px;
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	background: none;
}


.content {
	width: 1280px;
	height: 630px;
}

.logo {
	z-index: 3;
	float: right;
	width: 372px;
	height: 91px;
	margin-top: 1px;
	margin-right: 200px;
	background: url(../images/logo.png) no-repeat;
}

.main {
	position: relative;
	width: 760px;
	height: 535px;
	background: url(../images/main-bgr.png);
	border: solid #fff 2px;
}

.main-shadow {
	float: left;
	width: 780px;
	height: 555px;
	margin: -25px 10px 10px 15px;
	background: url(../images/main-shadow.png);
}

.main-content {
	width: 740px;
	height: 535px;
	overflow: hidden;
	scrolling: none;
	padding: 0 15px 0px;
}
.ekarivi {
	padding-top: 15px;
}
.navi {
	float:left;
	margin-top: 20px;
/*	margin-left: 450px;*/
	margin-left: 33px;
}

.navi p {
	color: #000;
	margin-top: 15px;
}

/* Palautekaavake */

.button, button {
  border: 1px solid #999;
  height: 22px;
  font-size: 12px;
  padding: 0 7px 0 7px;
  margin-top: 2px;
  background: #ccc;
}
.button:hover {
  background: #ddd;
}

.inputbox {
  border: 1px solid #999;
  font-size: 13px;
  padding: 0;
  width: 270px;
}
.palautekaavake {
	border: none;
	padding: 0px;
	width: 375px;
}
.palautekaavake td {
	vertical-align: top;
	font-size: 11px;
}
.inputbox:focus, .inputbox:hover {
  background: #ddd;
}

/* Galleria */

.gallerytbl {
	width: 680px;
}
/* Palvelut */

.palvelut {
	float: left;
	margin: 0 20px 20px 0;
}
