html{
	overflow: hidden;
}

body{
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
}

#top_inlog{
	z-index: 1000;
	position: relative;
	background-color: #d7d7d7;
	height: 28px;
	width: 100%;
}

#inlog_relatie{
	cursor: pointer;
	position: relative;
	z-index: 1000;
	float: right;
	background-color: #d7d7d7;
	border-left: 2px solid white;
	width: 235px;
	height: 28px;
}

#inlog_relatie h2{
	padding: 0;
	margin-left: 8px;
	margin-top: 7px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: white;
}

#inlog_scherm{
	position: absolute;
	z-index: 999;
	top: -175px;
	right: 0px;
	background-color: white;
	border: 1px solid #d7d7d7;
	width: 233px;
	height: 175px;
}

#inlog_scherm a.forgot{
	text-decoration: none;
	color: #7c7c7c;
	font-size: 0.7em;
	margin-left: 16px;
}

#inlog_scherm img{
	border: 0;
}

#inlog_scherm a#inlog_close{
	cursor: pointer;
	text-decoration: underline;
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #7c7c7c;
	font-size: 0.7em;
}

#inlog_scherm form{
	margin-left: 16px;
	margin-top: 35px;
	margin-bottom: 0;
}

#inlog_scherm span{
	font-size: 0.8em;
	font-weight: bold;
	color: #7c7c7c;
}

#inlog_scherm input.relatie_input{
	width: 201px;
	border-top: 1px solid #bebeb9;
	border-left: 1px solid #bebeb9;
	border-bottom: 1px solid #edefed;
	border-right: 1px solid #edefed;
	background-color: white;
	font-size: 0.8em;
	color: #7c7c7c;
}

#inlog_scherm input.button{
	background-color: #fd6b00;
	border: 0;
	color: white;
	width: 80px;
	padding: 4px 0px;
	font-size: 0.6em;
	font-weight: bold;
	border-right: 1px solid #858585;
	border-bottom: 1px solid #858585;
	margin-left: -1px;
	margin-top: 5px;
}

.container_port{
	z-index: 200;
	cursor: move;
	background-color: white;
	border: 8px solid #d7d7d7;
}

.close{
	position: absolute;
	top: -20px;
	left: 150px;
}

.close img{
	border: 0;
}

.image_port{
	padding: 5px;
}

.info_port{
	background-color: #d7d7d7;
	padding: 4px;
	width: 150px;
	position: absolute;
	bottom: -8px;
	right: -159px;
}

.info_port a{
	font-size: 0.8em;
	color: #fe6b01;
	padding-right: 3px;
	font-weight: bold;
}

.info_port span{
	font-size: 0.8em;
	color: #404040;
}

.info_port h3{
	font-weight: normal;
	font-size: 0.8em;
	color: #404040;
	margin: 0;
}

.number_port{
	position: absolute;
	bottom: -28px;
	left: -8px;
	padding: 4px;
	background-color: #d7d7d7;
	font-size: 1em;
	font-weight: bold;
	color: #fe6b01;
}

#nav{
	z-index: 1;
	position:absolute;
	height: 121px;
	margin-left:-115px;
	margin-top:-60px;
	left:50%;
	top:50%;
}

#links{
	width: 115px;
	float: left;
}

#rechts{
	float: left;
}

#logo, #contact, #portfolio{
	color: #7c7c7c;
	font-size: 0.8em;
	padding-right: 4px;
	margin-top: 5px;
	text-align: right;
	background-color: white;
}

#contact, #portfolio{
	position: relative;
	z-index: 10;
	border-right: 1px solid #7c7c7c;
}

#contactinfo{
	position: relative;
	z-index: 150;
	color: #7c7c7c;
	font-size: 0.7em;
	padding-right: 4px;
	padding-bottom: 3px;
	background-color: white;
	margin-top: 6px;
	margin-left: -500px;
}

#contact{
	position: relative;
	z-index: 155;
	color: #7c7c7c;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

#inspiratie{
	border-left: 1px solid #7c7c7c;
	color: #7c7c7c;
	font-size: 0.8em;
	text-align: left;
	margin-top: 59px;
}

#parts{
	text-align: left;
	margin-top: 1px;
}

#parts, #inspiratie, #contactinfo{
	padding-left: 2px;
}

#parts li{
	position: relative;
	display: inline;
	cursor: pointer;
	color: #7c7c7c;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}

#parts span{
	color: #7c7c7c;
	font-size: 0.8em;
}

#clientlist{
	position: absolute;
	top: 15px;
	left: 0;
	margin: 0;
	padding: 0;
}

#clientlist li{
	position: absolute;
	font-size: 1em;
	cursor: default;
	padding: 4px 4px 2px 0px;
	width: 320px;
	height: 18px;
	top: -18px;
	font-weight: normal;
}

#clientlist li a, a#clients{
	font-weight: bold;
	color: #7c7c7c;
	text-decoration: none;
}


p.dragtext{
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	color: #7c7c7c;
	font-size: 0.7em;
}

#logo{
	height: 69px;
}

/*- form contact */

#formcontainer{
   position: absolute;
   z-index: 200;
   cursor: move;
   width: 350px;
   height: 365px;
   background-color: #d7d7d7;
   border: 3px solid white;
   padding: 8px;
}

#formcontainer h1{
	font-size: 1.3em;
	color: #7c7c7c;
	margin: 0px;
}

.closeformpos{
	position: absolute;
	top: -12px;
	right: -12px;
}

.closeformpos img{
	border: 0;
}

#formcontainer input, textarea{
	position: relative;
	z-index: 250;
   font-size: 0.7em;
   width: 235px;
   display: block;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   color: #7c7c7c;
   background-color: white;
   border: 0;
   padding: 3px;
   margin-top: 12px;
}


#formcontainer textarea{
   height: 150px; 
   width: 334px; 
}