html, body
{
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #fff url('images/background.gif');
	font: 10pt arial;
}

div.container
{
	position: absolute;
	left: 50%;
	margin-left: -389px;
	width: 778px;
	min-height: 100%;
	background: #fff url('images/container_bg.png') repeat-x 0px 156px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

div.header
{
	float: left;
	width: 778px;
	height: 130px;
	background: url('images/header.png') no-repeat;
}

div.nav
{
	float: left;
	width: 748px;
	height: 22px;
	padding: 4px 15px 0px 15px;
	word-spacing: 0.4em;
	background: url('images/nav_bg.gif') repeat-x;
}

div.main
{
	float: left;
	width: 758px;
	min-height: 320px;
	margin-bottom: 180px;
	padding: 10px;
	list-style-type: square;
}

div.left
{
	float: left;
	width: 145px;
}

.left div
{
	float: left;
	width: 125px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f4b33d;
	border: 1px solid #cf901c;
}

div.content
{
	float: left;
	width: 450px;
	margin-left: 20px;
}

a.donateur
{
	display: block;
	float: left;
	width: 444px;
	height: 60px;
	margin-top: 20px;
}

#commissies
{
	position: absolute;
	bottom: 20px;
	width: 778px;
	height: 165px;
	font-size: 0.9em;
}

div.footer
{
	position: absolute;
	bottom: 0px;
	width: 778px;
	height: 16px;
	padding-top: 4px;
	color: #fff;
	background-color: #000;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center
}

#bulletinSmall
{
	float: right;
	width: 120px;
	text-align: center;
}

/* links */

a
{
	font-weight: bold;
	text-decoration: underline;
	color: #455a19;
}
a:hover
{
	text-decoration: underline;
}

.header a
{
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	font-weight: normal;
}
.header a:hover
{
	text-decoration: underline;
}

.left a, .nav a
{
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
}
.left a:hover
{
	color: #624818;
}
.nav a:hover
{
	color: #555;
}

a.readMore
{
	float: right;
	margin-right: 40px;
	color: #fff;
	text-decoration: none;
}
a.readMore:hover
{
	text-decoration: underline;
}

.crumbs a
{
	color: #9b011d;
	text-decoration: none;
}
.crumbs a:hover
{
	text-decoration: underline;
}

a.login
{
	float: right;
	color: #555;
}
a.login:hover
{
	color: #000;
}

.footer a
{
	color: #fff;
	text-decoration: none;
}
.footer a:hover
{
	text-decoration: underline;
}

#bulletinSmall a
{
	text-decoration: none;
	color: #6f6d6e;
}

/* paragraphs */

p
{
	margin: 0px 0px 10px 0px;
}

p.pagetitle
{
	margin: 10px 0px 25px 0px;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

.header p
{
	float: right;
	margin: 105px 10px 0px 0px;
	font-family: verdana;
	font-size: 0.7em;
}

.left p
{
	margin: 0px 0px 5px 0px;
}

#commissies div
{
	color: #fff;
	margin: 72px 0px 0px 0px;
}

#commissies p
{
	margin: 10px 10px 0px 10px;
}

p.crumbs
{
	margin: 0px 0px 10px 0px;
	color: #9b011d;
	font-size: 0.8em;
}

/* images */

img
{
	margin: 0px;
	border: none;
}

.header img
{
	margin-right: 2px;
	vertical-align: text-top;
}

img.right
{
	float: right;
	margin-bottom: 10px;
	border: 3px solid white;
}

img.thumb
{
  margin: 3px;
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity:0.7;
}

img.thumb_active
{
  margin: 3px;
}

#bulletinSmall img
{
	margin-bottom: 10px;
	border: 1px dotted #6f6d6e;
}

img.bulletin
{
	margin-top: 10px;
	border: 1px solid #6f6d6e;
}


/* forms */

input
{
	padding: 3px;
	font: 8pt verdana;
	color: #000;
	background-color: #fff;
	border: 1px solid #cf901c;
}

.left input
{
	width: 119px;
}

input.button
{
	width: 84px;
	height: 25px;
	margin-top: 8px;
	padding: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

input.contact
{
  font-size: 1.0em;
  padding: 2px;
  width: 250px;
  background-color: transparent;
}

textarea.contact
{
  font-size: 1.0em;
  padding: 2px;
  color: #000;
  background-color: transparent;
  border: 1px solid #cf901c;
  width: 350px;
  height: 80px;
}

input.contactButton
{
  font-size: 1.0em;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #9b011d;
  background-color: #9b011d;
  color: #fdefbb;
  cursor: pointer;
}

select.contact
{
  padding: 2px;
  padding: 3px;
  font: 8pt verdana;
  color: #000;
  background-color: transparent;
  border: 1px solid #cf901c;
}

/* tables */
table.contact {
  border-collapse: collapse; 
  border-color: #cf901c;
  border-style: dotted;
}

table.media
{
  margin-right: -10px;
}

td.catalog
{
  text-align: center;
}

/* tabs */

.ui-tabs-nav
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ui-tabs-nav li
{
	margin: 0px;
}

.ui-tabs-nav a
{
	display: block;
	float: left;
	width: 155px;
	height: 21px;
	margin-top: 36px;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #cb0328;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	cursor: pointer;
	outline: 0;
}

.ui-tabs-nav .ui-tabs-selected a
{
	background-color: #9b011d;
	border-bottom: none;
}

.ui-tabs-hide { display: none; }

/* album */

#albumThumbs img
{
	border: 3px solid white;
}

ul.thumbs
{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

ul.thumbs li
{
	float: right;
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style-type: none;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity:0.8;
}

ul.thumbs li.selected
{

	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1.0;
}

.play, .pause
{
	float: right;
	font-weight: bold;
	color: #455a19;
	cursor: pointer;
	text-decoration: underline;
}

#albumTitle
{
	font-weight: bold;
}
#albumDesc
{
	margin-bottom: 12px;
}

/* news */

div.newsItem
{
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #000;
}

p.newsTitle
{
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

p.newsSubtitle
{
	margin-bottom: 5px;
}

span.newsDate
{
	font-size: 0.6em;
	color: #333;
}

.newsTitle a
{
	text-decoration: none;
}
.newsTitle a:hover
{
	text-decoration: underline;
}

a.fullItem
{
	float: right;
	margin-top: -15px;
	text-decoration: none;
	font-size: 11px;
}

/* admin */

div.buttons
{
  float: right;
  display: inline;
  width: 155px;
  margin: 10px 0px 0px 0px;
}
