* {
    margin: 0;
}
html, body {
	height: 100%;
    	width: 100%;
    	text-align: center;
    	background-color: #2f2e2c;
    	font-size: 10pt;
	color: white;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

img{
	border: 0px;
}

a {
	color: white;
	font-weight: bold;
}

a:hover {
	color: #cc3333;
	font-weight: bold;
}

.agendapoint{
	position: relative;
	width: 100%;
	margin-top: 20px;
	height: 105px;
	border-left: 5px solid #cc3333;
	padding-bottom: 5px;
	overflow: hidden;
}

.agendapoint-bottom{
	clear: both;
	position: absolute;
	height: 5px;
	bottom: 0px;
}

.agendapoint-image{
	float: left;
	width: 105px;
}

agendapoint-inhoud{
	float: left;
}

.agendapoint-title{
	font-weight: bold;
}

.agendapoint-date{
	font-weight: none;
	font-size: 10px;
}

.agendapoint-text{
	font-weight: normal;
	padding-left: 15px;
}

.menu{
    float: left;
    width: 230px;
}

.menukaart{
	background-color: #f9e289;
	color: black;
	font-size: 10px;
}

.menukaart-blok{
	width: 50%;
	vertical-align: top;
}

.menukaart-blok h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.menukaart-gerechten{
	margin-bottom: 15px;
}

.indent div{
	margin-left: 20px;
}

.gerecht{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.gerecht-bevat{
	font-weight: normal;
}

.main{
    float: left;
    width: 770px;
}

.contain{
	padding-left: 5px;
	padding-right: 100px;
}

.header{
	height: 150px;
}

.wrapper {
	position: relative;
    min-height: 100%;
	height: auto !important;
    height: 100%;

    width: 1000px;
    margin: 0 auto -50px;

    border-left: 5px solid #cc3333;
    border-right: 5px solid #cc3333;

    text-align: left;
}

.push {
    width: 1000px;
    height: 60px;
    text-align: center;
    clear: both;
}

.footer {
	position: absolute;

	bottom: 0px;
	left: 0px;
	margin: 0 auto;
	
	width: 1000px;
	text-align: center;

}

.footer2 {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 50px;
	text-align: center;
	
	font-weight: bold;
	font-size: 10pt;
	
	border-top: 5px solid #cc3333;
}

.ondervoorbehoud{
	font-size: 10px;
	color: white;
}

.fotoalbum{
	
}

.fotoalbum td{
	text-align: center;
}
