/*
 * General
 */
body{
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 12pt;
}

div#wrapper{
	width: 960px;
	margin: auto;
}

div#footer{
	height: 169px;
	background-image: url("../images/footer.png");
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
}

nav
{
	height: 100px;
}

#logoPlaceHolder
{
	height: 80px;
	margin: 0px 0px 0px 110px;
	width: 340px;
	float: left;
	background-image: url("../images/logo.png");
}

.button{
	float: left;
	height: 40px;
	width: 160px;
	margin: 40px 10px 0px 0px;
	background-color: #c8c8c8;
}

#homeButton{
	background-image: url("../images/homeButton.png");
	background-position: top center;
}

#homeButton:hover{
	background-position: bottom center;
}

#contactButton{
	background-image: url("../images/contactButton.png");
	background-position: top center;
}

#contactButton:hover{
	background-position: bottom center;
}

#bouwenButton{
	background-image: url("../images/bouwenButton.png");
	background-position: top center;
}

#bouwenButton:hover{
	background-position: bottom center;
}

/*
 * Home
 */

div#metroUI{
	margin: 50px 50px 20px 50px;
	height: 325px;
	width: 960px;
}

div#metroButtons{
	height: 325px;
	width: 275px;
	float: left;
}

div#metroImage{
	float: left;
	width: 560px;
	height: 325px;
	margin: 0px 0px 0px 25px;
	background-color: #c8c8c8;
}

div.metroButton
{
	background-color: #c8c8c8;
	width: 275px;
	height: 150px;
	background-position: top center;
	background-image: url("../images/contactMetroButton.png");
}

div.metroButton:hover
{
	background-position: bottom center;
}

div#introText
{
	padding: 0px 50px 20px 50px;
	height: 100px;
}

div#metroButtonTop
{
	margin: 0px 0px 25px 0px;
	background-image: url("../images/bouwenMetroButton.png");
}

/*
 * Not Found
 */

div#notFoundMessage
{
	height: 560px;
}

/*
 * Projects 
 */

.project
{
	height: 150px;
	width: 150px;
	background-color: #c8c8c8;
	float: left;
	margin: 5px;
}

img.photo
{
}

.ui-progressbar-value
{
	background-image: url(../images/pbar-ani.gif);
}

.cross
{
	width: 16px;
	height: 16px;
	background-image: url(../images/close_cross.png); 
	float: right;
	margin-right: 1px;
	margin-top: 1px;
}
.cross:hover
{
	background-image: url(../images/close_cross.png); 
}

.name-placeholder
{
	height: 16px;
	width: 130px;
	float: left;
}

.ui-selected
{
	background-color: #777;
}

.ui-selectable li{
 	list-style-type: none;
}

#dropzone
{
	height: 300px;
	width: 300px;
	border: solid black 1px;
}

.galleria-container{
	margin: auto;
}

.projectHeader {
	text-align: center;
}
