/******************************/
/*yleiset.css*/
/******************************/
*{
	margin:0;
	padding:0;	
	font-size:1.0em;
	color:#000000;
	font-family: Georgia, georgia, verdana, arial;
	line-height:1.4;
}
body {
	font-size:76%;
	background:  url('../images/bg_slice.png') repeat;
		
}

.tumma {
	background: url('../images/tausta_repeat.png') repeat !important;
}
.emo {
	background: url('../images/bodybg.png') repeat-x top left;
}
body.etusivu .emo {
	background: url('../tausta.png') repeat-x !important;
	background-color: none !important;	
}
body.etusivu {
	background:  url('../images/bg_slice.png') repeat !important;	
}
img {
	line-height:0;
	font-size:0;
}

h1 {		
	font-size:1.7em;
	margin:0px 0px 0px 0px;
	color: #9d0019;
	font-family: Georgia, TimesNewRoman, Verdana;
	text-transform: uppercase;
}
h2 {		
	font-size:1.2em;
	margin:20px 0px 0px 0px;
	color: #9d0019;
	font-family: Georgia, TimesNewRoman, Verdana;
}
h3 {		
	font-size:1.2em;
	margin:20px 0px 0px 0px;
	color: #9d0019;
	font-family: Georgia, TimesNewRoman, Verdana;
	text-transform: uppercase;
}

p {
	margin:10px 0;	
}

p.linkki {
	margin: -20px 0px 0px 35px;	
}


table a:link { color: #9d0019; text-decoration: none;}table a:visited { color: #9d0019; text-decoration: none;}table a:hover { border-bottom: 1px dotted #9d0019; text-decoration: none;}

p a:link { color: #9d0019; text-decoration: none;}p a:visited { color: #9d0019; text-decoration: none;}p a:hover { border-bottom: 1px dotted #9d0019; text-decoration: none;}




.reseptit {
	margin: 40px 70px 10px 130px;
}
.sisaltojako {
	margin: 40px 70px 10px 90px;
}
.vasensolu {
	padding-right: 45px;
	width:200px;
}
.vasensolu p {
	font-style: italic;
}

.vasensolu p.streit {
	font-style: normal;
}

.vasensolu p b {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #9d0019;
}

ul {
	list-style-position: outside;
	list-style-image: url('../images/hiutale.gif');
	margin-left: 30px;
}

.reseptikuva {
	float: right;
	background: #ffffff;
	border: 3px double #ced0e9;
	padding: 6px;
	margin: 10px 0px 30px 20px;
}

.kuva {
	background: #ffffff;
	border: 3px double #ced0e9;
	padding: 6px;
}

.kuva_arpa {
	
}

.FltVasen{
	float:left;
}
.FltOikea{
	float:right;	
}
.Kuva{
	
	float:left;
	margin:0 22px 10px 0;	
}
.Kursivointi{
	font-style:italic;	
}

/******************************/
/* kilpailulomake */
/******************************/

.lomakekentta, .lomakekentta2 {
	margin-top: 5px;
	margin-right: 5px;
	border-top: 2px solid #abaed1;
	border: 1px solid #ced0e9;
	background-color: #edeef9;
}

.lomakekentta {
	margin-left: 30px;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 220px;
}

.lomakekentta2 {
	width: 340px;
}

.radio {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-left: 30px;
	width: 220px;
}

.radio2 {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-left: 30px;
}

.laheta {
	margin-top: 15px;
}

/******************************/
/* Clearfix */
/******************************/
.clear { clear: both; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */






