@import url(base.css);
@import url(../modules/calendar/calendar.css);
@import url(../modules/lunch/lunch.css);

body, p, td, div {
	font-family: Arial, sans-serif;
	/*
	font-family: "Lucida Sans Unicode", sans-serif;
	font-family: "Trebuchet MS", sans-serif;
	font-family: "MS Sans Serif", sans-serif;
	font-family: Georgia, serif;
	font-family: Verdana, sans-serif;
	*/
	font-size: 12px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 12px;
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: bold;
}

a {
	color: #84D5F7;
}

body {
	padding-right: 19px;
	padding-left: 19px;
	background-color: white;
}

#web-body {
	padding: 0;
	background-color: #676767;
}

html, body {
	height: 100%;
}

#page {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background: white url(../layout/page_bg.jpg) repeat-y;
}

#header {
	width: 100%;
	height: 269px;
	background-color: #231F20;
}
	#header .left {
		width: 401px;
		height: 100%;
		float: left;
	}
		#header .left p {
			height: 140px;
			padding: 29px 40px;
			font-family: "Times New Roman", serif;
			font-size: 83px;
			line-height: 70px;
			color: white;
		}
			#header .left p .dinner {
				color: #F6A9CB;
			}
			#header .left p .show {
				color: #EF529D;
			}
		#header .left .images {
			padding: 0 12px;
		}
	#header #slideshow {
		float: left;
	}
	#header .right {
		width: 401px;
		height: 100%;
		float: left;
	}
		#header .right p {
			height: 148px;
			padding: 25px 32px;
			font-family: Arial, sans-serif;
			font-size: 40px;
			line-height: 53px;
			text-decoration: underline;
			color: white;
		}
		#header .right .images {
			padding: 0 12px;
		}

#main-menu-wrapper {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #B81B20;
}

#main-menu {
	float: left;
	position: relative;
	left: 50%;
	
	height: 27px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	#main-menu li {
		float: left;
		position: relative;
		right: 50%;

		padding: 0 8px;
		line-height: 24px;
	}
	#main-menu li a {
		font-size: 15px;
		color: white;
		text-decoration: none;
	}
	#main-menu li a.active, #main-menu li a:hover, #main-menu li a:focus {
		text-decoration: underline;
	}

#main-top {
	width: 100%;
	height: 42px;
}
	#main-top a {
		float: right;
		margin: 0 62px;
	}
	#main-top a img {
		padding: 4px 0;
		border: 0;
	}

#main {
	width: 978px;
	margin: 0 0 42px 0;
	padding: 0 1px;
	float: left;
	background: url(../layout/main_bg.jpg) repeat-y 1px 0;
}
	#main .left-bar {
		width: 210px;
		padding: 0 13px;
		float: left;
	}
	
	#main .content {
		width: 468px;
		padding: 0 19px;
		float: left;
	}
	
	#main .right-bar {
		width: 210px;
		padding: 0 13px;
		float: left;
	}

#footer-stop {
	width: 100%;
	height: 50px;
	clear: both;
}

#footer {
	width: 100%;
	height: 34px;
	clear: both;
	bottom: 0px;
	position: absolute;
	
	padding: 8px 0;
	background-color: #B81B20;
	color: white;
}
	#footer p {
		padding: 1px 0;
		text-align: center;	
	}
	#footer p .item {
		padding: 0 10px;
	}
		#footer p .item a {
			color: white;
			text-decoration: none;
		}
		#footer p .item a:hover, #footer p .item a:focus {
			text-decoration: underline;
		}

#tilaesitys {
	text-align: center;
}