* {
	margin: 0; padding: 0;
}

body {
	font: normal normal 80% Georgia, serif;
	text-align: center;
	background: url(../images/bg-header.jpg) transparent 0 0 repeat-x;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	width: 760px;
	height: 217px;
}

#header h1 {
	width: 177px;
	height: 92px;
	position: absolute;
	left: 18px; top: 24px;
	text-indent: -999px;
	background: url(../images/logo-apartments-leidse.gif) transparent 0 0 no-repeat;
}

#tagline {
	position: absolute;
	left: 302px; top: 54px;
	width: 307px;
	height: 15px;
	text-indent: -999px;
	background: url(../images/tagline.gif) transparent 0 0 no-repeat;
}

#pictures-cards {
	display: inline;
	position: absolute;
	left: 290px; top: 86px; 
}

#main {
	background: url(../images/bg-intro.jpg) transparent top left no-repeat;
}

#main h2 {
	padding: 26px 0 0 20px;
	font-size: 1.55em;
	font-weight: normal;
}

#main h2 em {
	font-style: normal;
	color: #900;
}

#main p#intro {
	width: 600px;
	margin: 15px 0 0 30px;
	padding-bottom: 7px;
	line-height: 2em;
	color: #369;
}

#main p#intro strong {
	font-weight: normal;
}

#column1, #column2 {
	float: left;
	padding-top: 20px;
}

#column1 {
	width: 370px;
	padding-left: 30px;
	padding-right: 10px;
	background: url(../images/bg-column1.jpg) transparent top left repeat-x;
}

#column2 {
	width: 330px;
	padding-left: 20px;
	margin-bottom: 40px;
	background: url(../images/bg-column2.jpg) transparent top left repeat-x;
}

#main h3 {
	margin-bottom: 15px;
	font-weight: normal;
}

#column1 h3 {
	color: #900;
}

#column2 h3 {
	color: #369;
}

#main p {
	margin: 0 0 1.5em 10px;
	font-size: .95em;
	line-height: 1.75em;
	color: #300;
}

#main dl {
	font-size: .95em;
	color: #300;
}

#main dt {
	color: #900;
	margin-bottom: .5em;
}

#main dd {
	margin-bottom: 1em;
}

#main p a,
#main dl a  {
	color: #369;
	text-decoration: none;
	border-bottom: 1px solid #829ebb;
}

#main p a:hover {
	color: #829ebb;
	border-bottom-color: #369;
}

#main .notice {
	font-family: Arial, sans-serif;
	font-size: .9em;
	color: #900;
}

#main p.notice a {
	color: #900;
	text-decoration: none;
	border-bottom: 1px solid #c66;
}

#main p.notice a:hover {
	color: #c66;
	border-bottom-color: #900;
}

#main ul.notice {
	width: 300px;
	margin: 0 0 15px 15px;
	line-height: 2em;
	color: #900;
	list-style-type: square;
}

#main p.button {
	font-size: 1.5em;
	color: #FF0000;
	
}

#main p.button a {
	color: #900;
	text-decoration: none;
	border-bottom: 1px solid #c66;
}

#main p.button a:hover {
	color: #c66;
	border-bottom-color: #900;
}

table#prices {
	margin: 0 0 20px 15px;
	font-size: .95em;
	border-collapse: collapse;
}

table#prices caption {
	display: none;
}

table#prices tr.even {
	background-color: #f4f7f9;
}

table#prices tr.horizontal-row {
	border-bottom: 1px solid #cdd8e3;
}

table#prices th {
	font-weight: normal;
	color: #369;
}

table#prices td {
	width: 99px;
	height: 30px;
	font-size: 1.2em;
	text-align: center;
	color: #900;
	border-left: 1px solid #cdd8e3;
}

table#prices td.empty {
	border: none;
}

table#prices tfoot td {
	padding-top: 10px;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: .85em;
	color: #c66;
}

#thumbs {
	width: 340px;
	margin-bottom: 20px;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #eaeff5;
}

#thumbs li {
	float: left;
	margin-right: 20px;
	text-align: center;
}

#thumbs li p {
	margin: 0 0 15px 0;
	width: 130px;
	font-family: Arial, sans-serif;
	font-size: .8em;
	color: #369;
}

#thumbs img {
	border: 5px solid #e1e8f0;
}

#thumbs a:hover img {
	border-color: #99b2cc;
}

form {
	margin: 0 0 0 10px;
}

.form-row {
	margin-bottom: 15px;
}

form label {
	display: block;
	margin-bottom: 10px;
	color: #900;
}

form legend {
	margin-bottom: 10px;
	color: #900;
}

form fieldset {
	margin-bottom: 20px;
	border: 0;
}

form .text {
	width: 278px;
	height: 20px;
	border: 1px solid #e5bfbf;
	background: url(../images/bg-textfield.jpg) top left repeat-x;
}

form .submit {
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 120px;
	height: 30px;
	font-family: Georgia, serif;
	font-size: 1.15em;
	color: #900;	
	border: 1px solid #e5bfbf;
	background: url(../images/bg-button.jpg) top left repeat-x;
}

form textarea {
	padding: 5px 10px 10px 5px;
	width: 278px;
	border: 1px solid #e5bfbf;
	font-family: Georgia, serif;
	font-size: .95em;
	color: #300;
	background: url(../images/bg-textarea.jpg) bottom left repeat-x;
}

form select {
	margin-bottom: 10px;
	padding: 1px;
	font-family: Georgia, serif;
	font-size: .95em;
	color: #300;
}

form select.day {
	width: 50px;
}

form select.month {
	width: 100px;
}

form select.year {
	width: 65px;
}

#main form p {
	width: 300px;
	margin: 0 0 10px 0;
	color: #300;
}

#main form p.note {
	margin: 5px 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 7.5pt;
	color: #933;
}

#map {
	margin-bottom: 20px;
}
