/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	color:#FFF;
}

#container{
	margin: 0 auto;
	height:1000px;
	width:1000px;
}

#header{
	display:inline;
	float:left;
	height:265px;
	width:1000px;
	background:url(../images/terrassen.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#header ul li{
	display:inline;
	float:left;
	margin-top:70px;
	margin-left:49px;
	font-size:14px;
}
#header ul li a, #header ul li a:visited{
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#0033CC;
}
#header ul li a:hover, #header ul li a:active{
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	background:#0033cc;
}

#content{
	display:inline;
	float:left;
	height:700px;
	width:1000px;

}
#content-left{
	display:inline;
	float:left;
	margin-left:35px;
	height:695px;
	width:375px;
}
#content-left-thumb{
	height:124px;
	width:375px;
}
#content-left-big{
	height:367px;
	width:375px;
}
#content-left-adres{
	margin-left:2px;
	height:180px;
	width:358px;
	background:#DDD;
}
#adreslogo{
	display:inline;
	float:left;
	height:180px;
	width:98px;
	background:url(../images/homelogo.gif) no-repeat center;
	
}
#adrestekst{
	padding-top:40px;
	padding-left:20px;
	display:inline;
	float:left;
	width:240px;
	height:140px;
}
#adrestekst p{
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size:14px;
	color:#444;
}
h1{
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size:18px;
	color:#444;
}
h2{
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size:14px;
	color:#0033cc;
}
h3{
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size:12px;
	color:#0033cc;
	font-style:italic;
}
#content-right-titel{
	display:inline;
	float:left;
	height:25px;
	width:555px;
}
#content-right{
	display:inline;
	float:left;
	width:572px;
	height:667px;
	border:1px solid #DDD;
}

#content-right-binnen{
	display:inline;
	float:left;
	width:552px;
	height:647px;
	margin:10px;
	background-color:#ddd;

}
#content-right-binnen p{
	padding:1px;
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size:12px;
	color:#444;
	text-align:justify;

}

#klinkers{
	margin-top:5px;
	display:inline;
	float:left;
	width:552px;
	height:45px;
	background:url(../images/klinkers1.gif) no-repeat left;
}
#tegels{
	margin-top:5px;
	display:inline;
	float:left;
	width:552px;
	height:45px;
	background:url(../images/tegels1.gif) no-repeat left;
}
#bankirai{
	margin-top:5px;
	display:inline;
	float:left;
	width:552px;
	height:45px;
	background:url(../images/bankirai1.gif) no-repeat left;
}
#footer{
	display:inline;
	float:left;
	height:35px;
	width:1000px;
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size:10px;
	color:#ddd;
	background-position:bottom;
}



#footerlinks{
display:inline;
	float:left;
	margin-left:37px;
	padding-left:2px;
	height:34px;
	width:371px;
	border-top:1px solid #ddd;
	color:#444;
	
}
#footerrechts{
	display:inline;
	float:left;
	height:34px;
	width:574px;
	border-top:1px solid #ddd;

}

#footer-nav{
	display:inline;
	float:left;
	height:35px;
	width:590px;	
			padding-left:180px;
}
#footer-nav ul li{
	display:inline;
	float:left;

}
#footer-nav ul li a, #footer-nav ul li a:visited{
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#444;

}
#footer-nav ul li a:hover, #footer-nav ul li a:active{
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#fff;
	background:#ddd;

}
.thumbnailtd {text-align: center; width: 58px;height:58px;background-image:url(../images/backgroundthumbnails.gif); }
.bigscreen {text-align: center; width: 358px;height:358px;background-image:url(../images/backgroundbig.gif);}

