@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	font-family: 'Open Sans', sans-serif;
	background-image: url(kuvat/top.png);
}
#laatikko {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#wrap {

}

#logo {
	float: left;
	margin-left: 15px;
}
ul#linkit {
	display: block;
	float: right;
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#linkit li {
	float: left;
	display: block;
}
ul#linkit li a {
	display: block;
	float: left;
	padding: 10px;
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #6BB74F;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
	font-size: 36px;
	color: #6BB74F;
}
.clear {
	clear: both;
}
.header {
	height: 255px;
	width: 935px;
	background-image: url(kuvat/code.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	background-position: center;
}
.boxes {
	height: 250px;
	width: 960px;
	margin-bottom: 15px;
}
.boxes .box {
	width: 275px;
	background-color: #58993F;
	padding: 15px;
	height: 220px;
	float: left;
	margin-left: 10px;
	color: #FFF;
	font-size: 22px;
}
.box h2 {
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
#content {
	padding: 15px;
	margin-right: 15px;
	margin-left: 10px;
	background-color: #F3F3F3;
}
#content h1 {
	color: #58993F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#footer {
	margin-right: 15px;
	margin-left: 10px;
	padding: 15px;
	background-color: #58993F;
	color: #FFF;
	font-size: 16px;
	height: 32px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}
#linkit li a:hover {
	background-color: #58993F;
	color: #FFF;
}
small {
	font-size: 12px;
	color: #999;
	display: block;
	float: left;
}
.boxes .box p {
	display: block;
}
#content img {
	border: 3px solid #FFF;
	margin-bottom: 10px;
	margin-right: 10px;
}
img.profile {
	float: left;
}
#logo h1 a, #logo h1 a:hover, #logo h1 a:visited {
	text-decoration: none;
	color: #6BB74F;
}
#content .service {
	background-color: #6BB74F;
	color: #FFF;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #FFF;
	margin-top: 15px;
	width: 70%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#content .service h3 {
	margin: 0px;
}
#content .service a {
	color: #FFF;
}


input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('images/bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label { 
	margin-left: 10px; 
	color: #999999; 
}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #7CBC3C;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.red {
	color: #F00;
	font-weight: bold;
}
strong {
	color: #58993F;
}
#footer h4 {
	margin: 0px;
	padding: 0px;
}
#footer ul {
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#footer ul li {
	display: block;
	float: left;
}
#footer ul li a {
	display: block;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	float: left;
	margin-right: 15px;
}
#footer ul li a:hover {
	color: #58993F;
	background-color: #FFF;
}
#footer img {
	margin-left: 10px;
	float: right;
}
#footer p {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
.cert {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
