/**
 * @author Jurgen Schot
 * @version (22-02-2008)
 * CSS file created for Spoetnick Studio
 * Copyright &copy; 2008 Spoetnick Studio
 */
 
/**
 * Structure of the layout
 */
 
* {
	padding: 0;
	margin: 0;
}
 
body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #98141B;	
	background-color: #EEEAEA;
	text-align: center;
	}

#wrapper {
	position: relative;
	width: 899px;
	height: 688px;
  margin: 0 auto;
	margin-top: 5px;
	text-align: left;
	}
#left {
	float: left;
	width: 150px;
	height: 642px;
	background-image: url(Images/left_temp2.jpg);
}
#center {
	float: left;
	width: 443px;
	height: 642px;
	background-image: url(Images/center_temp.jpg);
}
#right1 {
	float: left;
	width: 306px;
	height: 642px;
	background-image: url(Images/right_temp.jpg);
}
#right2 {
	float: left;
	width: 306px;
	height: 642px;
	background-image: url(Images/right_temp2.jpg);
}
#right3 {
	float: left;
	width: 306px;
	height: 642px;
	background-image: url(Images/right_temp3.jpg);
}
#footer {
	float: left;
	width: 899px;
	height: 43px;
	background-image: url(Images/footer3.jpg);
	background-repeat:no-repeat;
	align: center;
}
#footer_text {
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	font-size: 9px;
	padding-top: 5px;
	line-height: 12px;
	letter-spacing: 2px;
	margin-left: 180px;
}
#email {
	position: absolute;
	margin-top: 10px;
	margin-left: 853px;
}
#content {
	margin-left: 50px;
	margin-top: 167px;
	width: 377px;
	height: 387px;
}
#title {
	width:377px;
	height: 30px;
}
#text {
	width:367px;
	height: 347px;
	border: 2px solid #98141B;
	vertical-align: bottom;
	padding: 5px;
}
#title_customers {
	width:377px;
	height: 30px;
}
#customerbox {
	width:377px;
	height: 387px;
	padding: 5px;
}
.customer {
	float: left;
	margin: 5px;
}
#contactandroute_right {
	text-align: right;
	width: 250px;
	height: 220px;
	margin-top: 165px;
	margin-left: 25px;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
}
#portfolio_menu {
	width: 275px;
	height: 250px;
	margin-top: 191px;
}
#portfolio_menu_projects {
	float: left;
	width: 50px;
	height: 250x;

}
#portfolio_menu_categories {
	float: left;
	text-align: right;
	width: 225px;
	height: 250px;
	overflow: hidden;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
}
#portfolio_content {
	width:367px;
	height: 347px;
	border: 2px solid #98141B;
	vertical-align: bottom;
}
#portfolio_images {
	width:367px;
	height: 297px;
}
#portfolio_text {
	width:363px;
	height: 44px;
	padding: 2px;
	border-top: 2px solid #98141B;
}
.project {
	width: 15px;
	height: 15px;
	float: left;
	margin: 3px;
}
/**
 * Menu (main + portfolio)
 */
#navigation {
	margin-top: 170px;
	list-style-type: none;
}
#navigation a, #navigation a:link {
	margin-top:14px;
	margin-left:5px;
	height: 53px;
	display: block;
}
#wieisspoetnick a, #wieisspoetnick a:link {
	background-image: url(Images/wieisspoetnick.jpg);
}
#portfolio a, #portfolop a:link {
	background-image: url(Images/portfolio.jpg);
}
#klanten a, #klanten a:link {
	background-image: url(Images/klanten.jpg);
}
#producten a, #producten a:link {
	background-image: url(Images/producten.jpg);
}
#contactenroute a, #contactenroute a:link {
	background-image: url(Images/contactenroute.jpg);
}
#nieuws a, #nieuws a:link {
	background-image: url(Images/nieuws.jpg);
}

#navport{
	list-style-type: none;
}
#navport a, #navport a:link {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #98141B;
	width: 225px;
	height: 22px;
	display: block;
	background-image: url(Images/background_portfolio_categories.jpg);
}
#navport_active a{
	color:black;
	font-style: italic;
}

#navport a:hover {
	background-position: 0 22px;
}

/**
 * Fonts: titles and other texts than maintext
 */

#title h1 {
	font-family: trebuchet ms;
	font-size: 22px;
	color: #98141B;
	letter-spacing: 5px;
}
#title_customers h1 {
	font-family: trebuchet ms;
	font-size: 22px;
	color: #98141B;
	letter-spacing: 5px;
}
#text a, #text a.link {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	text-decoration: none;
}
#text a:hover {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	text-decoration: underline;
}
#contactandroute_right a, #contactandroute_right a.link {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	text-decoration: none;
}
#contactandroute_right a:hover {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	text-decoration: underline;
}
#footer a, #footer a.link {
	font-family: Trebuchet MS;
	font-size: 9px;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Trebuchet MS;
	font-size: 9px;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.project, a.link.project {
	display: block;   
	width: 15px; 
	height:15px;    
	border:0px;    
  background-color: #98141B;
}
a.project:hover {
	display: block;   
	width: 15px; 
	height:15px;    
	border:0px;    
  background-color:#E85C0F;
}





	


