body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #667779;
}

a:link, a:visited, a:active {
	color: #667779;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 0px;
	margin-bottom: 10px;
}

li.langmenu {
	float: left;
	width: 21px;
	background-color: #8c999b;
	list-style: none;
	padding: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	margin-right: 7px;
	color: #FFFFFF;
}

a.langmenu:link, a.langmenu:visited, a.langmenu:active {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

a.langmenu:hover {
	text-decoration: underline;
}

h1.home {
	margin: 0px;
	font-size: 22px;
	font-weight: normal;
}

div#content p {
	margin-top: 0px;
	margin-bottom: 10px;
}

table.event {
	margin-top: 10px;
}

div#content {
	margin-left: 20px;
	margin-bottom: 0px;
	/* border: 1px solid #000000; */
	min-height: 500px;
}

div#content h1 {
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

div.cat1 h1 {
	color: #007e87;
}

div.cat2 h1 {
	color: #96bf0d;
}

div.cat3 h1{
	color: #c88a2f;
}

div#content h2 {
	clear: left;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
}


div.cat1 h2 {
	color: #007e87;
}

div.cat2 h2 {
	color: #96bf0d;
}

div.cat3 h2{
	color: #c88a2f;
}

.menutitle {
	margin: 0px;
	margin-top: 10px;
	margin-left: 49px;
	font-size: 22px;
	font-weight: normal;
}

li.menu {
	font-size: 13px;
	list-style-image: url(images/menu_icon.gif);
	margin-bottom: 5px;
}

li.menu1act {
	font-size: 13px;
	list-style-image: url(images/menu_icon_1.gif);
	margin-bottom: 5px;
	font-weight: bold;
	color: #007e87;
	padding-left: 10px;
}

li.menu2act {
	font-size: 13px;
	list-style-image: url(images/menu_icon_2.gif);
	margin-bottom: 5px;
	font-weight: bold;
	color: #96bf0d;
	padding-left: 10px;
}

li.menu3act {
	font-size: 13px;
	list-style-image: url(images/menu_icon_3.gif);
	margin-bottom: 5px;
	font-weight: bold;
	color: #c88a2f;
	padding-left: 10px;
}

a.menu:link, a.menu:visited, a.menu:active {
	color: #667779;
	text-decoration: none;
	margin-left: 10px;
}

a.menu:hover {
	text-decoration: underline;
}

.footer {
	margin-left: 20px;
	margin-top: 30px;
	font-size: 11px;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #667779;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
}

a.footer:hover {
	text-decoration: underline;
}

ul.links {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

li.linkfile {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	min-height: 16px;
	margin: 5px 0px 5px 0px;
}

li.linkext {
	background-image: url(images/ext_link.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	min-height: 15px;
	margin: 5px 0px 5px 0px;
}

li.linkint {
	background-image: url(images/int_link.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	min-height: 15px;
	margin: 5px 0px 5px 0px;
}


/* gallery *************************************************************** */

#gallery{
	width: 710px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 600px;
}

div.cat1 #gallery {
	background-color: #97ced1;
}

div.cat2 #gallery {
	background-color: #d3e2a9;
}

div.cat3 #gallery {
	background-color: #e9d0b2;
}

#previewThumbnails {
	height: 500px;
	width: 710px;
}

div.cat1 #gallery #previewThumbnails {
	background-color: #1b818d;
}

div.cat2 #gallery #previewThumbnails {
	background-color: #8dc641;
}

div.cat3 #gallery #previewThumbnails {
	background-color: #c3883a;
}

#previewPane {
	padding: 0px;
	margin-right: 20px;
	margin-top: 0px;
	height: 500px;
	width: 500px;	
	float: left;	
}

div.cat1 #gallery #previewPane {
	background-color: #1b818d;
}

div.cat2 #gallery #previewPane {
	background-color: #8dc641;
}

div.cat3 #gallery #previewPane {
	background-color: #c3883a;
}

#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}

#galleryContainer{	/* Big Div surrounding up-image, list of images and down-image */
	float:left;	/* Floating */
		
	/* CSS HACK */
	height: 500px;
	width: 180px;
				
	/* border:1px solid #000000;	/* Black border */		
	padding:0px;	/* A little space between the black border and the content inside */
}

#galleryContainer #arrow_down{	/* Arrow down image */
	height:35px;
	width: /**/180px;
}

#galleryContainer #arrow_up{
	height:35px;	/* Arrow up image */
	width: /**/180px;

}
	
#theImages{	/* DIV where the images are located */
	position: relative;
	overflow: hidden;
	height: 430px;	/* Height of boxes for the images */
}

#theImages div{	
	position:relative;	/* Don't change this */
	height:1500px;	/* Higher than total height of thumbnails */
		
}

#theImages img{
	border: 0px solid #333333;	/* No border */
	filter: alpha(opacity=50);	/* Transparency - IE */
	opacity: 0.5; /* Transparency - Firefox */
}
	
#largeImageCaption{
	padding-top: 10px;
	width: 710px;
	padding-left: 1px;
}

.imageCaptionColLeft {
	float: left;
	width: 250px;
	height: 150px;
	font-weight: bold;
}

#theImages .imageCaption{
	display: none;
}

div#gallery p {
	text-align: justify;
	margin-top: 0px;
}

.thumbnailTd {	
	width: 70px;
	height: 70px;
}

div.cat1 .thumbnailTd {
	background-color: #97ced1;
}

div.cat2 .thumbnailTd {
	background-color: #d3e2a9;
}

div.cat3 .thumbnailTd {
	background-color: #e9d0b2;
}

div.cat1 #gallery #previewThumbnails {
	background-color: #1b818d;
}

div.cat2 #gallery #previewThumbnails {
	background-color: #8dc641;
}

div.cat3 #gallery #previewThumbnails {
	background-color: #c3883a;
}

/* visits ******************************************************/
.legend {
	padding-left: 3px;
	padding-right: 20px;
}

.weekdays {
	color: #667779;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	width: 20px;
	text-align: center;
}

.nl_de {
	background-image:url(images/visits/nl_de.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	width: 20px;
	text-align: center;
}

.lu_fr {
	background-image:url(images/visits/lu_fr.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	width: 20px;
	text-align: center;
}

.lu_de {
	background-image:url(images/visits/lu_de.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	width: 20px;
	text-align: center;
}

.novisit {
	background-color: #eeeeee;
	color: #667779;
	font-size: 12px;
	height: 20px;
	width: 20px;
	text-align: center;
}

.empty {
	background-color: #ffffff;
	height: 20px;
	width: 20px;
}

/* form ******************************************************/
tr.formgroup td {
	/*border-bottom: 1px solid #c88a2f;*/
	font-size: 12px;
	font-weight: bold;
	color: #c88a2f;
	padding-top: 10px;
	padding-bottom: 5px;
}

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	border: 1px solid #c88a2f;
	padding: 2px;
	margin: 5px;
}

.formsubmit {
	background-color: #c88a2f;
	border: 0px solid #c88a2f;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	margin-top: 20px;
	padding: 3px;
}

.formerror {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
}

.formmessage {
	border: 1px solid #ff0000;
	padding: 20px;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}