/* IMPORT */
@import url('basic.css');
@import url('sifr.css');

/* BODY */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: url('img/bg_body.png') repeat-x;
}

/* WRAPPER */
#wrapper
{
	width: 960px;
	margin: 0 auto;	
}

/* HEADER */
#header
{
	width: 960px;
	height: 154px;
	background: url('img/header.png');	
}

/* CONTAINER */
#container
{
	width: 960px;
	background: url('img/bg_container.png') no-repeat;
}

/* MENU */
#menu
{
	float: left;
	width: 180px;
	margin: 36px 0;	
	line-height: 1em;
}

	#menu ul
	{
		list-style: none;
		margin: 0;
		padding: 0;	
		text-align: right;
	}
	
	#menu li
	{
		background: url('img/bg_menu_li.png') no-repeat right top;		
		margin: 4px 0;
	}
	
	#menu .groen
	{
		font-weight: bold;
		color: #63b436;	
		padding: 3px 10px 3px 0;
		background: none;
	}
	
	#menu li a
	{
		display: block;
		color: #000;
		text-decoration: none;
		margin: 0;
		padding: 4px 10px 4px 0;
		background: url('img/bg_menu.png') no-repeat;
		*background: url('img/bg_menu.gif') no-repeat;
	}
	
	#menu .actief
	{
		background-position: -179px 0;	
	}
	
	#social
	{
		text-align: right;	
		padding-right: 10px;
	}
	
	#social a
	{
		margin-top: 5px;
		margin-left: 5px;	
	}

/* CONTENT */
#content
{
	float: right;
	width: 780px;	
	margin: 36px 0;	
}

	#content-left
	{
		float: left;
		width: 600px;
	}
	
		#content-inner
		{
			width: 530px;
			margin: 0 auto;	
		}	
	
	#content-right
	{
		float: right;
		width: 180px;
	}
	
	#content-makelaardij
	{
		width: 745px;
		float: right;
	}
	
#content a
{
	color: #0000ff;	
}

/* WONINGAANBOD */
.woningaanbod-header
{
	width: 715px;
	height: 110px;
	background: url('img/woningaanbod_groot.png');
	padding: 15px;	
}

	.woningaanbod-header select, .woningaanbod-header input
	{
		width: 140px;
		font-size: 11px !important;
		margin-right: 10px;	
	}

.woningaanbod-detail
{
	width: 500px;	
	height: 84px;
	background: url('img/woningaanbod.png');
	padding: 15px;	
}

.woningaanbod-komkijken
{
	width: 150px;
	height: 90px;
	background: url('img/komkijken.png');	
	padding: 12px 15px;
}

.woningaanbod
{
	border-top: 1px solid #63b436;	
}

.woningaanbod td
{
	padding: 15px 0px 15px 15px;	
}

.grijs
{
	background: #f7f7f7;	
}

.wit
{
	background: #fff;	
}

.klein
{
	font-size: 11px;
	line-height: 14px;	
}
	
/* SFEER */
#sfeer
{
	width: 528px;
	height: 277px;
	background: url('img/sfeer_amsterdam.png');
	position: relative;	
}

	#sfeer-inner
	{
		position: absolute;
		left: 13px;
		bottom: 9px;	
		width: 100%;
		line-height: 1em;	
	}
	
	#sfeer-inner h1
	{
		line-height: 36px;	
	}
	
	#sfeer-inner h2
	{
		line-height: 21px;
	}

/* TEXT */
#text
{
	margin: 32px 13px;
}

.text
{
	padding: 30px;	
}

#text img
{
	padding: 0 15px 10px 0;	
}

#text td img
{
	padding: 0;	
}

#text h2
{
	margin-bottom: 10px;
	line-height: 1.5em !important;	
}

/* CONTACT */
#contact
{
	width: 528px;
	height: 160px;
	background: url('img/contact.png');	
	line-height: 18px;
	position: relative;
}

	#contact #contact-adres
	{
		position: absolute;
		top: 60px;
		left: 15px;	
	}
	
	#contact #contact-wie
	{
		position: absolute;
		top: 60px;
		left: 200px;		
	}
	
#contact-groot
{
	width: 745px;
	height: 155px;
	background: url('img/contact_groot.png');	
	line-height: 18px;
	position: relative;
}

	#contact-groot #contact-adres
	{
		position: absolute;
		top: 81px;
		left: 200px;	
	}
	
	#contact-groot #contact-wie
	{
		position: absolute;
		top: 81px;
		left: 400px;		
	}
	
