/* ------------------- */
/* ------ Tekst  ----- */
/* ------------------- */

* { outline:none; }

h2.band1 {
	font-family:"Tahoma";
	font-size: 30px;
	color: #2a261f;	
	font-weight:bold;
	margin: 3px;
	padding: 3px;
}

h2.band2 {
	font-family:"Tahoma";
	font-size: 20px;
	color: #2a261f;	
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}

h3 {
	font-family:"Tahoma";
	font-size: 13px;
	color: #2a261f;	
	font-weight:bold;
	margin: 3px;
	padding: 3px;
}

p {
	font-family:"Tahoma";
	font-size: 13px;
	color: #2a261f;
	margin: 1px;
	margin-bottom: 18px;
	padding: 1px;	
}

p.extra {
	font-family:"Tahoma";
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	margin: 1px;
	margin-bottom: 18px;
	padding: 1px;	
}

p.small, A.small:link, A.small:visited, A.small:active {
	font-family:"Tahoma";
	font-size: 10px;
	color: #2a261f;
	margin: 1px;
	font-weight: bold;
	padding: 1px;	
}

A.small:hover {
	font-family:"Tahoma";
	font-size: 10px;
	color: #FF0000;
	margin: 1px;
	font-weight: bold;
	padding: 1px;	
}

p.small, A.gallery-small:link, A.gallery-small:visited, A.gallery-small:active {
	font-family:"Tahoma";
	font-size: 10px;
	color: #4d4332;
	margin: 1px;
	font-weight: bold;
	padding: 1px;	
}

A.gallery-small:hover {
	font-family:"Tahoma";
	font-size: 10px;
	color: #FF0000;
	margin: 1px;
	font-weight: bold;
	padding: 1px;	
}

A:link, A:visited, A:active  {
	font-family:"Tahoma";
	font-size: 13px;
	color: #2a261f;
	margin: 1px;
	margin-bottom: 18px;
	text-decoration: none;
	padding: 1px;	
}

A:hover  {
	font-family:"Tahoma";
	font-size: 13px;
	color: #FF0000;
	margin: 1px;
	margin-bottom: 18px;
	text-decoration: none;
	padding: 1px;	
}

#menu {
	margin:0;
	padding:0;
	display:block;
}

A.menu:link, A.menu:visited, A.menu:active  {
	font-family: Georgia;
	font-size: 13px;
	color: #2a261f;
	text-decoration: none;
	left: 10px;
	font-weight:bold;
}

A.menu:hover  {
	font-family: Georgia;
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
	left: 10px;
}

A.info-menu:link, A.info-menu:visited, A.info-menu:active {
	font-family:"Tahoma";
	font-size: 13px;
	font-weight: bold;
	color: #2a261f;
	margin: 1px;
	margin-bottom: 18px;
	text-decoration: none;
	padding: 1px;	
}

A.info-menu:hover {
	font-family:"Tahoma";
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	margin: 1px;
	margin-bottom: 18px;
	text-decoration: none;
	padding: 1px;
}


/* ------------------- */
/* --- Divs Layout --- */
/* ------------------- */


.body { 
	background-color: #262626; 
	background-image:url('../images/background.jpg');
	font-family:"Tahoma";
	font-size: 13px;
	color: #2a261f;
}

.header { 
	background-color: #2a261f; 
	background-image:url('../images/header-normal.jpg');
	width: 800px;
	height: 100px;
	margin-left: auto ;
	margin-right: auto ;
}

.gallery-header { 
	background-color: #2a261f; 
	background-image:url('../images/header1.jpg');
	width: 800px;
	height: 100px;
	margin-left: auto ;
	margin-right: auto ;
}

.container-leftandright {
	width: 800px;
  	height:auto !important;
  	height:500px;
	margin:auto;
	background-color: #E4D7BE; 
}

.side-left { 
	background-image: url('../images/side-top.jpg');
	background-repeat: no-repeat;
	background-position: top;
	min-height: 800px;
	width: 148px;
	float: left;
	padding-top: 55px;
	height:100%;
}

.side-right { 
	background-image: url('../images/side-top.jpg');
	background-repeat: no-repeat;
	background-position: top;
	min-height: 800px;
	width: 148px;
	float: left;
	padding-top: 55px;
	height:100%;
}

.content { 
	background-image: url('../images/content-top.jpg');
	background-repeat: repeat-x;
	background-position: top;
	width: 477px;
	min-height: 815px;
	float: left;
	padding: 40px 15px 15px 10px;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

.gallery-content { 
	background-color: #E4D7BE; 
	background-image: url('../images/content-top.jpg');
	background-repeat: repeat-x;
	background-position: top;
	width: 800px;
	min-height: 200px;
	float: left;
	padding-top: 40px;
}

.admin-content { 
	background-color: #E4D7BE; 
	background-image: url('../images/content-top.jpg');
	background-repeat: repeat-x;
	background-position: top;
	width: 617px;
	min-height: 800px;
	float: left;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
}


.footer { 
	background-color: #2A261F; 
	width: 800px;
	height: 12px;
	margin-left: auto ;
	margin-right: auto ;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-color: #111111;
	clear: both;
	font-family:"Tahoma";
	font-size: 70%;
	color: #fff;	
	text-align: center;
}

/* ------------------- */
/* ---  Plaatjes  ---- */
/* ------------------- */

.no-border {
	border: solid 0px;
}

.agenda-agendafoto {
	border: solid 1px;
	width: 350px;
	height: 350px;
}

.frontpage-agendafoto {
	border: solid 1px;
	width: 200px;
	height: 200px;
}

.geheime-link {
	min-height: 10px;
	height: 10px;
	min-width: 10px;
	width: 10px;
	border: solid 0px;
	position: relative;
	left: 444px;
	top: 0px;
	font-size: 5px;
	color: #000000;
}

/* ------------------- */
/* --- Divs Tekst ---- */
/* ------------------- */


.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.line {
	width: 150px;
	height: 1px;
	background-color: #2A261F;
}

div.kop { 
	background-color: #2A261F;
	width: 100%;
	font-family:"Tahoma";
	font-size: 13px;
	color: #FFFFFF;	
	font-weight:bold;
	margin: 2px;
	padding: 2px;
}

div.links-left {
	width: 350px;
	height: 10px;
	float: left;
}

div.links-right {
	width: 100px;
	height: 10px;
	float: left;
}

div.contact-cont {
	width: 490px;
}

div.contact-leftandright {	
	width: 244px;
	float: left;
}

/* ------------------- */
/* --- Divs ADMIN ---- */
/* ------------------- */

.show{
	display:inline;
}
.hide{
	display:none;
}

input.btn { 
	font: bold 70% 'trebuchet ms',helvetica,sans-serif; 
}

input.btn2 { 
	font: bold 70% 'trebuchet ms',helvetica,sans-serif; 
	height: 20px;
	vertical-align: middle;
	color: #FF0000;
}

div.admin-buttons {
	width: 40px;
	height: 20px;
	float: left;
}

p.thumb-picture {
	text-align:center;
	width:180px;
	height:160px;
	padding:10px;
	margin:0;
	display:block;
	float:left;
}

p.thumb-hoofdmap {
	text-align:center;
	width:180px;
	height:150px;
	padding:10px;
	margin:0px 10px;
	display:inline;
	text-align:center;
}

div#list-holder {
	line-height:20px;
	margin:15px;
}

a.nav-link {
	text-decoration:underline;
}

p.nav-current{
	margin:0;
	padding:0;
	color:#ff0000;
	display:inline;
	font-weight:bold;
}
