/* CSS Document */

* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

body {
	background-color: #929597;
	text-align: center;
}
body, html {
	height:100%;
}
#mainWrapper{
	
}
.dropdown{
	width:170px;
}
h2 {
	font-size: 24px;
	color: #595a5b;
	padding: 10px 0px 5px 0px;
	margin: 0;
	text-transform: none;
	}
	#overzicht h2{
		font-size: 16px;
	}
#overzicht a{
	font-weight:bold;
	text-decoration:none;
	color:#888888;
}
#overzicht a:hover{
	color:#FFFFFF;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color:#8FA0D8
}


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

/* Divisions */

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 130px;
	background-color: #FFFFFF;
	background-image: url(img/header_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
	#header a {
		display: block;
		width: 200px;
		height: 130px;
		text-indent: -15000px;
		}
	#header h1 {
		padding: 0;
		margin: 0;
		display: block;
		width: 200px;
		height: 130px;
		background-image: url(img/moetkunsten_logo.gif);
		background-repeat: no-repeat;				
		}
#headerruler {
	background: #203690;
	height: 20px;
	}
#mainwrapper {
	background-image: url(img/maincontainer_bg.gif);
	background-repeat: repeat-y;
}

	#nav {
		width: 200px;
		height: 300px;
		float: left;
	}
		#nav ul {
			padding: 2px 0px 15px 0px;
			margin: 0;
			list-style-type: none;
		}
			#nav ul li {
				border-bottom: #FFFFFF dashed 1px;
			}
				#nav ul li a {
					padding: 4px 15px;					
					display:block;
					color: #000000;
					text-decoration: none;
					text-transform: capitalize;
					}
				#nav ul li a:hover{
					color:#FFF;
					background-color:#203690;
				}
	
	#content {
		margin: 0 0 0 184px;
			min-height:700px;
			height:auto !important;
			height:700px;
		padding: 0 20px 40px 30px;
		/padding: 0 10px 40px 10px;
	}
	.blog #content {
		padding: 0 20px 40px 30px;
		/padding: 0 10px 40px 70px;		
	}
		#content #overzicht {
			width: 480px;
			padding: 0;
			margin: 10px 0;
			border: none 0px;
			/margin-left:5px;
			}
			
			#content #overzicht td {
				/* background-color: #FFCC00; */
				padding: 0 4px 4px 0;
			}

			#content #overzicht td div.item {
				/* background-color: #00FFCC; */
				/* height: 200px; */
				}
				#content #overzicht td div.item .thumb {
					background-position: center;
					background-repeat: no-repeat;
					width:177px;
					/width:175px;
					}
				
				#content #overzicht td div.item .thumb a {
					border: 1px solid #D7DEE3;
					display: block;
					width: 175px;
					height:175px;
					text-align: right;
					}
				
				#content #overzicht td div.item .thumb a:hover {
					border: 1px #003399 solid;
										
					}
				
				
				#content #overzicht td div.item .thumb img {
					border: none;
				}

				#counter a{
					text-decoration:none;
					display:inline-block;
					padding:5px;
					background-color:#D7DEE3;
					color:#203690;
					width:auto;
					text-align:center;
					border: 1px solid #203690;
					margin-bottom:5px;					
				}
				#counter a:hover{
					background-color:#203690;
					color:#FFF;
				}
				#content #overzicht td div.item .info {
					background-color: #bbc2c8;
					height: 80px;
					margin: 10px 0 30px 0;
					padding: 10px;
					}
					.info dl {
						padding: 0;
						margin: 0;
						}
					.info dl dt {
						}
					.info dl dd {
						padding: 0;
						margin: 0;
						font-weight: bold;
						}
					
					.info dl.detail {
					}
					.info dl.detail dt {
						margin: 10px 0 0 0;
						font-weight: bold;
						}
					.info dl.detail dd {
						padding: 0;
						margin: 0;
						font-weight: normal;
						}
					.info a {
						text-decoration: none;
						color: #CC0000;
						font-weight: bold;
						}

#detail {
	margin: 0px 0;
	padding:15px 0 0 0;
	width:100%;
	}
.info{
	position:relative;	
}
a#question{
	position:absolute;
	right:0px;
	top:0px;
	text-decoration:none;
	display:inline-block;
	padding:5px;
	background-color:#D7DEE3;
	color:#203690;
	width:auto;
	text-align:center;
	border: 1px solid #203690;	
}
a#question:hover, a#tellafriend:hover{
	background-color:#203690;
	color:#FFF;	
}
a#tellafriend{
	position:absolute;
	right:0px;
	top:30px;
	text-decoration:none;
	display:inline-block;
	padding:5px;
	background-color:#D7DEE3;
	color:#203690;
	width:auto;
	text-align:center;
	border: 1px solid #203690;	
}
	.info1{
		font-weight:bold;
		line-height:18px;
		font-size:12px;
	}
	.info2, .info2 p{
		font-size:12px;
	}

#footer {
	color: #FFFFFF;
	padding: 3px 15px;
}
	#footer a {
		color: #FFFFFF;
		text-decoration: none;
		}

fieldset {
	padding: 10px;
	border: 0;
}
		
label {
	display: block;
	width: 150px;
	float: inherit
	}

input {
	width: 250px;
	}

input.SendButton {
	width: 100px;
	}
	
#content-footer{
	margin:10px 0px;
	text-align:center;
}
#content-footer a {
		text-decoration:none;
		display:inline-block;
		padding:5px;
		background-color:#D7DEE3;
		color:#203690;
		width:auto;
		text-align:center;
		border: 1px solid #203690;
}
#content-footer a:hover{
		background-color:#203690;
		color:#FFF;	
}
#fotocontent {
}
#fotocontent img{
	margin:0px 0px 10px 0px;
}
#detailfotos{
	position:relative;
	text-align:center;
}
#verkocht {
	position:absolute;
	top:210px;
	z-index: 99999;
}
#zoekop {
	padding: 0 0 0 15px;
	}
.belangrijk {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
#voorbeeld{
	padding: 10px;
	border: 1px solid #999;
	background: #FFF;
}
#voorbeeld, #voorbeeld a, #voorbeeld span{
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666;
}
#mailing{
	width:570px;
	padding:5px;
	background-color:#D7DEE3;
}
.filters{
	float:left;
	margin-right:5px;
}
#form1b{
	height:30px;
}
