html, body {
	margin: 0;
	padding: 0;
		font-family: calibri,verdana,arial,sans-serif;
}

body {
	background-image: url('../img/bg.png');
	color:black;
	}

img {
	border: 0;
}

img, div { behavior: url('css/iepngfix.htc') } /* voor semi-transparantie in IE6 */
	
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}


blockquote {
font-style: italic;
margin: 0px;
padding: 10px;
}


#container{
	width:870px;
	background-color: #888888;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	border:1px solid #000;
	text-align:left;
	position:relative;
	padding: 5px;
	background-image: url('../img/containerbg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
* html #container {width:870px;w\idth:878px}/* box model hack*/

#header{
	top: 0px;
	height: 80px;
	font-style: italic;
	font-size: 80%;
}

#header a {
	color: #999999;
	text-decoration: none;
}

#header a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

#content{
	bottom: 0px;
	height: 520px;
	overflow: auto;
}

#menu{
	right: 0px;
	height: 15px;
	border: 0;
	text-align: right;
}

#menuitem {
	background-color: #888888;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 0;
}

#thumbnailcontainer{
	height:52px;	/* Height of the images + 2 */
	border:0px dashed #000;
	
	/*position:relative;
	overflow:hidden;*/
	padding:1px;
	width: 545px;
	
	/* CSS HACK */
	height: 74px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/72px;	/* Other browsers */
	height: /**/72px;
			
}


#thumbnails {
	width:400px;
	position: absolute;
	height:75px;
	left: 40px;
	overflow:auto;
	margin:0;
	padding: 0;
}

#thumbnails img {
	filter: alpha(opacity=50);
	opacity: 0.5;
	border: 1px solid #aaa;
}

#thumbnails img:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	border: 1px solid #fff;
}

#pijllinks {
	position:absolute;
	left:0px;
	z-index:10;
	padding:1px;
}

#pijlrechts {
	position:absolute;
	left:439px;
	z-index:10;
	padding:1px;
}

.tabbladen{
padding: 0;
margin-left: 0;
border-bottom: 0px solid gray;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
height: 100%;
}

.tabbladen li{
display: inline;
margin: 0;
}

.tabbladen li a{
text-decoration: none;
padding: 0px 7px;
margin-left: 3px;
border: 0px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.tabbladen li a:visited{
color: #2d2b2b;
}

.tabbladen li a:hover{
background-color: #DBFF6C;
color: black;
}

.tabbladen li a:active{
color: black;
}

.tabbladen li.unselected a{ /*selected tab effect*/
background-color: #f6ffd5;
color: #2d2b2b;
}

.tabbladen li.selected a{ /*selected tab effect*/
background-color: #DBFF6C;
color: black;
}

#foto{
	width:545px;
	left: 0px;
	height: 500px;
	overflow: auto;
	float: left;
	padding-left: 5px;
	text-align: center;
	color: #ffffff;
}

#foto a {
color: #ffffff;
}

#tekstcontainer{
	/*background-color: #888888;*/
	padding: 5px;
	margin: 0;
	top: 0px;
	height: 500px;
	font-size: 12px;
}

#tekst {
	margin: 0;
	padding: 0;
	background-color: #aaaaaa;
	height: 485px;
	overflow: auto;
	padding: 5px;
	background-image: url('../img/tekstbg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#tekst a {
	color: #aa0000;
}

#tekst h2{
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

#groottekstvak { /* tekstvak op plaats van foto's */
	margin: 35px 10px 0px 10px;
	padding: 5px;
	text-align: left;
	background-color: #666666;
	color: #ffffff;
	height: 450px;
	overflow: auto;
	font-size: 80%;
	background-image: url('../img/groottekstvakbg.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}

#groottekstvak h2{
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

#groottekstvak a{
	color: #ffffff;
	text-decoration: underline;
}

#groottekstvak table {
	border-collapse: collapse;
	
}

#groottekstvak td{
	padding: 2px 5px 5px 5px;
	border: 1px solid #aaa;
}



/* REACTIES */

.reactie {
	border-bottom: 1px solid #999;
	padding: 2px;
	margin-bottom: 2px;
}



.reactienaam {
	color: #550000;
	font-weight: bold;
}

.reactienaam a {
	color: #550000;
	text-decoration: underline;
}

.reactienaam a:hover {
	color: #990000;
	text-decoration: underline;
}

.reactiedatum {
	font-size: 90%;
	float: right;
}

.reactieinhoud {
	font-style: italic;
}

.reactieinhoud a {
	color: #662222;
	text-decoration: none;
}

.reactieinhoud a:hover {
	color: #990000;
	text-decoration: underline;
}


input , textarea {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #888888;
	color: #000000;
	font-family: calibri,verdana,arial,sans-serif;
	font-size: 12px;
	border: 0px;
	font-style: italic;
}

textarea {
	background-image: url('../img/textareabg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

submit {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #888888;
	color: #000000;
	font-family: calibri,verdana,arial,sans-serif;
	font-size: 12px;
	border: 1px solid #000;
}