body {
	background-color: #000;
	font-family: Verdana;
	color: #fff;
	background-image: url("/Images/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

h2 {
	margin-top: 0px;
	font-size: 22px;
	color: #fff;
}

#header, #header img {
	width: 100%;
}

#menu {
	margin-left: -30px;
}

#menu li {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-size: 20px;
}

/*#menu li:hover {
	background-color: #ddd;
	cursor: pointer;
}*/

#menu li, #menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 22px;
}

#menu li a:hover {
	color: #ccc;
}

.admin {
	border: 1px solid red !important;
}

.box {
	border: 1px solid #888;
	border-radius: 5px;
	background-color: rgba(70,70,70,0.8);
	margin-top: 10px !important;
}

.centered {
	text-align: center;
}

.dontenlarge {
	min-height: auto !important;
}

.events {
	display: inline !important;
	max-height: 300px;
	width: auto !important;
}

.formtable .divfield {
	width: 250px;
	display: inline-block;
}

.formtable .divlabel {
	width: 200px;
	display: inline-block;
}

#tblNewUser .divlabel, #tblEditUser .divlabel {
	width: 170px;
}

.formtable input, .formtable select {
	width: 250px;
}

.gallery {
	width: 200px !important;
	border: 2px solid #000;
	border-radius: 5px;
	display: inline !important;
	margin: 5px;
}

.locatie {
	/*width: 48%;
	display: inline-block;
	vertical-align: top;*/
}

.loginInfo {
	width: 100%;
	text-align: right;
}

.loginInfo a {
	color: red;
}

.par {
	margin: 5px;
	padding: 5px;
	/*border: 1px solid #888;
	border-radius: 5px;
	background-color: rgba(70,70,70,0.8);*/
	color: #fff;
	min-height: 240px;
}

.par a {
	color: #999;
    font-weight: bold;
    text-decoration: none;
}

.par a:hover {
	color: #ddd;
}

.par img {
	border: 2px solid #000;
	border-radius: 5px;
	display: block;
	margin: 5px;
	width: 95%;
	max-width: 400px;
}

.profile {
	float: right;
	width: 200px !important;
}

.ptchoice {
	border: 2px solid #000;
	border-radius: 5px;
	padding: 5px;
	width: 300px;
	display: inline-block;
	vertical-align: top;
	background-color: #777;
	margin-bottom: 10px;
}

.ptchoice:hover {
	background-color: #999;
}

.ptchoice h2 {
	font-size: 18px;
}

.reservationlink {
	height: 37px;
	width: auto !important;
	display: inline !important;
}

.subpar {
	min-height: 240px;
	margin-bottom: 20px;
}

.ptchoice img {
	width: 95%;
}

.warning {
	background-color: rgba(140,70,70,0.8);
}

.ytvid {
	width: 400px;
	height: 260px;
	display: inline;
	margin: 2px;
}