/* Kleur 1 */
body				{ background-color: #dc0000 } /* Achtergrondkleur site */

/* Container div */
div#container 		{ position: absolute; width: 1000px; height: 600px; left: 50%; margin-left: -500px; top: 0px; background-image: url('../images/bg-container.jpg'); }

/* Container van menubalk */
div#menu 				{ position: relative; top: 157px; left: 75px; width: 850px; height: 26px; margin-top: 2px; background-color: white; padding-left: 1px; z-index: 100; }
div#menu ul.main			{ list-style-type: none; margin: 0px; padding: 0px; width: 849px; }
div#menu ul.main_sub		{ list-style-type: none; margin: 0px; padding: 0px; margin-left: 1px; margin-top: 5px; }
div#menu a.active		{ color: #5c0a0a; font-size: 16px; margin-top: 2px; margin-left: 5px; display: block; width: 100px; height: 22px; float: left; background-image: url('../images/btn_hover.png'); text-decoration: none; text-align: center; }
div#menu a:hover.active	{ text-decoration: none; }
div#menu a				{ font-size: 16px; margin-top: 2px; margin-left: 5px; display: block; width: 100px; height: 22px; background-image: url('../images/bg-button.png'); color: white; text-decoration: none; text-align: center; }
div#menu a:hover			{ color: #5c0a0a; text-decoration: none; background-image: url('../images/btn_hover.png'); }

/* Afbeeldingen intro page*/
div#midContainer	{ position: relative; top: 158px; }

div#content			{ width: 850px; height: 390px; position: relative; left: 75px; overflow: auto; background-color: #f4bfbf; 

					/* Scrollbar */
					scrollbar-arrow-color: red;
					scrollbar-face-color: #da6467;
					scrollbar-highlight-color: #f3bfbf;
					scrollbar-3dlight-color: #f3bfbf;
					scrollbar-shadow-color: #f3bfbf;
					scrollbar-darkshadow-color: #f3bfbf;
					scrollbar-track-color: #f3bfbf;
					}

/* Voor padding in content */
div#contentIntern	{ position: relative; width: 380px; margin-left: 15px; padding-top: 10px; padding-bottom: 10px; } 
div#contentInternLeft	{ position: relative; width: 380px; margin-left: 15px; padding-top: 10px; padding-bottom: 10px; font-family: comic sans ms; font-size: 14px;  } 

/* De intro pagina: 2 div's met afbeeldingen in een container */
div#left-rightContainer		{ position: relative; left: 75px; width: 850px; height: 386px; background-image: url('../images/bg-content.jpg'); background-repeat: no-repeat;}
div#content-left			{ float: left; }
div#content-right			{ float: right; }
div#content-left, div#content-right { height: 386px; width: 423px; text-align: left; overflow: auto;
										/* Scrollbar */
										scrollbar-arrow-color: red;
										scrollbar-face-color: #da6467;
										scrollbar-highlight-color: #f3bfbf;
										scrollbar-3dlight-color: #f3bfbf;
										scrollbar-shadow-color: #f3bfbf;
										scrollbar-darkshadow-color: #f3bfbf;
										scrollbar-track-color: #f3bfbf;
										}

/* Footer */
div#footer			{ width: 1000px; font-size: 11px; color: white; text-align: center; position: relative; top: 162px;}

/* usermenu */
div#usermenu		{ position: absolute; top: 0px; left: 115px; }
div#usermenu ul		{ list-style-type: none; margin: 0px; padding: 0px; }
div#usermenu li		{ display: inline; }
div#usermenu a		{ color: #ffffff; text-decoration: none; font-size: 11px; font-family: verdana; }
div#usermenu a:hover{ text-decoration: underline; }

/* Fonts en geen border om plaatjes*/
*					{ /*font-family: arial;*/ }
img					{ border: 0px; }

/* Koppen en tekst */
h1 					{ /*font-family: "Comic Sans MS"; color: #404040;*/ font-size: 20px; }
p					{ /*font-family: "Comic Sans MS"; color: #404040;*/ }	  

a	{ color: darkred; text-decoration: none; }
a:hover	{ text-decoration: underline; }

/* Links footer */
a.footer			{ color: white; text-decoration: none; }
a:hover.footer		{ text-decoration: underline; }

/* guestbook */
div.door	{ width: 375px; background-color: #8a0000; border: 1px solid #8a0000; color: #ffffff; font-size: 14px; padding: 5px; }
span.datum	{ font-size: 10px; font-style: italic; }
div.bericht	{ width: 375px; background-color: #ffffff; border: 1px solid #8a0000; font-size: 12px; padding: 5px; }

/* calendar */
table.kalender		{ border-spacing: 2px; }
table.kalender th	{ background-color: #8a0000; border: 1px solid #ffffff; color: #ffffff; width: 50px; }
table.kalender td.day	{ 
	height: 45px; 
	vertical-align: top; 
	background-color: #fbdcda; /*#d3c7d9;*/ 
	border: 1px solid #8a0000;
}
table.kalender td.current_day	{ 
	height: 45px; 
	vertical-align: top; 
	background-color: #ffffff; 
	border: 1px solid #8a0000;

}
div.td_content	{ text-align: center; }
span.month_name	{ color: #8a0000; font-weight: bold; }
span.calendar_prev a	{ color: #8a0000; text-decoration: none; }
span.calendar_next a	{ color: #8a0000; text-decoration: none; }
div.day_content	{ display: none; }

table.adminAgendaOverview		{ border: 1px solid #000000; }
table.adminAgendaOverview th	{ font-size: 12px; border-bottom: 1px solid #000000; background-color: #ffffff; }
table.adminAgendaOverview td	{ font-size: 12px; border-top: 1px solid #000000; }

span.dag_datum						{ font-size: 20px; font-family: verdana; color: #8a0000; }
table.agenda_dagoverzicht		{ border: 1px solid #8a0000; border-collapse: collapse; width: 100%; }
table.agenda_dagoverzicht td	{ background-color: #fbdcda; font-family: verdana; font-size: 12px; }
td.agenda_kop					{ color: #8a0000; }

/* admin lists */
table.admin_overview	{ border: 1px solid #000000; }
table.admin_overview th	{ background-color: #000000; color: #ffffff; }
table.admin_overview td	{ border-right: 1px solid #000000; }

table.katten_overview		{ width: 400px; }
table.katten_overview td	{ border: 0px solid #cccccc; padding: 5px; font-family: arial; font-size: 12px; }
table.katten_overview td.foto	{ width: 120px; border: 1px solid #000000; background-color: #ffffff; }

img.foto_small	{ margin-top: 8px; }

/* slideshow */
div.slideshow {
	border: 1px solid #8a0000;
}
div.slideshow ul {
	width: 390px; _width: 402px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #8a0000;
	bottom: -42px; _bottom: -26px;
	left: -1px; _left: -41px;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
}
div.slideshow ul a {
	background: url('../images/a.gif') no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 14px;
	margin: 0 4px 0 0;
	overflow: hidden;
	width: 12px;
}
div.slideshow ul a.prev {
	background-image: url('../images/prev.gif');
	width: 14px;
}
div.slideshow ul a.next {
	background-image: url('../images/next.gif');
	margin-right: 0;
	width: 14px;
}
div.slideshow ul a.active,
div.slideshow ul a.prev:hover,
div.slideshow ul a.next:hover {
	background-position: 0 -14px;
}
div.slideshow ul li {
	float: left;
	list-style: none;
}

/* ------------ THUMBNAIL VIEWER ------------ */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* ---------- FLASH VIEWER ------------ */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 320px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, 
.highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-footer {
	display: none;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

