/****************************************
| CSS Stylesheet Portfolio one3rd.nl
| Created by:	Maarten Hoogvliet, January 2009
| Note: Wie dit leest is gek
****************************************/



/*GENERAL*/

* {
		border: 0px;
		font: 11px, Arial, Verdana, Helvetica, sans-serif;
		font-size:11px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
		margin:0;
		padding:0;
		background:#FFFFFF;
		color:#FFF;
}

#page-container {
		position: relative;
		text-align: left;
		width:908px;
		background:#FFF;
}

h1 {
		font-size:11px;
		font-weight:normal;
		text-decoration:none;
		color:#FFF;
		margin-top:0px;
		margin-bottom:0px;
}

img {
		border:0px;
}

a:link, a:visited, a:active {
		text-decoration: none; color: #ff00ff;
}

a:hover {		
		text-decoration: none; color:#ff00ff;
		border-bottom:1px;
		border-bottom-style:solid;
}
a:visited {
		text-decoration: none; color:#ff00ff;
}
	
a:active {
		text-decoration: none; color:#ff00ff;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



/*HEADER*/



#header {
		position: relative;
		background:#000;
		height:41px;
		width:908px;
}

.logo {
		float:left;
		margin:13px 0px 0px 14px;
		height:15px;
		width:57px;
}

#title {
		float:left;
		margin:14px 0px 0px 11px;
		height:15px;
		width:190px;
		color:#7b7b7b;
}

#contact {
		float:right;
		margin:14px 0px 0px 0px;
		height:15px;
		width:205px;
}

#netwerk {
		float:right;
		margin:13px 11px 0px 0px;
		height:15px;
		width:53px;
		background:#000;
}



/*ABOUT*/	


	
#about {
		position: relative;
		height:146px;
		width:908px;
}

#tekst1 {
		float:left;
		margin:40px 0px 45px 0px;
		height:66px;
		width:380px;
		color:#000;
}

#tekst2 {
		float:left;
		margin:40px 0px 45px 0px;
		height:66px;
		width:380px;
		color:#000;
}

#handtekening_zwart {
		float:right;
		margin:40px 0px 45px 0px;
		height:66px;
		width:148px;
}



/*CONTENT*/	



#content {
		position:relative;
		width:908px;
}

.project {
		border-top: 1px solid #7b7b7b; 
		padding: 10px 0px 0px 0px; 
		width:908px;
}

.space {
		height: 10px;
}

.project_tag {
		position: relative;
		background:#000;
		margin: 10px 0 10px 0; /* Top Right Bottom Left */
		height:41px;
		width:908px;
}

.tag1 {
		float:right;
		margin:14px 5px 0px 0px;
		color:#7b7b7b;
}

.tag2 {
		float:right;
		margin:14px 13px 0px 0px;
		color:#000b;
}



/*CONTENT*/	


#footer {
		position:relative;
		padding: 0px 0px 10px 0px;
		height: 270px;
		width:908px;
		background:#000;
}

.footer_space {
		border-top: 1px solid #7b7b7b;
		height: 10px;
}

.footer_tag {
		position: relative;
		background:#000;
		margin: 10px 0 10px 0; /* Top Right Bottom Left */
		height:41px;
		width:908px;
}

#tekst3 {
		float:left;
		margin:40px 0px 45px 14px;
		height:66px;
		width:380px;
		color:#7b7b7b;
}

#tekst4 {
		float:left;
		margin:40px 0px 45px 0px;
		height:66px;
		width:176px;
		color:#7b7b7b;
}

#handtekening_wit {
		float:right;
		margin:100px 60px 45px 0px;
		height:66px;
		width:148px;
}

#bottom {
		height:150px;
}
