@charset "UTF-8";

body {	
	background-color: #6c2023;
	text-align: center;
	margin-top: 10px;
	font-family: verdana, sans-serif;
	font-size: 0.9em;
}

div.wrapper {
	width: 950px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
	border: solid 1px black;
}

div.logoBalk {
	background-image: url("/img/logo_bg.png");
	background-repeat: repeat;
	height: 180px;
	width: 100%;
}

div.logoBalk img.logo {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

div.logoBalk div.titel {
	float: left;
	margin-top: 30px;
	margin-left: 50px;
}

div.logoBalk div.titel img {
    border-style: none;
}

div.logoBalk div.titel h1 {
    display: none;
}

div.logoBalk div.titel h2 {
    margin: 0;
    font-size: 1.1em;
}

div.logoBalk div.adresEnFotos {
	margin-right: 13px;
	margin-top: 8px;
	float: right;
}

div.logoBalk div.adresEnFotos div {
    
    text-align: right;
    font-size: 0.9em;
}

div.middle {
	width: 100%;
	/* height: 526px; */
	background-color: white;
	/*
	background-image: url("../img/grote_trap_onder.png");
	background-repeat: no-repeat;
	background-position: 785px 0px;
	*/
	background-image: url("/img/grote_trap.png");
	background-repeat: no-repeat;
	background-position: 785px 48px;
}

div.menu {
	display: table;
	height: 20px;
	padding: 6px 0;
	width: 100%;
	font-family: Arial;
	font-size: 1em;
	/*border-bottom: 1px solid #6c2023;*/
	color: #f3e8e0;
	background-color: #6c2023;
}
div.menu div {
	display: table-cell;
	vertical-align: middle;
	border-right: solid black 1px;
	text-align: center;
}
div.menu div.last {
	border: none;
}
div.menu .selected {
	/*background-color: #fde2ce;*/
	/*border-bottom: solid #f3e8e0 1px;*/
	text-decoration: underline;
}
div.menu a {
	text-decoration: none;
	color: #f3e8e0;
}
div.menu a:hover {
	/*background-color: #fde2ce;*/
	/*border-bottom: solid #6c2023 2px;*/
	/*color: #6c2023;*/
	text-decoration: underline;
}

div.subMenu {
	padding-top: 8px;
	padding-left: 15px;
	width: 127px;
	float: left;
}

div.subMenu a {
	text-decoration: none;
	color: black;
}
div.subMenu a:hover {
	/*background-color: #fde2ce;*/
	/*border-bottom: solid #6c2023 2px;*/
	color: #6c2023;
}
div.subMenu .selected {
	/*background-color: #fde2ce;*/
	/*border-bottom: solid #6c2023 2px;*/
	color: #6c2023;
}

.content {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	/* width: 775px; 
	float: left */
	
	overflow: auto;
	
	min-height: 489px;
	height: auto !important;
	height: 489px;
}
div.border {
	border-left: solid #6c2023 1px;
}

div.footer {
	height: 16px;
	padding-right: 4px;
	width: auto;
	background-image: url("/img/logo_bg.png");
	background-repeat: repeat;
	border-top: solid 1px #6c2023;
	font-size: 0.7em;
	
	text-align: right;
	clear: left;
	
	color: #9c8d80;
}

.content img {
    margin: 5px;
}

div.footer a {
	color: #6c2023;
}

.content h1 {
	border-bottom: solid #6c2023 1px;
	font-size: 1.5em;
	/*color: #6c2023;*/
}

.content h2 {
	font-size: 1.1em;
	/*color: #6c2023;*/
}

.content a {
    color: #6c2023;
}
