@charset "utf-8";
/* CSS Document */

/* resetti */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* TYYLIT */

body {
	background-color: #4c2923;
	background-image: url(img/gfx/tausta.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

a {
	border: 0;
}

/* contentin keket */
.content {
	background-color: #e3c68e;
	background-image: url(img/gfx/content_tausta.png);
	background-repeat: repeat-y;
	background-position: center;

	margin-bottom: 25px;
	margin-left: 20px;
}

.content iframe {
	margin-left: 10px;
}

.content p {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: justify;
}

.content p .small {
	font-size: 6px;
}

.content h2 {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-family :Arial Black,Arial;
	font-size: 18px;
	letter-spacing:-0.05em;
	color: #623328;
}

.content h3 {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
	color: #623328;
}

.content li {
	margin-left: 40px;
}

.content ul {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.content form {
	margin-left: 20px;
	margin-right: 20px;
}

.gfxkuva {
	margin-left: -10px;

}

#slider img {
	border: thin #000000 inset;
}

#slider {
	margin-bottom: 20px;
}

.aukioloajat {

}

/* viritystyylejä.. */

.viinit em {
	font-size: 13px;
	margin-bottom: 0px;
}

.viinit p {
	margin-bottom: 5px;
}

.viinit ul {
	margin-bottom: 40px;
}

.alacarte ul {
	margin-top: 5px;
}

.style1 {font-size: 9px;}



/* linkkityylit */

a {
	color: #623328;
	text-decoration: none;
}

a:visited {
	color: #623328;
}

a:hover {
	text-decoration: underline;
}


#header {
	background-image:url(img/gfx/headeri.jpg);
	width: 940px;
	height: 372px;
}

#header img {
	margin-top: 305px;
	border: 0;
}

.wrapper {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -107px;
}

.push {
	height: 107px;
}

#footer {
	width: 820px;
	height: 107px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
	background-image: url(img/gfx/footer.jpg);
}



