/* CSS Document */

/* Standard attributes */
* {
	margin: 0px;
	padding: 0px;
}
	
body {
	background-color: #4D5639;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 17px;
}

a:link, a:visited {
	color: #c23f2d; 
	text-decoration: none;
	border-bottom: 1px dotted #c23f2d;
}

a:hover {
	color: #76261B;
	border-bottom: 1px dotted #76261B;
}

a.figuur:link, a.figuur:visited, a.figuur:hover {
	text-decoration: none;
	border-bottom: 0px;
}

/* Container */
#container {
	position: relative; 
	width: 750px; /* 770 - (padding-left + padding-right) */
	margin: 0 auto; /* auto centers the div */
	text-align: left;
	background-image: url('img/bg.gif');
	background-repeat: repeat-y;
	padding: 0px 10px;
	background-color: #fff;
}
		
/* Header */
#header {
	height: 194px;
	background-image: url('img/header.jpg');
	background-repeat: no-repeat;
}

#intro {
	height: 184px; /* 194px - (padding-top + padding-bottom */
	width: 173px; /* 193 - (padding-left + padding-right) */
	background-image: url('img/hash.png');
	float: right;
	overflow: hidden;
	padding: 5px 10px;
	color: #fff;
}

/* Topmenu */
#topmenu {
	height: 30px;
	background-color: #000;	
	text-align: center;
}
	
#topmenu ul {
	padding: 0;
	list-style: none;
}

#topmenu li {
	margin: 0;
	float: left;
	height: 30px;
	padding: 0;
}
		
#topmenu li a:link, #topmenu li a:visited {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 30px;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 0;
	text-decoration: none;
}
		
#topmenu li a:hover {
	background-color: #b24a2f;
	border-right: 1px solid #fff;
	border-bottom: 0;
	text-decoration: none;
}

#topmenu a#beheericoon {
	float: right;
	width: 30px;
}

#topmenu a#beheericoon img {
	float: right;
	border: 0;
}
			
/* Content */	
#content {
	width: 500px; /* 550 - (padding-left + padding-right) */
	min-height: 300px; /* 250 - (padding-top + padding+bottom) */
	padding: 25px 25px;
}

/* Exceptions */
#page_fotoalbum #content {
	min-height: 550px;
}

div.overzichtsfoto {
	background-image: url('img/overzichtsfoto.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}
		
#content h1 {
	margin: 5px 0px;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #9b9a87;
}

/* Contact */
table#contact {
	width: 300px;
}

table#contact th#links {
	width: 50px; 
}

table#contact td#rechts {
	width: 250px;
}

/* Producten */
table#producten {
	width: 430px;
}

.links {
	width: 100px;
	text-align: center;
	vertical-align: top;
}

.rechts {
	width: 330px;
	text-align: left;
	vertical-align: top;
}
		
/* Sidebar */
#sidebar {
	float: right;
	width: 163px; /* 193 - (padding-left + padding-right) */
	color: #000;
	padding: 15px 15px;
}
				
#sidebar h1 {
	margin: 5px 0px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: #808648;
}
		
/* Footer */
#footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 30px;
	clear: both;
}
		
/* Special */
img.border {
	border-style: double;
	border-color: #4D5639;
	border-width: 3px;
}
	
img.left {
	float: left;
	margin: 2px 10px 2px 0px;	/* top right bottom left */
}
		
img.right {
	float: right;
	margin: 2px 0px 2px 10px;	/* top right bottom left */
}

img.c_info {
	border: 0;
	border-bottom: 1px dotted #76261B;
	vertical-align: bottom;
}

.opmerking {
	color: #c23f2d;
}

.fotoalbum_link {
	font-size: 9px;
}

.subtitel {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}

/* Fotoalbum */
#fotoalbum {
	position: relative;
}

#tab {
	clear: none;
	float: left;
	position: absolute;
	z-index: 2;	
	margin-top: 20px;
}

#tab * {
	z-index: 2;
}


#tab ul {
	margin:0;
    padding:0;
	list-style:none;		
}

#tab li.active {
	background: url("img/tab_rechts.png") no-repeat right top;
}

#tab li.active a {
	background: url("img/tab_links.png") no-repeat left top;
}


#tab li.inactive {
	background: url("img/tab_rechts_inactive.png") no-repeat right top;
}

#tab li.inactive a {
	background: url("img/tab_links_inactive.png") no-repeat left top;
	color: white;
}


#tab li {
    display: inline;
	margin: 0;
	float: left;	
}

#tab a {	
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;

	display: block;
	min-width: 30px;
	
	border-bottom: 0;
	
	text-align: center;
	
	/* t r b l */
	padding: 5px 15px 5px 7px;			
}

#navigatie {
	font-size: 12px;
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color:#E4E4E4;
}

#navigatie a {
	margin-left: 8px;
	border-bottom: none;
	padding-bottom:8px;
	padding-top: 5px;	
	text-align: center;
	float: left;
	background-color:#E4E4E4;
}

#navigatie a.klein {
	background-image: url('img/navigatie.png');
	padding-left: 10px;
	padding-right: 10px;
}

#navigatie a.klein:hover {
	background-position: -29px 0px;
}

#navigatie a.klein:active {
	background-position: -58px 0px;
}

#navigatie a.groot {
	background-image: url('img/navigatie2.png');
	width: 87px;
}

#navigatie a.groot:hover {
	background-position: -87px 0px;
}

#navigatie a.groot:active {
	background-position: -174px 0px;
}
/* --- */
#tabblad {
	background-color: #E4E4E4;
	
	clear: left;
	float: left;
	
	margin-bottom: 25px;
	border: 1px solid #C7C7C7;

	min-width: 375px;
	margin-top: 46px;
	z-index: 1;
}

#tabblad p.tab_info {
	margin: 10px 15px 5px 15px;
	color: #555;
}

#tabblad #volledige_foto {
	text-align: center;
	padding: 5px 10px 10px 10px;
}

#fotorij {
	padding: 5px;
	height: 125px;
}

#foto_klein {
	float: left;
	text-align: center;
	width: 125px;
}

#foto_groot {

}
