/* CSS Document */

body { 
	background-color: #ffffff;
	margin: 0 0 20px 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
}

#top {
	margin-top: 20px;
	margin-left: 50px;
}

/* content divs */

#candywrapper { width: 700px; min-height: 500px; margin-left: auto; margin-right: auto;}

#mina, #duuni {
	float: left;
	background-image: url(gfx/bg.gif);
	background-repeat: no-repeat;
	width: 700px;
	min-height: 200px;
}

#footer {
	float: left;
	height: 50px;
	width: 700px;
}

/* img divs */

	#mina_img, #duuni_img {
		float: left;
		margin-top: 45px;
		margin-left: 65px;	
	}	
	#mina_img 	{ width: 150px; height: 180px; }	
	#duuni_img 	{ width: 300px; height: 350px; 	}
	
	#duuni_img_wide	{ float: left;
		margin-top: 45px;
		margin-left: 65px;width: 590px; min-height: 350px; 	}
	
/* txt divs */

	#mina_txt, #duuni_txt {
		float: left;
		margin-top: 45px;
		margin-left: 10px;
	}	
	#mina_txt 	{ width: 400px; min-height: 180px; }
	#duuni_txt 	{ width: 270px; min-height: 180px; color: #555555;  }
	
/* headers */

h2 { 
	font: normal 24px "Palatino Linotype", "Lucida Bright", "Times New Roman", Verdana, Arial, serif ;
	letter-spacing: -1px;
	color: #444444;
	margin-top: 0;
	margin-bottom: 0;
}

/* links */

A 		{ color: #006939; text-decoration: none; font-weight: bold;}
A:hover { color: #006939; text-decoration: underline; font-weight: bold;}

A.varjaamo 		{ font-weight: normal; color: #000000; text-decoration: none; }
A.varjaamo:hover 	{ color: #000000; text-decoration: underline; }


.asiakas { 
	color: #aaaaaa;
}