@charset "utf-8";
/*******************************************/
/****	CSS for ZIdit.nl				****/
/****	Written by John Steenbergen		****/

/*******************************************/
/****	Main Tags						****/

body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	
}

/*******************************************/
/****	Main Strucuture					****/

#container {
	/*width: 1656px;*/
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
}
#header {
	/*width: 1636px;*/
	height: 95px;
	margin-top: 50px;
	background-image: url(../images/logo_new.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#content {
	/*width: 1656px;*/
	margin-top: 30px;
	font-size: 1.1em;
}
#footer {
	width: 1636px;
	height: 92px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 30px;
}
#copyright {
	/*width: 1636px;*/
	color: #919191;
	margin-bottom: 30px;
	font-size: 1em;
	line-height: 3em;
	height: 3em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#copyright a:link, #copyright a:visited {
		color: #919191;
}

#copyright a:hover, #copyright a:active {
		color: #000000;
}

#header a img {
	float: left;
	border: none;
}

/*******************************************/
/****	Main Navigation					****/
#mainnav {
	width: 400px;
	float: right;
	height: auto;
	position: relative;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	margin-top: 58px;
	list-style: none;
	font-size: 1.1em;
}
#mainnav ul li {
	float: right;
	margin-left: 20px;
	clear: none;
}
#mainnav ul li a:link, #mainnav ul li a:visited {
	color: #333333;
	text-decoration: none;
} 
#mainnav ul li a:hover, #mainnav ul li a:active {
	color: #888888;
} 

/*******************************************/
/****	Streepjes in nav				****/
#streepje {
	background-color: #333333;
	margin-top: 12px;
}
.s-media {
	height: 2px;
	width: 33px;
}
.s-design {
	height: 2px;
	width: 40px;
}
.s-concepts {
	height: 2px;
	width: 60px;
}
.s-architecture {
	height: 2px;
	width: 64px;
}
.s-urbanism {
	height: 2px;
	width: 69px;
}

/*******************************************/
/****	Portfolio Content				****/

.columns {
	width: 208px;
	margin-right: 30px;

	float: left;
}
.rightcolumn {
	width: 208px;
	margin-right: 20px;
	float: left;
	
}
#subnavbar {
	font-size: 0.9em;
	clear: both;
	margin-bottom: 30px;
}
#content img {
	border: 4px black solid;
}
#content h1 {
	font-size: 1.5em;
	margin-top: 26px;
	color: #333333;
}
#content p {
	line-height: 2em;
	color: #666666;
}
#content p a:link, #text a:link, #content p a:visited, #text a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#content p a:hover, #text a:hover, #content p a:active, #text a:active {
	text-decoration: none;
	color: #000000;
}
#content a:link img, #content a:visited img {
	text-decoration: none;
	border: 4px solid #000000;
}
#content a:hover img, #content a:active img {
	border: 4px solid #333;
}
#linkbar {
	/*width: 1656px;*/
	height: 30px;
	margin-bottom: 30px;
	clear: both;
	margin-top: 20px;
}

/*******************************************/
/****	Footer Content					****/

#image {
	height: 90px;
	width: 90px;
	float: left;
}
#nav {
	height: 32px;
	margin-left: 30px;
	float: left;
	width: 800px;
	font-size: 1.1em;
	font-weight: bold;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
	margin-top: 0px;
	margin: 0;
	padding-left: 52px;
	padding-right: 52px;
}
#nav li a:link, #nav li a:visited {
	color: #999999;
	text-decoration: none;
	font-size: 1.2em;
}
#nav li a:hover, #nav li a:active {
	text-decoration: underline;
	color:#666;
}
#text {
	float: left;
	height: 60px;
	width: 800px;
	margin-left: 30px;
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: 1px;
}
#text p {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
