body {
	font-family: Tahoma, Verdana, Arial, Impact;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 0 0 0;
	background-color: #000000;
	background-image: url(../images/backgr.jpg);
	background-repeat: repeat-x;
}

td,th {


}

a:link {
	color: #D5E04D;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #D5E04D;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #D5E04D;
}

h1 {
	font-size: 24px;
	color: #D5E04D;
	font-family: Helvetica, Tahoma, Verdana, Arial, Impact;
	font-weight: lighter;
}

h2 {
	font-size: 22px;
	color: #D5E04D;
	font-family: Helvetica, Tahoma, Verdana, Arial, Impact;
	font-weight: lighter;
}

h3 {
	font-size: 18px;
	color: #D5E04D;
	font-family: Helvetica, Tahoma, Verdana, Arial, Impact;
	font-weight: bold;
}

h4 {
	font-size: 8px;
	color: #FFFFFF;
	font-family: Helvetica, Tahoma, Verdana, Arial, Impact;
	font-weight: lighter;
}


.onderw_main {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

.nieuwsitem {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 10px;
}


/*----------------------------------------------------------------------------------------------------------------*/

#container {
	margin: auto;
	width: 750px;
	position: relative;
}


#intro {
	margin: auto;
	width: 900px;
	position: relative;
	padding-top: 125px;
}

#intro_NXP {
	width: 475px;
	height: auto;
	float: left;
	text-align: left;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#intro_main {
	width: 900px;
	height: auto;
	float: left;
	text-align: right;
	font-size: 12px;
}

#intro_PJH {
	width: 475px;
	height: auto;
	float: right;
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	color: #999999;
}

#topspacer {
	width: 720px;
	height: auto;
	padding: 5px 5px 5px 25px;
	float: left;
	text-align: right;
	font-size: 11px;
}

#sub_nav {
	width: 700px;
	height: 15px;
	padding: 5px 25px 5px 25px;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
}

#sub_nav a:link {
		color: #FFFFFF;
}

#sub_nav a:visited {
		color: #FFFFFF;
}

#sub_nav a:hover {
		color: #FFFFFF;
}

#sub_nav a:active {
		color: #FFFFFF;
}


#main_nav {
	height: auto;
	width: 225px;
	padding: 50px 0 50px 0;
	float: right;
	font-size: 14px;
}


#nav_spacer {
	width:300px;
	height:50px;
	
}


#naw_under {
	height: 15px;
	width: 750px;
	padding: 10px 0 5px 0;
	color: #CCCCCC;
	text-align: left;
	font-size: 12px;
	float: left;
}

#naw_extra {
	float: left;
	height: 25px;
	width: 804px;
	background-color: #000000;
	text-align: right;
	font-size: 10px;
	padding-top: 10px;
	color: #999999;
	
}


#spacer {
	width: 955px;
	height: 10px;
	
}

#designby {
	height: 15px;
	width: 750px;
	padding: 0 0 10px 0;
	color: #CCCCCC;
	text-align: right;
	font-size: 10px;
	float: left;
}

#photos {
	width: 714px;
	height: auto;
	text-align: center;
}

/*----------------------------------------------------------------------------------------------------------------*/

form {
	font-family: Tahoma, Verdana, Arial, Impact;
	font-size: 15px;
	}

input {
	font-family: Tahoma, Verdana, Arial, Impact;
	font-size: 12px;
	background-color: #99CC33;
	border-color: #999999;
	border-bottom: 1px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
}

textarea {
	font-family: Tahoma, Verdana, Arial, Impact;
	font-size: 12px;
}

select {
	font-family: Tahoma, Verdana, Arial, Impact;
	font-size: 12px;
}

/*----------------------------------------------------------------------------------------------------------------*/

#kwicks_container { 
	background-color: violet;
	height: 100px;
}
#kwicks {
	position: relative;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 117px;
	height: 100px;
}
 
#kwick_red {background-color: red;}
#kwick_orange {background-color: orange;}
#kwick_yellow {background-color: yellow;}
#kwick_green {background-color: green;}
#kwick_blue {background-color: blue;}
#kwick_indigo {background-color: indigo; color: #fff; }
#kwick_violet {background-color: violet;}

