@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div
{
	display: block;
	line-height: 18px;
}

p
{
	margin-bottom: 15px;
	line-height: 18px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

body
{
	text-align: center;
	height: 100%;
	min-height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
	background: #d5d5d5;
}

textarea
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, .htekst1, h2, h3
{
	color: #96be0e;
	font-size: 20px;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding-bottom: 10px;
}

#right h1
{
	color: #941520;
}

h2
{
	font-size: 18px;
	line-height: 20px;
}

td h2
{
	padding-top: 20px;
}

h3
{
	font-size: 15px;
	line-height: 17px;
}

#page-container
{
	width: 800px;
	height: auto !important;
	min-height: 460px;
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	background: #fff;
	padding: 20px 0px;
	-moz-box-shadow: 1px 1px 5px #777;
	-webkit-box-shadow: 1px 1px 5px #777;
	box-shadow: 1px 1px 5px #777;
	behavior: url(http://www.siriusvastgoed.nl/WoondomeinAandeLinge/css/PIE.htc);
}

#left, #right
{
	float: left;
	width: 320px;
	padding: 10px;
	margin-left: 40px;
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
	behavior: url(http://www.siriusvastgoed.nl/WoondomeinAandeLinge/css/PIE.htc);
	color: #444;
	text-decoration: none;
}



div.top
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
}

div.logo
{
	height: 160px;
	text-align: center;
	background: #fff;
}

div.tekst
{
	margin-top: 15px;
	height: 130px;
	text-align: left;
	padding: 0px 5px;
}

img.button
{
	float: right;
}

#left:hover, #right:hover
{
	background: #eee;
}

#left:hover .logo, #right:hover .logo
{
	border: 1px solid #ccc;
}


#left .logo img
{
	padding-top: 3px;	
}

#right .logo img
{
	padding-top: 10px;	
}