

/* Elements */

* {
	margin: 0;
	padding: 0;
}

body {
	background: none;
	font: normal small Arial, Helvetica, sans-serif;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, ol, ul {
	margin-bottom: 1em;
	line-height: 180%;
}
a {
	color: black;

}
a:hover {
	text-decoration: none;
	color: #181818;
}
a img {
	border: none;
	
}

/* tekstit */

.leipis { /* NORMAALI TEKSTI, ENSIM. KAPPALE */
	padding: 2em 2em 2em 2em;
}

.leipis h2 {
	margin-bottom: 0.5em;
	font-size: 1.6em;
	color: #181818;
}

.leipis h3{
	margin-bottom: 0.5em;
	font-size: 1.2em;
	color: #181818;
}
.leipis-huom { /* KIIREELLISET ILMOITUKSET */
	clear: both; /* MÄÄRITTÄÄ KAPPALEEN ALKAMAAN UUDELTA RIVILTÄ KUVAN JÄLKEEN */
	padding: 0em 1em 1em 2em;
	border-top: 1px dashed #C0C0C0;
	color: black;
}
.leipis-jatko { /* NORMAALI KAPPALE */
	clear: both; /* MÄÄRITTÄÄ KAPPALEEN ALKAMAAN UUDELTA RIVILTÄ KUVAN JÄLKEEN */
	padding: 0em 1em 1em 2em;
	border-top: 1px dashed #C0C0C0;
}

.leipis-jatko h3{
	margin-bottom: 0.5em;
	font-size: 1.2em;
}

.viite{
	color: black;
	font-size: smaller;

}

/* Wrapper */

#wrapper {
	width: 840px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
}

/* Header */

#header {
	display:none;
}

/* Content */

#content {
	background: url(images/img3.jpg) repeat-y;
}

#colOne { /* ISO PALSTA */
	float: left;
	width: 600px;
	padding-left: 0px;
	background: url(images/img4.jpg) no-repeat;
}
#colOne ul {
	padding-left: 0em;
	list-style: none;
}
#colTwo { /* PIENI PALSTA */
	display: none;
}

#colTwo h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

#colTwo ul {
	padding-left: 0em;
	list-style: none;
}

/* Menu */

#menu {
	height: 35px;
	display: none;
}

#menu ul {
	float: left;
	padding: 15px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 15px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;

}

img {
	display: none;

img.left {
	float: left;
	margin: 15px 15px 0 0;
}

img.right {
	float: right;
	margin: 15px 0 0 15px;
}
#clear { /* ALOITTAA UUDEN KAPPALEEN KUVAN ALTA */
	clear: both;
}
/* Footer */

#footer {
	background: url(images/img6.jpg) no-repeat;
}

#footer * {
	color: #181818;
}

#footer p {
	text-align: left;
	width: 600px;
	padding-left: 0px;
	font-size: smaller;
}