html,body {
	height:100%;
}

body {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 400;
	color: #6A6A6A;
	background-image: url(images/back.png);
	background-repeat: repeat-y;
	background-position: center;
	}

img {
	border: 0;
	}

a:link, a:visited {
	text-decoration: none; 
}

a:active, a:hover { 
	text-decoration: underline; 
}

a {
	color: #6A6A6A;
	font-weight: bold;
}

#container {
	width: 622px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0px;
	}

#header {
	width: 622px;
	height: 175px;
	background-image: url(images/header.png);
	}
	
#menu, submenu {
	width: 622px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	background-image: url(images/frame.png);
	background-repeat: repeat-y;
	}

#main {
	width: 622px;
	margin: 0;
	text-align: left;
	background-image: url(images/frame.png);
	background-repeat: repeat-y;
	}

#text {
	width: 542px;
	padding: 20px 40px;
	text-align: justify;
	}

#footer {
	width: 622px;
	height: 50px;
	text-align: center;
	clear: left;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	}

#footerlinks {
	width: 271px;
	text-align: left;
	float: left;
	margin-left: 40px;
	padding-top: 5px;
	border-top: #AAAAAA solid 1px;
	}

#footerrechts {
	width: 271px;
	text-align: right;
	float: left;
	margin-right: 40px;
	padding-top: 5px;
	border-top: #AAAAAA solid 1px;
	}

#note {
	margin: 0 20px;
	font-style: italic;
	}

h1{
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: #AAAAAA solid 1px;
	font-size: 19px;
	color: #4b5900;
	}

h2 {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	margin-bottom:5px;
	margin-top: 10px;
	font-size: 13px;
	}

dt {
	font-style: italic;
	}

.foto {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	}

.half {
	width: 50%;
	float: left;
	text-align: center;
	}

td.diner-menu {
	text-align: center;
	width: 50%;
	}

table.programma {
	border: 0px #AAAAAA solid;
	width: 100%;
	}

table.programma td {
	border: 1px #AAAAAA solid;
	padding: 3px;
	}