#contact-balk
{
	width: 525px;
	height: 46px;
	line-height: 46px;	
	background: url('img/contact_balk.png');
}

	#contact-balk .contact-knop
	{
		width: 155px;
		height: 27px;
		line-height: 27px;
		margin-left: 9px;
		display: inline-block;
		color: #fff;
		font-weight: bold;	
		text-align: center;
		font-size: 12px;
		text-decoration: none;
		background: url('img/contact_knop.png');
	}
	
/* FORMULIER */
#formulier
{
	width: 528px;
	height: 569px;
	background: url('img/formulier.png');	
	line-height: 25px;
}

.formulier-nieuwsbrief
{
	height: 354px !important;
	background: url('img/formulier-nieuwsbrief.png') !important;	
}

	#formulier input[type='text'], #formulier textarea
	{
		width: 250px;
	}
	
	#formulier textarea
	{
		height: 100px;	
	}
	
/* SIDEBAR */
.sidebar
{
	width: 180px;
	background: url('img/bg_sidebar.png') no-repeat;	
}

	.sidebar .kop
	{
		color: #FFF;
		height: 22px;
		line-height: 20px;
		margin: 0 10px;
	}
	
	.sidebar .tekst
	{
		margin: 5px 10px;
		font-size: 11px;
		line-height: 16px;	
	}
	
/* STERREN */
.sterren
{
	display: inline-block;
	width: 100px;
	height: 19px;
	background: url('img/sterren_grijs.png');	
}

.sterren-inner
{
	background: url('img/sterren_kleur.png');
	height: 19px;	
}

.times
{
	font-family: Times;
	background: url('img/quote.png') no-repeat;	
	font-size: 15px;
	font-style: italic;
}

/* SLIDESHOW */
.slideshow
{
	margin: 0 auto 0 auto;
	width: 500px;	
	position: relative;
}

	#pijl-links, #pijl-rechts
	{
		z-index: 15;
		position: absolute;
		width: 27px;
		height: 64px;
		cursor: pointer;
		cursor: hand;	
	}

	#pijl-links
	{
		left: 0;
		background: url('img/pijltjes.png') no-repeat left center;
	}
	
	#pijl-rechts
	{
		right: 0;
		background: url('img/pijltjes.png') no-repeat right center;
	}

.slideshow-thumbs
{
	z-index: 10;
	float: left;
	width: 446px;
	height: 64px;	
	overflow: hidden;
	position: relative;
	padding-left: 27px;
}

	.slideshow-thumbs ul
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	.slideshow-thumbs li
	{
		width: 100px;
		height: 64px;
		float: left;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.slideshow-thumbs img
	{
		width: 94px;
		height: 64px;
		cursor: pointer;
		cursor: hand;
	}

/* FOOTER */
#footer
{
	background: url('img/bg_footer.png') repeat-x;	
}
	
	#footer-inner
	{
		width: 960px;
		height: 53px;
		margin: 0 auto;	
		padding: 15px 0 0 0;
		background: url('img/logos2.png') 0 15px no-repeat;
	}

	/*
	#footer-left
	{
		float: left;
		width: 216px;	
		margin: 11px 0;
		font-size: 11px;
		line-height: 30px;
	}
	
	#footer-right
	{
		float: right;
		width: 744px;	
		height: 53px;
		margin: 11px 0;
		background: url('img/logos.png') no-repeat;
	}
	*/
	
		#footer a
		{
			display: block;
			float: left;
			margin-right: 8px;	
		}

/* HR */
.hr
{
	border-top: 1px solid #63b436;
	margin: 10px 0;	
}

#googlemaps, .googlemaps
{
	width: 500px;
	height: 400px;	
	border: none;
	padding: 0;
	margin: 0;
}

a
{
	color: blue;	
}

.zwart
{
	color: black !important;
	text-decoration: none;	
}
/* HEADINGS */
h1 { font-size: 36px; }
h2 { font-size: 17px; }
h3,h4 { font-size: 17px; }
h5,h6 { font-size: 11px; }
h1,h2,h5 { color: #000; }
h3,h4,h6 { color: #fff; }
	
/* FORMULIEREN */
input[type='text'], textarea, select
{
	border: 1px solid #336600;
	font-size: 13px;
	padding: 2px;
	font-family: Verdana;	
}

.error
{
	border: 1px solid #ff9933 !important;	
}
