@charset "utf-8";
/* CSS Document */

/* div {border: 1px solid #fff;} */

body {

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: small; 
	color: #fff; 
	background-color: #000;
	background-attachment: fixed;
	background-image: url(images/light_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	scrollbar-face-color: #c00;
	scrollbar-highlight-color: #66c; 
	scrollbar-shadow-color: #999; 
	scrollbar-3dlight-color: #ccc; 
	scrollbar-arrow-color: #000; 
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color: #999;
	text-align: center;
}
	
#container {
	margin: 0 auto;
	width: 790px; 
	height: 500px; 
	text-align: left; 
	padding: 10px;
} 

#top {
	margin: 0;
	padding: 10px;
}

#navi {
	width: 200px; 
	float: left;
}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li a {
	margin: 4px;
	padding: 4px;
	display: block;
	width: 140px;
	color: #fff;
	text-decoration: none;
	border: 2px dotted #c00;
	font-weight: bold;
	line-height: 90%;
}

#menu li a:link, #menu li a:visited { background-color: #000;}

#menu li a:hover {
	background-color: #c00;
}


#content {
	float: left;
	width: 550px; 
	text-align: left; 
	margin: 0; 
	padding: 0; 
}

#content p {
	max-width: 36em;
	margin-right: 20%;
}

#content h2 {
	font-size: x-large;
	color: #c00;
	line-height: 100%;
	letter-spacing: .11em;
}

#content h3 {
	font-size: large;
	color: #c00;
	line-height: 100%;
	letter-spacing: .11em;
}

#content a {color: #fff;}

#contact {
	list-style: none;}

#txtscroll {
	margin: 0;
	overflow: auto;
	width: 500px;
	height: 450px;
}


#kortti {
	margin: 10px;
	display: block;
	float: left;
	width: 165px;
	height: 80px;
}

#morephoto {
	width: 100px;
	float: right;
	font-weight: bold;
	/*background-color: #000;*/
}

#morephoto ul {
	list-style: none;}

#morephoto ul li {
	margin-left: 0;}


#photomenu {clear: both;}

#photomenu a {color: #fff;}

#ref {
	margin: 6px;
	padding: 6px;
}

#ref li {
	list-style: none;
	font-size: small;
	font-weight: bold;
	line-height: 120%;
}

#footer {
	clear: both;
	height: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yhteys {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: 10px;
	line-height: 200%;
}

.spacer {clear: both;}

/* fix for mozilla's center-position-changes-when-scrollbar-appears behaviour */
html {
	overflow:-moz-scrollbars-vertical;
}

/*FORM*/

input.text, textarea.text {
	dborder: 1px solid #888;
	dfont-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}
fieldset {
	dborder: 1px solid #888;
}
legend {
	padding-left:5px;
	padding-right:5px;
	color: #fff; 
}

.row{
	margin-bottom:15px;
	dfont-family:Verdana, Arial, Helvetica, sans-serif;
}

