@charset "UTF-8";

* {
	color: #000;
	background: #FFF none;
	border: 0 none;
}


body {
	margin: 2cm 1.5cm;
	padding: 0;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 12pt;
	text-align: left;
}


h1, h2, h3, h4 {
	line-height: 100%;
	margin: 1cm 0;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
}

h2 { font-size: 16pt; }

h3 { font-size: 14pt; }

h4 { font-size: 12pt; }


div {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}


p {
	margin: 0 0 0.5cm;
	line-height: 150%;
}


a:link, a:visited, a:active, a:hover { text-decoration: underline; }


div#header, div#menu, div#content-pre, img { display: none; }


div#container {
	background: #FFF none;
	margin: 0;
}

div#container:before {
	display: block;
	clear: both;
	margin: 0 0 1cm;
	font-size: 16pt;
	font-weight: bold;
	content: "Kahveli ruokaravintola";
}


div#content { text-align: left; }


div#left, div#right {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	text-align: left;
}

div#left { font-weight: bold; }


div#footer {
	margin: 2cm 0 0;
	padding: 0.5cm 0 0;
	font-size: 10pt;
	border-top: 1pt solid #000;
}

div#footer:after {
	display: block;
	clear: both;
	margin: 1cm 0 0;
	text-align: right;
	font-size: 8pt;
	font-style: normal;
	content: "Kahveli ruokaravintola / tulostettava versio";
}

