body {
	background-color: #ffffff;
	background-image: url("../kuvat/gen_patka2.jpg");
	background-repeat: repeat-y;
	color:#00274f;
	/*margin-left:12px;*/
	font-size: 0.8em;
	font-family: Arial, serif;
}

h1{
	color: #000000;
	text-align: center;
	font-size: 2.5em;
	width:100% ;
	border-style:double none double;
	border-color:#323266;
	margin-top: 20px;
}

h2{
	color: #000000;
	font-size: 1.6em;
}

h3{
	color: #000000; 
	font-size: 1.3em; 
}

hr {
	width:100%;
	color:#323266;
	background-color: #323266;
	height: 2px;
}

table{
	/*width: 50%;*/
	max-width: 60%;
	/*
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #323266*/
}

th, td{
	text-align: left;
	/*
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #323266;*/
	vertical-align: top;
	padding: 4px;
	font-size: 0.8em;
}

ul{
	list-style-type: none;
}

.nobor, .nobor th, .nobor td{
	margin: auto;
	border: none;
	vertical-align: text-top;
	padding: 6px;
}

ul.nomar{
	margin-left: 0;
}

td.fill{
	width: 10%;
}

#linkit{
	position:absolute;
	left:12px;
	top: 12px;
	color:#ffffff;
	font-family: Arial, serif;
	width:190px;
}

#linkit a{
	color: #ffffff;
	font-weight: bold;
	font-size: 17px; /* tämä on hieman arvaluttava 1.1em */
	background-color: #323266;
	text-decoration: none;
	padding: 2px;
	margin-bottom: 12px;
}

#linkit ul{
	text-align: right;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 30px;
	padding: 2px;
}

#linkit li{
	margin-top: 12px;
}

#oikea{
	position:absolute;
	right:0px;
	top:12px;
	width:230px;
	background-color: #ffffff;
}

#sisalto{
	position:relative;
	margin-left:200px;
	margin-right: 230px;
	min-height: 600px;
}
/* sisalto2 käytetään sivuilla missä ei ole oikean reunan palkkia 
eli siis useimmilla sivuilla */
#sisalto2{
	position:relative;
	margin-left:200px;
	margin-right: 2%;
}
/* sisalto3 käytetään aittasivuilla missä ei ole oikean reunan palkkia, 
mutta halutaan oikea ja vasen marginaali leveämmäksi */
#sisalto3{
	position:relative;
	margin-left:250px;
	margin-right: 200px;
	min-height: 600px;
}

#sisalto2 ul{
	padding-top: 10px;
	margin-left: 55px;
	min-height: 60px;
}

#alaosa{
	clear: both;
	background-color: #ffffff;
	margin-left: 185px;
	text-align: center;
	margin-top: 40px;
}

/* kuvien perusasemoinnit */
.keski{
	text-align: center;
}
.vas{
	margin: 10px;
	float: left;
	max-width: 50%;
	clear: both;
}
/* Huomaa, että float asemoidun kuvan sisältävällä divillä ei saa olla taustaväriä. */
/* IE kelluttaa kuvan muuten taustavärin alle */
.oik{
	margin: 10px;
	float: right;
	max-width: 50%;
	clear: both;
}

#sisalto ul{
	margin-left: 30px;
	min-height: 50px;
}
#sisalto li{
	margin-left: 50px;
}

.acerotin{
	display: none;
}

.huomio{
	border-style: dashed;
	border-width: 2px;
	border-color: #4444ee;
	padding: 3px;
}

@media print{
	#linkit{
		display: none;
	}
	#sisalto, #sisalto2{
		margin-left: 0px;
	}
}