html {
    font-family: segoe ui;
}

body {
    margin:0;
    margin-bottom:50px;
}

div.main {
    max-width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
}

div.header {
    display: block;
    background-image: url('pics/header.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    min-width: 1000px;
    background-color: #4f4f4f;
}


div.jana{
    position: relative;
    top: 20px;
    margin: 0 auto;
    padding-top: 20px;
    max-width: 620px;
    min-width: 620px;
    padding-bottom: 50px;
}

div.yhteenveto {
    float:left;   
    margin: 0 auto;
   
    max-width: 1000px;
    min-width: 1000px;
    background-color: silver;
}

div.jana img {
    width: 60px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: top;
    
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


div.col1 {
    width: 400px;
    float: left;
    padding-left: 50px;
     padding-right: 50px;
    
}
div.col2 {
    width: 400px;
    float: left;
     padding-left: 50px;
     padding-right: 50px;
    
}

div.col1 p, div.col2 p {
    text-align: left;
}

h2 {
    font-size: 20px;
}


.v_div {
	display: block;
	float: left;
	width: 250px;
	text-align: left;
	margin-left:50px;
}

.v_div b {
	color: black;
}

h1.hinta {
	font-size: 60px;
}

.form-style-6{
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 400px;
    margin: 10px auto;
    padding: 16px;
    background: #F7F7F7;
}
.form-style-6 h1{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px grey;
    padding: 3%;
    border: 1px solid grey;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: red;
    border-bottom: 2px solid red;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: grey;
    border-bottom: 2px solid grey;
}