@charset "utf-8";
body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 21px;
	line-height: 36px;
	background-color: #f5f5f5;
	margin-top: 0px;
}
#container {
	width: 950px;
	background: #f5f5f5;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
#container h1 {
	position: absolute;
	top: -500px;
}

#header {
	position: relative;
	float: left;
	width: 850px;
	height: 160px;
	padding-left: 50px;
}
#logo {
	text-align: left;
	background-color: #f5f5f5;
	width: 425px;
	position: absolute;
	bottom: 40px;
}
#logo a img {
	border: 0px;
}
#navigation {
	font-size: 21px;
	text-align: right;
	background-color: #f5f5f5;
	width: 425px;
	position: absolute;
	right: 0px;
	bottom: 30px;
}
#navigation a {
	color: rgb(212,13,18);
	text-decoration: none;
}
#navigation a:hover {
	color: rgb(0,0,0);
	text-decoration: none;
}
#image {
	float: left;
	width: 850px;
	height: 425px;
	padding-left: 50px;
}
#show_thumb {
	float: left;
	width: 145px;
	height: 150px;
	padding-left: 0px;
}
#show_thumb_right {
	float: left;
	width: 125px;
	height: 150px;
	padding-left: 0px;
}
#image_show {
	float: left;
	width: 950px;
	height: 425px;
}
#text {
	position: relative;
	float: left;
	width: 850px;
	padding-left: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#text a {
	color: rgb(212,13,18);
	text-decoration: none;
}
#text a:hover {
	color: rgb(0,0,0);
	text-decoration: none;
}
#show_navigation {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	text-align: right;
	background-color: #f5f5f5;
	width: 120px;
	height: 20px;
	position: absolute;
	top: 11px;
	right: 1px;

}
#footer {
	text-align:center;
	margin-bottom: 40px;
}
.at {
	position: relative;
	bottom: -4px;
}
.kiitos {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	text-align:center;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 auto;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	margin: 0 auto;
}

form input[type=text]{
	width: 830px;	
	height:20px;
	padding: 9px;
	font-size:21px;
	font-family: 'Open Sans', sans-serif;
	border:1px solid black;
	margin-right:0px;
	margin-bottom:20px;
	background:rgb(250,250,250);
}

input.r {
	margin-left:19px;	
}

form textarea {
	width:	830px;
	padding:9px;
	height:105px;
	border:1px solid black;
	font-size:21px;
	font-family: 'Open Sans', sans-serif;
	background:rgb(255,255,255);
}

.submit {
	margin-top:20px;
	width:850px;
	height:40px;
	outline:none;
	border:none;
	color:rgb(212,13,18);
	background-color:rgb(212,13,18);
	background-image:url(/images/send_up.jpg);

}

form input[type=submit]:hover{
	width:850px;
	color:#f5f5f5;
	outline:none;
	border:none;
	color:#000;
	background-image:url(/images/send_down.jpg);
}