body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #D84737;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

/* Sivun otsikkona */
h1{
	color: #D84737;
	font-size: 20px;
	font-weight: bold;
}

/* Mm. ruokalistan kategorioiden otsikot */
h2{
	margin-top: 25px;
	color: #D84737;
	font-size: 15px;
	font-weight: bold;
}

/* tarjouksissa tms. */
h3{
	font-size: 12px;
	font-weight:bold;
	margin: 0;
}

/* Päänäkymä */
#main{
	width: 750px;
	border: 1px solid black;
	margin: auto;
}

#header{
	width:750px;
	height: 100px;
	background-image:url(pic/header.jpg);
}

#note{
	width: 750px;
	height: 20px;
	line-height: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
	font-size: 11px;
	text-align:center;
	font-weight: bold;
}

#content_main{
	width: 750px;
}

#content{
	width: 460px;
	padding: 10px;
}

#content_other{
	width: 730px;
	padding: 10px;
}

#sidebar{
	width: 240px;
	float: right;
	padding: 5px;
}

.box{
	margin-top: 10px;
	width: 95%;
	border: 1px solid black;
	padding: 1px;
}

.box .title{
	height: 29px;
	font-size: 14px;
	font-weight:bold;
	color: white;
	background-image:url(pic/titletausta.jpg);
}

.box .title table{
	padding: 0px;
	margin: 0px;
}

td tr{
	padding: 0;
	margin: 0;
}

.box .segment{
	background-color:#F2C595;
	height:40px;
	color: black;
	margin-top: 1px;
	padding: 2px;
}

.box .linkki{
	margin-top: 12px;
	height: 12px;
	text-align: right;
	bottom: 0px;
}

.box .rivi1{
	background-color:#F2C595;
	height: 25px;
	padding: 2px;
	margin-top: 1px;
}

.box .rivi2{
	background-color:#F9E4CD;
	height: 25px;
	padding: 2px;
	margin-top: 1px;
}

.tarjous{
	margin-top: 10px;
	width: 95%;
	border: 1px solid black;
	padding: 1px;
	height: 130px;
	background-color: #F2C595;
}

.tarjous .title{
	height: 29px;
	font-size: 14px;
	font-weight:bold;
	color: white;
	background-image:url(pic/titletausta.jpg);
	border-bottom: 1px solid white;
}

.tarjous .title table{
	padding: 0px;
	margin: 0px;
}

.tarjous .hinta{
	height: 130px;
	width: 100px;
	background-color: black;
	line-height: 130px;
	font-size: 28px;
	color: white;
	font-weight:bold;
	float: right;
	text-align:center;
}

.uutinen{
	margin-top: 10px;
	width: 95%;
	border: 1px solid black;
	padding: 1px;
	background-color: #F2C595;
}

.uutinen .title{
	height: 29px;
	font-size: 14px;
	font-weight:bold;
	color: white;
	background-image:url(pic/titletausta.jpg);
	border-bottom: 1px solid white;
}

.palaute tr td{
	padding: 5px;
	margin-top: 10px;
}

.palaute input{
	width: 400px;
	border: 1px solid black;
}

.palaute textarea{
	width:500px;
	border: 1px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#palautenappi{
	width:650px;
	text-align: right;
	padding: 10px;
}

/* Kuvat historiasivulla */
.kuva_vasen{
	float: left;
	margin: 5px;
	border: 1px solid black;
}

.kuva_oikea{
	float: right;
	margin: 5px;
	border: 1px solid black;
}

#language{
	text-align:center;
}

#footer{
	background-color:#D84737;
	height: 25px;
	line-height: 25px;
	color: white;
	font-size: 10px;
	text-align:center;
	margin: 1px;
}
