/* portfolio.rakkerdesign.nl stylesheet by Stefan van Daalen - www.rakkerdesign.nl */
/* All content belongs to portfolio.rakkerdesign.nl; copyright 2006-2007,  www.portfolio.rakkerdesign.nl */
/* August 10th, 2006 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
   designer's written permission. However, feel free to study the CSS and use
   techniques you learn from it elsewhere. */

/* Basic Elements */

body, html {
	margin: 0px 0px 0px 0px;
        min-height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 9pt;
  background: #bcac94
}

.text {
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.imagework {
  border: 4px solid #868775
}

.tablework {
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #7d5941;
  font-size: 10px;
  font-weight: bold
}

.headwork {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #868775;
}

.descwork {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

.mainme {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

.leftcontact {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  text-align: left
}

.rightcontact {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #7d5941;
  font-size: 11px;

}

a:link, a:visited {
	color : #868775;
	background-color: transparent;
  font-weight: bold
}

a:hover {
	color: #FFFFFF;
}

/* Layout */

/* Navigation plus header */

#codedbyrakker {
	margin: 0 auto;
	width: 600px;
  background-repeat: repeat-y;
}

#banner {
	width: 600px;
	height: 149px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#navigation {
	margin: 0px 0px;
	width: 600px;
	height: 34px;
	position: relative;
	}

/* Content */

/* work part */

#work {
	width: 600px;
	height: 130px;
	background:  url(images/work.jpg) no-repeat;
}

#box {
	width: 350px;
    height: 130px;
  float: left;
}

/* main part */

#main2 {
	width: 600px;
	height: auto;
    float: left;
}

.box2 {
	width: 600px;
	background-image: url(images/con_mid.gif);
}

