@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/tausta.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom right;
	
	width: 940px;
	margin: 0 auto;
		
}

#container {
	width: 100%;
	height: 680px;
	margin-top: -30px;
	
	background-image: url(images/pohja.png);
	background-repeat: no-repeat;
}

/* TEKSTIMÄÄRITYKSET */

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
}


.content a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #004FB4;
	text-decoration:none;
}

.content a:hover {
	color:#AA0034;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 34px;
	line-height: 120%;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 120%;
	color: #004FB4;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

/* HEADER */

.header {
	padding: 50px 80px 0px 90px;
}



/* MENUN MÄÄRITYKSET */

#menu li {
	float: left;
	margin: 0.4em 0.4em;
	list-style:none;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size: 11px;
	letter-spacing: 0.10em;
	font-weight:bold;
	margin-bottom: 13px;
}


.chosen_menuitem {
	float: left;
	margin: 0.4em 0.4em;
	list-style:none;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size: 11px;
	letter-spacing: 0.10em;
	font-weight:bold;
	color: #004FB4;
}

#menu li a {
	color: #333333;
	text-decoration: none;
}

#menu li a:hover {
	color: #AA0034;
}

.content {
	position: relative;
	padding: 50px 450px 5px 100px;
}

.scroll-content {
	position: absolute;
	width: 770px;
	height: 400px;
	overflow:auto;
}


/* FOOTER */

.footer {
	position: absolute;
	top: 565px;
	padding: 10px 10px 10px 100px;
}

.footer p, .footer a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:#999999;
	text-decoration:none;
}

.footer a:hover {
	color: #AA0034;
	text-decoration: underline;
}

/* SIVUKOHTAISET MÄÄRITYKSET */

#etusivu_painikkeet {
	position: relative;
	padding: 60px 0px 5px 97px;
}

#etusivu {
	background-image: url(images/etusivu.jpg);
	background-repeat: no-repeat;
	height: 500px;
	background-position: center;
}

#uudiskohde {
	background-image: url(images/uudiskohde.jpg);
	background-repeat: no-repeat;
	height: 500px;
	background-position: center;
}

#saneeraus {
	background-image: url(images/saneeraus.jpg);
	background-repeat: no-repeat;
	height: 500px;
	background-position: center;
}

#referenssit {
	background-image: url(images/sininen_pohja.jpg);
	background-repeat: no-repeat;
	height: 500px;
	background-position: center;
}



#yhteystiedot {
	background-image: url(images/yhteys.jpg);
	background-repeat: no-repeat;
	height: 500px;
	background-position: center;
}



/* REFERENSSIT-SIVU */

.thumbs {
	padding: 0px 4px;
}

.thumbs p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

.thumbs a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: 004FB4;
}

.thumbs ul {
	color: #333333;
	list-style: outside;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
}


/* LIGHTBOX-KUVAT*/
#lightbox {
	background-color: #FFFFFF;
	padding: 10px;
	border: 2px solid #003366;
}
	
#lightboxDetails {
	font-family: Tahoma, Geneva, serif;
	font-size: 12px;
	color: 003366;
	padding-top: 0.4em;
}
	
#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#lightbox img {
	border: none;
} 

#overlay img {
	border: none;
}





/* YHTEYDENOTTOLOMAKE*/

.lomake {
	background-image:url(images/etusivu.jpg);
	background-position: center;
	background-repeat: no-repeat;
/*	height: 740px;
	/*width: 620px;*/
	padding: 50px 40px 20px 100px;
	
		font-family:  Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}

.lomake h2 {
	color: #FFFFFF;
}