@charset "utf-8";
/* CSS Document */

body {
	font-size: 18px;
	color: #333;
	background-image:url(../images/bg.png);
	background-repeat: repeat-x;
	background-color:#004d83;
}

h1 {
	font-size: 32pt;
	color:#006699;	
}

h2 {
	font-size: 26pt;
}

h3 {
	font-size: 22pt;
	font-weight:400;	
}

h4 {
	font-size: 16pt;
	font-weight:500;
}

.navi {
	padding-top:10px;
	padding-bottom:5px;
	font-weight:400;
	background-color:#000;
}

a:hover {
	color:#b71717;
}

.top {
	padding-top: 20px;
	background-color:#004d83;
	height:110px;
	padding-left:18px;
}

.top h1 {
	color:#fff;
	font-weight:500;
}

/* Karusellin alalaidan taustaväri */
.slider .container {
	background-color:#CCC;	
}

.main .container {
	min-height: 90vh;
	background-color:#FFF;
	padding: 35px;
	-moz-box-shadow:    0px 16px 16px 0px #000;
	-webkit-box-shadow: 0px 16px 16px 0px #000;
	box-shadow:         0px 16px 16px 0px #000;
}

.oikea {
	line-height:normal;	
	font-size: 12pt;
	font-weight:400;
}