/* Reset van alle waardes */
* {
margin:0;
padding:0;
}

img{
	border: none ;
}

/* Begin van de stylesheet */
html {
	background: url(../images/site/img_top.jpg) repeat-x top;
	height: 100%;
	max-height: 100%;
}

body {
	background-image: url(../images/site/img_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: monospace, Times, serif;
	text-align: center;
	color: #303030;
	height: 100%;
	min-height: 620px;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	max-height: 100%;
	height: 100%;
	position: relative;
}

#header {
	height: 12px;
	position: absolute;
	top: 15px;
	left: 945px;
	z-index: 21;
}

#NGTV {
	width: 60px;
	height: 42px;
	position: absolute;
	top: 35px;
	right: 0px;
	z-index: 8;
}

#menu{
	height: 65px;
	position: absolute;
	top: 12px;
	left: 200px;
	z-index: 20;
}

/*********************** MAIN STARTS **************************/

#main {
	width: 622px;
	height: 356px;
	position: absolute;
	bottom: 80px;
	left: 190px;
	z-index: 15;
}

#content {
	width: 600px;
	height: 350px;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
	color: #303030;
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 17;
}

#content a {
	color: #303030;
}

#content ul li{
	margin-left: 30px;
	display: list-item;
	list-style-position: inside;
}

	/***Portfolio ***/
#container{
	background-image: url(../images/site/bg_blank.gif);
	width: 580px;
	height: 340px;
	max-height: 350px;
	white-space: normal;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}

.slider{
	height: 300px;
	max-height: 310px;
	padding-left: 0px;
	padding-right: 0px;
}

.section{
	margin: 0;
	width: 230px;
	padding-right: 10px;
	height: 280px;
	float: left;
	margin-right: 2px;
}

#sliderpic{
	height: 25px;
	width: 575px;
	position: absolute;
	top: 305px;
	left: 10px;
}
	/*** Portfolio end ***/

#contact {
	width: 100%;
	height: 100%;
	white-space: normal;
	position: absolute;
	top: 10px;
	left: 5px;

}
.text {
	background: transparent;
	background-image: url(../images/site/bg_blank.gif);
	border: none;
	border-bottom: 1px dashed;
	font-family: monospace, Times, serif;
	color: #303030;
}
.textarea{
	background: transparent;
	background-image: url(../images/site/bg_blank.gif);
	border: 1px solid Gray;
	font-family: monospace, Times, serif;
	font-size: 14px;
	color: #303030;
}
#seperator {
	background-color: #303030;
	width: 1px;
	height: 250px;
}

#scroll{
	background-image: url(../images/site/bg_blank.gif);
	height: 330px;;
	width: 100%;
	overflow: auto;
	white-space: normal;
	text-align: center;
}

#scroll td{
	text-align: left;
}
/*********************** MAIN ENDS ***************************/

/*********************** FOOTER STARTS ***********************/
#footer {
	font-size: 12px;
	color: #606060;
	position: absolute;
	bottom: 0px;
	left: 330px;
	z-index: 12;
}

#footer a {
	text-decoration: none;
	color: #606060
}

#newIP {
	font-size: 12px;
	color: #606060;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#newIP a {
	text-decoration: none;
	color: #606060
}
/*********************** FOOTER ENDS ***************************/

/*********************** Background images starts ***************/

#image0 { 	/*** rode top in wrap ***/
	width: 127px;
	height: 12px;
	position: absolute;
	top: 0px;
	left: 70px;
	z-index: 2;
}

#image1 {	/*** BIG-BEN ***/
	width: 110px;
	height: 340px;
	position: absolute;
	bottom: 241px;
	left: 80px;
	z-index: 1;
}

#image2 {	/*** BUS ***/
	width: 398px;
	height:261px;
	clear: none;
	position: absolute;
	bottom: 36px;
	left: 0px;
	z-index: 3;
}

#image3 {	/*** CAB ***/
	width: 500px;
	height: 400px;
	clear: none;
	position: absolute;
	bottom: 36px;
	right: 0px;
	z-index: 5;
}


#image4 {	/*** PAGES ***/
	width: 494px;
	height: 590px;
	clear: none;
	position: absolute;
	bottom: 0px;
	left: 300px;
	z-index: 7;

}

#image5{ /* Content page */
	width: 622px;
	height: 356px;
	position: absolute;
	bottom: 80px;
	left: 190px;
	z-index: 15;
}

/*********************** Background images ends ***************/

/*********************** general settings ***************************/


