* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* pohja */

body {
	background: #fff;
}

#container {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* raamit */

#logo {
	background: transparent url(/pics/logo-lammikivitalot.gif) 0px 0px no-repeat;
	position: absolute;
	top: 18px;
	right: 45px;
	width: 71px;
	height: 77px;
	overflow: hidden;
}

#mainNavi {	display: none; }
#mainFlash { display: none; }
#subNavi { display: none; }
#subFlash { display: none; }

#subContent {
	width: 100%;
	height: auto;
	color: #000;
}

#subContent #contentNavi { display: none; }

#columnContentWide {
	width: 100%;
	height: auto;
}

#column {
	float: left;
	width: 65%;
	height: auto;
}

#columnContent {
	float: right;
	width: 30%;
	height: auto;
}

#footer { display: none; }

a { color: #666; text-decoration: underline; }

/* ruokaohjeet - menu etusivu */

#menuLeft { display: none; }

#menuRight { display: none; }

/* detaljit */

#container h1.mainTitle {
	display: block;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

#subContent h2.subTitle {
	display: block;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 20px;
	margin-bottom: 16px;
}

#subContent a {
	color: #666;
	text-decoration: underline;
}

#subContent p {
	color: #000;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}

#subContent img {
	border: 0px;
}

#subContent img.talokirja {
	border: 2px #666 solid;
}

#subContent img.atMerkki {
	border: none;
	margin: -3px 0px -3px 0px;
}

#subContent h2 { 
	display: block;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}

#subContent h3 { 
	display: block;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}

#subContent ul {
	font: normal normal 12px arial;
	color: #000;
	line-height: 18px;
	margin-bottom: 15px;
}

#subContent ol {
	font: normal normal 12px arial;
	color: #000;
	line-height: 18px;
	margin-bottom: 15px;
}

/* imageplaces */

#imageplace {
	display: none;
	left: 0px;
	width: 570px;
	height: 165px;
	background: transparent url(/pics/subTemplate.jpg) top right no-repeat;
}

#imageplace2 {
	display: none;
	left: 0px;
	width: 570px;
	height: 115px;
	background: transparent url(/pics/subTemplate.jpg) top right no-repeat;
}

/* 404 */

h2.page404 { color: #000; padding: 20px 20px 2px 40px }
p.page404 { color: #000; padding: 0px 20px 20px 40px }

/* --- print only --- */

#subContent #printOnly { 
	margin: 20pt 20pt 0pt 20pt;
	padding: 0pt;
	color: #000;
	}

#subContent #printOnly table { 
	border-collapse: separate;
	border-spacing: 5pt;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	}

#subContent #printOnly table td { padding: 5pt; }
#subContent #printOnly table td.left { text-align: left; width: 75%; }
#subContent #printOnly table td.right { text-align: right; width: 25%; }
#subContent #printOnly table td.right img { height: 60pt; }
	
#subContent #printOnly h2 { color: #000; }
