html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	text-align: left;
	background-color: #ccccff;
	background-image: url(tausta.jpg);
	background-repeat: repeat-y;
}

#taustataija {
	position: absolute;
	top:0px;
	margin-top:0px;
	margin-left:200px;
	height: 510px;
	width: 824px;
	background-image: url(taustataija_4.jpg);

}

#taustataija #yhttiedot2 {
	padding: 125px 0px 0px 30px;
	font-family: verdana, cursive;	
	line-height: 150%;
}

/* yläosa */
#header {
	width: 200px;
}

/* iso navigointi vasemmalla */
#navigation {
	width: 170px;
	font-weight: bolder;
	padding: 35px 8px 8px 10px;
	position:absolute;
	left:0;
	top:200;
}

#content {
	margin-left: 200px;
	line-height: 150%;
	font-family: Calligraph421 BT, cursive;
	padding-bottom: 30px;
}

#content.yhttiedot {
	font-family: verdana, cursive;	
}

#content .padding {
	padding: 5px 25px 25px 25px;
}

#content .image {
	padding: 5px;
	border: 0;
}

#content .mina {
	padding: 0px 25px 25px 25px;
}

/* alaosa */
#footer {
	background: orange;
	width: 98%;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	border-top: 1px solid #efefef;
	padding-top: 5px;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 5px;
	line-height: 18px;
	position:fixed;
	bottom:0%;
}
/* alaosan pikkunavigointi */
#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

#footer #copyright {
	padding: 0;
}

.floatright {
	float:right;
}

.niabullet {
	margin-right: 0.5em;
	border: 0;
}

p {
	padding-bottom: 5px;
	padding-top: 5px;
}

p.huom {
	float: right;
	top: 450px;
	right: 250px;
	width: 400px;
	position: absolute;
}

p.huom:first-line {color: red;}

p.tapahtuma {
	padding-bottom: 50px;
}

table {
	font-family: verdana, Arial, Helvetica, sans-serif;
}

table#tunnit {
	border-width: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: red red red red;
	border-collapse: separate;
	background-color: white;
}

table#tunnit th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: #FFFFCC;
}

table#tunnit td { 
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: #FFFFCC;
}

/* linkit */
a.normi:visited  {color: #660099; text-decoration: none}
a:visited  {color: #555555; text-decoration: none}
a:link  {color: #0033FF; text-decoration: none}
a:hover   {color: #FF0000; text-decoration: none}
a:active  {color: #C0FFC0; text-decoration: none}