/*
FESTA ZEEFDRUK
*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #1f1a17;
	margin: 0;
	padding: 0;	
	font-family: verdana, helvetica;
	font-size: 11px;
	}
table {
	border-collapse: collapse;
	padding: 0;
	}
a { color: #08A2F8; text-decoration: none; }
a:hover { color: #076EEF; }
img	{
	border: 0;
	}
h1	{
	color: #ffcc00;
	font-size: 17px;
	margin: 0;
	padding: 0;
	}
input, select {
	font-family: verdana;
	font-size: 11px;
	color: #D1A704;
	background-color: #1F1A17;
	border: 1px solid #D1A704;
	padding: 3px;
	width: 200px;
}
textarea {
	font-family: verdana;
	font-size: 11px;
	color: #D1A704;
	background-color: #1F1A17;
	border: 1px solid #D1A704;
	padding: 3px;
}
.submitbut {
	margin-top: 7px;
	background-color: #8AC768;
	border: 1px solid #0C6721;
	color: #05150B;
	font-weight: bold;
	width: 100px;
}
fieldset a {
	color: #fff;
}

#hiddenAnders1, #hiddenAnders2 {
display:none;
margin:0;
padding:0;
}

/* 
Main lay-out 
*/

.container {
	margin: 0 auto;
	border-collapse: collapse;
	padding: 0;
	height: 100%;
	width: 960px;
	}

.header {
	width: 960px;
	height: 157px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	}

.header table {
	width: 960px;
	}
.headeradres {
	color: #2f1b12;
	line-height: 20px;
	font-weight: bold;
	width: 219px;
	text-align: right;
	padding-right: 10px;
	}
.headeradres a {
	color: #2F1B12;
	text-decoration: none;
	}
.headerspacer {
	text-align: left;
	padding-left: 17px;
	}
	
.content {

	color: #fff;
	vertical-align: top;	
	}

.content div {
	padding-left: 30px;
	padding-top: 25px;
	line-height: 20px;
	padding-right: 20px;
	}
.side {
	vertical-align: top;
	width: 217px;
	height: 100%;
	background-image: url('images/side.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	}
	/* 
	side buttons
	*/
	#button {
	background-image: url('images/buttonbg.jpg');	
	z-index: 99;
	width: 225px;
	color: #fff;
	position: relative;
	margin-left: -19px;
	border: 1px solid #ffcc00;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	margin-bottom: 5px;
	}
	#buttonOn {
	background-image: url('images/buttonbg2.jpg');	
	z-index: 99;
	width: 225px;
	color: #fff;
	position: relative;
	margin-left: -19px;
	border: 1px solid #ffcc00;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	margin-bottom: 5px;
	}	
	.buttontext {
	padding: 5px;
	padding-left: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	}
	#button a {
	color: #ffcc00;
	text-decoration: none;
	}
	#button a:hover {
	color: #fff;
	}
	#buttonOn a {
	color: #fff;
	text-decoration: none;
	}

/*
Pics
*/

.pics {
	width: 260px;
	vertical-align: top;
	padding-top: 10px;
}

	.pic {
	    width: auto;
	    padding: 5px;
		margin: 10px;
		margin-right: 0;
	    text-align: center;
		border: 1px solid #444;
		clear:both;
	}
	    .pic img {
	        position: relative;
	        display: block;
	    }
		
		

.thumbnails {
position:relative;
margin:0;
padding:0;
width:auto;
list-style:none;
float:right;
margin-right:12px;
margin-top:5px;
}		

.thumbnails li {
margin:0;
padding:0;
float:left;
margin-left:10px;
margin-bottom:10px;
cursor: pointer;
}

/*
High Slide
*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	padding: 0px;
	background-color: white;
}
.highslide-loading {
    display: block;
	color: WHITE;
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
    text-decoration: none;
	padding: 0px;
	border: 0px solid black;
    background-color: WHITE;
    
    padding-left: 0px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 32px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 0px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 100px 0px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}