@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #adc2ca url(../assets/body_bg.jpg) repeat-x fixed left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	min-width: 1100px;
}

a {
	color: #fff;
}

#container {
	position: relative;
	float: left;
	width: 100%;
	min-height: 600px;
	background-attachment: fixed;
	background-image: url(../assets/container_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#header {
	position: relative;
	float: left;
	width: 100%;
	height: 90px;
	margin: 0 0 15px 0;
}

	#logo {
		position: fixed;
		float: left;
		margin: 30px;
	}
#maincontainer {
	position: relative;
	float: left;
	width: 100%;
}
	#left {
		position: fixed;
		float: left;
		width: 210px;
		height: 510px;
		margin: 0 60px 0 0;
		left: 0;
	}
		#nav_left {
			position: relative;
			float: left;
			width: 210px;
			padding: 10px 0 0 0;
		}
			#nav_left ul {
				position: relative;
				float: left;
				width: 210px;
			}
				#nav_left ul li {
					position: relative;
					float: left;
					width: 210px;
					margin: 0 0 10px 0;
					list-style-type: none;
				}
					#nav_left ul li a,
					#nav_left ul li a:link,
					#nav_left ul li a:visited,
					#nav_left ul li a:active,
					#nav_left ul li a:hover {
						position: relative;
						float: left;
						font-size: 11px;
						font-weight: bold;
						line-height: 12px;
						text-decoration: none;
						width: 180px;
						padding: 4px 0 6px 30px;
						color: #fff;
						cursor: pointer;
						background: url(../assets/menu_item_bg.png) scroll no-repeat -15px 0px;
					}
					
					#nav_left ul li a.current,
					#nav_left ul li a.current:link,
					#nav_left ul li a.current:visited,
					#nav_left ul li a.current:active,
					#nav_left ul li a.current:hover {
						background-position: -215px 0px;
					}
		#right {
			position: relative;
			float: left;
			margin: 0 0 0 280px;
			width: 680px;
		}
			#right h2 {
				color: #FFFFFF;
				font-size: 14px;
				margin-bottom: 30px;
			}
#footer {
	margin-left: 280px;
	padding-bottom: 10px;
}
	#footer p, #footer p a {
		color: #287e9c;
	}

#boxContact a:link,
#boxContact a:hover {
	color: #fff;
	text-decoration: underline;
}

#contactText {
	width: 200px;
}

a {
	outline: none;
}

p {
	font-size: 11px;
}

img {
	border: none;
}

span.subtitle {
	color: #8fc6d9;
	font-weight: bold;
}

table {
	width: 650px;
}

td.header {
	font-size:12px;
	font-weight: bold;
}
td.text {
	font-size:11px;
}
td.more_info {
	font-size: 10px;
	text-align: right;
	height: 20px;
}
	td.more_info a,
	td.more_info a:link,
	td.more_info a:visited,
	td.more_info a:active,
	td.more_info a:hover {
		color: #fff;
	}
td hr {
	border-bottom: 1px dotted #FFF;
	height: 1px;
}
.alignRight {
	text-align: right;
}

.header {
	vertical-align: top;
}

a.roundbutton,
a.roundbutton:link,
a.roundbutton:visited,
a.roundbutton:active,
a.roundbutton:hover {
	position: relative;
	float: right;
	font-size: 11px;
	font-weight: bold;
	background: url(../assets/roundbutton.gif) scroll no-repeat top left;
	color: #659db1;
	padding-top: 4px;
	text-decoration: none;
	text-align: center;
	width: 88px;
	height: 21px;
	cursor: pointer;
}

#boxTweedehands-overview table {
	margin: 0 0 15px 0;
}

th {
	text-align: left;
	font-size: 0.8em;
	padding: 5px 0;
}

.item {  
    width:114px;  
    height:77px;     
    border:2px solid #fff; 
       
    /* required to hide the image after resized */  
    overflow:hidden;  
       
    /* for child absolute position */  
    position:relative;  
       
    /* display div in line */  
    float:left;  
}
   
#boxTweedehands-overview img {  
	border:0;  
       
    /* allow javascript moves the img position*/  
    position:absolute;
}  
  
.clear {  
    clear:both;   
}

.line {
	border-top: solid 1px #77acbf;
}

#gallery {  
	position:relative;  
	height:223px;
	margin: 5px 0;
}  
#gallery a {  
	float:left;  
	position:absolute;  
}  

#gallery a img {  
	border:none;  
}  

#gallery a.show {  
	z-index:500  
}  

#gallery .caption {  
	z-index:600;   
	background-color:#000;   
	color:#ffffff;   
	height:30px;   
	width:307px;   
	position:absolute;  
	bottom:0;  
}  

#gallery .caption .content {  
	margin: 5px; 
}  

#gallery .caption .content h3 { 
	color:#1DCCEF;  
}

#maintitle {
	display: none;
	visibility: hidden;
}

#sendEmail {
	float: left;
	width: 100%;
	font-size: 11px;
	height: 330px;
}

#bedankt {
	height: 330px;
}

#sendEmail li {
	list-style-type: none;
	padding-bottom: 15px;
}

li.buttons {
	padding-left: 26%;
}

#sendEmail label {
	cursor: pointer;
	display: block;
	float: left;
	padding-right: 1%;
	width: 25%;
}

#sendEmail input, #vraag, #uwVraag {
	width: 250px;
}

#sendEmail input, #sendEmail select, #sendEmail textarea {
	border: solid 1px #fff;
}

#sendEmail button {
	background: #007e9f;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-left: 2px;
	padding: 0 10px;
	-moz-border-radius: 10px;
}

#uwVraag {
	height: 8em;
}

td.thumbs {
	width: 240px;
}

#boxDetail p a {
	margin: 5px 3px 5px 0;
}

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

#boxDetail li {
	list-style-type: none;
	font-size: 11px;
}

.image {
	margin: 10px 0;
}

.detail {
	margin-bottom: 10px;
}

.opties {
	padding-left: 10px;
}

.error {
	font-weight: bold;
	margin-left: 5px;
}

#boxOpeningsuren p.image {
    float: left;
    margin-right: 20px;
}