
body {
	font-family: verdana, sans-serif, helvetica;
	font-size: 11px;
	color: #ff0000;
}

img {
	border: none;
}

ul {
	color: #000000;
}

br {
	clear: both;
}


/*******************************************
 *
 * Sivuston esitysrakenteen tyylimääritykset
 *
 * superframe	apurakenne, joka kehystää koko sivuston
 * header		otsakepalkin tyylimääritykset (otsakekuva)
 * content		sisältölaatikon tyylimääritykset
 * footer		pohjapalkin tyylimääritykset
 *
 *******************************************/

#superframe {
	width: 800px;
	margin: 0 auto 5px auto;
	padding: 0;
}

#header {
	background-image: url("../img/header.png");
	background-repeat: no-repeat;

	width: 800px;
	height: 150px;
}

#navi {
	position: relative;
	width: 400px;
	height: 60px;
	left: 300px;
	top: 75px;
}

#content {
	background-color: #ffffff;
}

#footer {
	background-image: url("../img/footer.png");
	background-repeat: no-repeat;
	width: 800px;
	height: 42px;
	margin-top: 20px;
}

.thinpg {
	position: relative;
	float: left;
	width: 188px;
	padding: 0 10px 0 10px;
	height: 100%;
}

.pg {
	position: relative;
	float: left;
	width: 265px;
	padding-left: 20px;
	margin: 0 0 0 10px;
}

.doublepg {
	position: relative;
	float: left;
	width: 561px;
	padding-left: 20px;
	margin: 10px 0 0 10px;
	border: 0 solid;
}

.doublepg_unbound {
	position: relative;
	float: left;
	width: 561px;
	padding-left: 20px;
	margin: 10px 0 0 198px;
	border: 0 solid;
}

td.navibotton {
	width: 154px;
	padding: 0 10px 0 0;
}


/*
 * Yhteystiedot
 */
table.yhteystieto {
	width: 260px;
	color: #000000;
}

.yhteystieto td {
	padding: 5px;
	border: 0;
}