
/* ----------------------------------------------------------------- GENERAL */
html, body{
	background-color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:100%;
}
table, tr, td{
	font-family:Verdana, Arial, Georgia, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	line-height:14.2px;
}
.preload {
	width:0px;
	height:0px;
	display:none;
}

/* ----------------------------------------------------------------- HEADERS & FONT FORMAT */
p {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
.work_titel{
	color:#666666;
	font-size:10px;
	font-weight:bold;
	
}

/* ----------------------------------------------------------------- TABLE */
.maintable{
	width:980px;
	height:600px;
	background-color:#000000;
}
.td_logo{
	width:35px;
	height:600px;
	background-color:#FFFFFF;
}
.td_topfill{
	width:815px;
	height:77px;
}
.td_rightfill{
	width:65px;
	height:600px;
}
.td_leftfill{
	width:65px;
}
.td_bottomfill{
	width:815px;
	height:56px;
}
.td_menuline{
	width:815px;
	height:46px;
	text-align:left;
}
.td_menuline_bottomfill{
	width:815px;
	height:39px;
}
.td_content_left{
	width:325px;
	height:336px;
	padding-left:10px;
	text-align:left;
}
.td_content_right{
	width:480px;
	height:336px;
}

.work_list{
	width:448px;
	height:336px;
	background-image:url(_imgs/grid.gif);
	background-repeat:no-repeat;
}
.work_list td{
	width:112px;
	height:84px;
}

/* ----------------------------------------------------------------- FORM */
.emailadres{
	color:#999999;
	text-decoration:none;
	margin-left:20px;
}
.emailadres:hover{
	text-decoration:underline;
}	
.tel{
	color:#555555;
}


form{
	margin:0px;
	padding:0px;
}
form a{
	color:#e43722;
	text-decoration:none;
}
form a:hover{
	text-decoration:underline;
}
input{
	height:18px;
	width:443px;
	background-color:#222222;
	border:0px solid #000000;
	margin-bottom:5px;
	padding:2px 0px 0px 5px;
	color:#999999;
	font-family:Verdana, Arial, Georgia, Helvetica, sans-serif;
	font-size:11px;
}
textarea{
	height:145px;
	width:445px;
	background-color:#222222;
	border:0px solid #000000;
	margin:0px;
	padding:3px 0px 0px 3px;
	color:#999999;
	line-height:14.2px;
	margin-bottom:5px;
	font-family:Verdana, Arial, Georgia, Helvetica, sans-serif;
	font-size:11px;
	scrollbar-base-color:#222222; 
	scrollbar-arrow-color:#999999;
	scrollbar-DarkShadow-Color:#222222;
	scrollbar-Face-Color:#222222;
	scrollbar-Highlight-Color:#333333;
}
textarea:focus{
	background-color:#333333;
	border:0px solid #000000;
}
input:focus{
	background-color:#333333;
	border:0px solid #000000;
}




