* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	color:#333;
	background-image: url(kuvat/taustavarjo.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 980px;
}



/************* COMMON RULES **********************************************************/

h1 {
	font-size: 26px;
	padding-bottom: 20px;
	padding-top: 65px;
	line-height: 36px;	
}

h2 {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 3px;
}

a {
	text-decoration: none;
	color:#333;
}

p {
	font-size: 13px;
	line-height: 22px;
}



/************* HEADER **********************************************************/
#header {
	height: 260px;
	background-image: url(kuvat/header.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	color: #693;
	margin-left: 10px;
	padding: 12px 0px 0px 35px;
}



/************* CONTENT **********************************************************/

#content {
	float: left;
	margin-top: -50px;
	margin-left: 75px;
	width: 580px;
}

#content img {
	float: right;
	padding-top: 40px;
}

#content p {
	padding-right: 20px;
}

#textbox {
	width: 510px;
	border: 4px solid #693;	
	padding: 30px 15px 30px 45px;
}

#textbox p {
	font-size: 13px;
}

.tekstilinkki {
	color: #693;
	font-size: 13px;
	text-decoration: underline;
}



/************* NAVI1 **********************************************************/
#navi1 {
	position: relative;
	top: -50px;
	left: 40px;
	width: 910px;
}

#navi1 ul {
	list-style-type: none;
}

#navi1 ul li {
	float: left;
	background-image: url(kuvat/valilehti.gif);
	background-repeat: no-repeat;
	height: 38px;
}

#navi1 ul a {
	font-size:13px;
	display: block;
	width: 128px;
	padding-top: 12px;
	text-decoration: none;
	text-align: center;
}

#navi1 a:hover {
	background-image: url(kuvat/valilehti_hover.gif);
	background-repeat: no-repeat;
	height: 28px;
	color: #693;
	text-transform: uppercase;
	display: block;
}

.valittu1 {
	background-image: url(kuvat/valilehti_hover.gif);
	background-repeat: no-repeat;
	height: 28px;
	color: #693;
	text-transform: uppercase;
}

#navi1border {
	position: absolute;
	top: 260px;
	left: 10px;
	width: 960px;
	background-image:url(kuvat/border.gif);
	background-repeat: repeat-x;
}



/************* NAVI2 **********************************************************/

#navi2 {
	float: left;
	padding-top: 55px;
	margin-left: 35px;
	width: 190px;
}

#navi2 ul {
	list-style-type: none;
	padding-left: 25px;
}

#navi2 li {
	padding-bottom: 10px;
}

#navi2 a {
	font-size: 12px;
	display: block;
}

.valittu2 {
	font-style: italic;
	color: #693;
}


#navi2 a:hover {
	font-style: italic;
	color: #693;
	display: block;
}



/************* NAVI3 **********************************************************/

.navi3 li {
	padding-bottom: 10px;
}

.navi3 a {
	display: block;
}

.valittu3 {
	font-style: italic;
	color: #693;
}


.navi3 a:hover {
	font-style: italic;
	color: #693;
	display: block;
}



/************* FOOTERS **********************************************************/

#footer1 {
	color: #FFF;
	clear: both;
	text-align: center;
	height: 40px;
	width: 960px;
	background-image: url(kuvat/footer1.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	margin-left: 10px;
}

#footer2 {
	padding-bottom: 20px;
}

#footer2 ul {
	list-style-type: none;
	padding-left: 50px;
}

#footer2 ul li {
	float: left;
	height: 70px;
	padding: 20px 80px 40px 30px;
}



/************* NAVI2 LINES **********************************************************/

#upperline {
	position: relative;
	top: 30px;
	left: 10px;
	width: 230px;
	height: 1px;
	border-top: #693 solid 4px;
	margin-top: 30px;
}

#lowerline {
	position: relative;
	left: -25px;
	bottom: -30px;
	width: 170px;
	border-top: #693 solid 4px;
	padding-bottom: 50px;
}



/************* LISTAT **********************************************************/

.numerolista {
	padding-left: 20px;
}

.numerolista li {
	list-style-type: decimal;
	font-size: 13px;
	line-height: 22px;
}

.tekstilista {
	padding-left: 20px;
	font-size: 13px;
	line-height: 22px;
}

.varautuminenlista {
	padding-left: 30px;
}

.varautuminenlista li {
	list-style-type: disc;
}



/************* TAULUKKO **********************************************************/

table td {
	padding: 15px;
	border: 4px solid #693;
	font-size: 13px;
}
