﻿/* CSS Document */

body {
	background-color:#EFEFEF;
	font-family:"Trebuchet MS", sans-serif;
	}
	
a
{
	color: indianred;
	text-decoration: none;
}
	
a:hover
{
	color: darkslateblue;
}

.riviotsikko
{
	font-weight: bold;
	background-color: lightsteelblue;
}

.yho
{
	text-transform: uppercase;
	text-decoration: underline;
}

.sisennys
{
	left: 24px;
	position: relative;
}

#main_container {
	width:80%;
	border: #000000 1px solid;
	margin: 0 auto;
	background-color:#FEFEFE;
	}
	
#header {
	height:124px;
	width:100%;
	background-image: url(jyske.gif);
	background-repeat: no-repeat;
	}
	
h1
{
	font-size: 30px;
	margin: 10px 20px 0px 0px;
	vertical-align: middle;
	font-family: Impact, Arial, Helvetica, sans-serif;
}
	
h1.keskitetty
{
	font-size: 30px;
	margin: 10px 20px 0px 0px;
	vertical-align: middle;
	font-family: Impact, Arial, Helvetica, sans-serif;
        text-align: center;
}

h2 {
	padding-left: 5px;
	margin: 10px 20px 0px 0px;
	}
	
p
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: medium;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 10px;
	text-align: justify;
}

h3.keskitetty
{
	margin: 10px 20px 0px 0px;
	vertical-align: middle;
        text-align: center;
}


#navigation {
	width:100%;
	border-top:  #000000 1px solid;
	border-bottom: #000000 1px solid;
	text-align:center;
	}
#navigation a {
	padding:20px;
	}
	
#content {
	width: 100%;
	margin: 10px 10px 10px 10px;
}
	
#footer {
	width:100%;
	border-top:  #000000 1px solid;
	text-align:center;
	font-size:9px;
	}
	


