@charset "ISO-8859-1";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(taustakuva.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#koko {
	width: 773px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(sami_header.png);
	background-repeat: no-repeat;
	height: 169px;
	width: 773px;
}
#sivupalkkikuva {
	background-image: url(sami_sivu_2.png);
	background-repeat: no-repeat;
	float: left;
	height: 390px;
	width: 294px;
}
#sisalto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	width: 445px;
	margin-left: 300px;
	padding:10px;
}
#footer {

	height: 145px;
	width: 770px;

}
#clear {
	clear: both;
}
#sisalto h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	letter-spacing: 1px;
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-left: 50px;
	margin-top:60px;
	padding: 0 0 0 0px;
	list-style-type: none;
	height: 40px;

}
#menu li {
	float: left;
	margin: 0;
				
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	line-height: 40px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}
#menu li a:hover, #menu li.active a {;
	color: #fff;

}


#navi {
	height: 45px;
	position: relative;
	top: 30px;
	left: 150px;
}

#footer_ala {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:20px;
	color:#999;
	font-size:11px;


}

.cssform label{
	font-weight: bold;
	float: left;
	width: 70px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 130px;
	border: 1px solid #666;
	background-color:#000;
	color:#fff;
}



.cssform textarea{
	width: 250px;
	height: 80px;	
	background-color:#000;
	border: 1px solid #666;
	color:#fff;
}

.cssform input[type="text"]:focus {
	border: 1px solid #666;
	background-color:#333;
	color:#CCC;
	color:#fff;
}


.cssform textarea:focus {
	border: 1px solid #666;
	background-color:#333;
	color:#CCC;
	color:#fff;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

#footer a img {
	border: 1px solid #333;
}

#footer a:hover img {
	border: 1px solid #999;
}
#sisalto a img {
	border: 1px solid #333;
}

#sisalto a:hover img {
	border: 1px solid #999;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration:none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration:none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

.fb {
	position: relative;
	top: 80px;
	left: 720px;
	height:30px;
	width:30px;
	border: 0px;


}
.fb:hover {
	background:url(fb_icon_hover.jpg);
	background-repeat:no-repeat;
	border: 0px;
	height:30px;
	width:30px;

}
