/* CSS Document */
/* Hyperlinks algemeen */

a {	
	color:#FFF;
	text-decoration:underline;
}
/* Hyperlinks op mouseover */

a:hover {
	color:#999;
}
/* Tabel sale > products > accessoires linkertabel  */

#accesoiresleft {
	vertical-align: top;
	text-align: left;
	width: 350px;
	border: 1px solid #333;
}
.active {
	color:#999;}

/* Dikgedrukte titel in accesoirestabel  */

#accesoiresleft h1 {
	margin: 5px;
	text-decoration: underline;
}

/* Tabel voor de plaatjes bij accessoires */

#accesoiresright {
	text-align: center;
	width: 150px;
	border: 1px solid #333;
}
/* ruimte om de plaatjes bij accessoires  */

#accesoiresright img {
	margin: 3px;
}
/*  */
#alpha {
	width: 400px;
	text-align: center;
	Border: 1px dotted #999;
}
/* links alfabet referentielijst */
#alpha a {
	text-decoration: none;
	font-weight: bold;
}
/* links alfabet referentielijst op mouseover */
#alpha a:hover {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
/* link om terug te gaan naar laatst bezochte pagina (bij lpv.php)*/
#backlink {
	margin-bottom:10px;
	margin-left:10px;
	background-color:#333;
	text-align:center;
	width: 100px;
	border: 1px solid #666;
}
/* algemene font settings en complete achtergrondkleur */
body {
	color:#fff;
	background-color:#000000;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* onderste table row */
#bottom {
	height: 150px;
}
/* inlogveld op index */
#clientsinlog {
	width: 140px;
	border: 1px #999 solid;
	vertical-align:top;
	text-align: center;
}
/* tekst afstand inlogveld */
#clientsinlog p {
	margin-top:4px;
	margin-bottom:4px;
}
/* complete achtergrond van de site, verschillende achtergronden apart per pagina kiezen */
#content {
	background: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	height: 320px;
	width: 510px;
}
/* textvlak bij sale > products > controllers */
#controllerstext {
	color:#fff;
	text-align: left;
	border: 1px solid #333;
}
/* equipment tabel */
#equip {
	width:500px;
	
}/* equipment tabel */
#equip2 {
	width:500px;	
	
}
/* equipment column */
#equip td {
	padding:5px;
	vertical-align:top;
	text-align:center;
	width:250px;
	border:1px solid #333;
}
/* inlogveld op index */
form {
	margin-top:4px;
	margin-bottom:4px;
}
/* grote dikgedrukte tekst, als kop boven tekst (news headlines) */
h1 {
	margin-top:0px;
	font-size:14px;
	color:#FFFFFF;
}
/* header bovenaan site */
#header {
	background:url(img/topback2.jpg) no-repeat;
	width: 936px;
	height: 88px;
	text-align:right;
	vertical-align:bottom;
	margin: 0 auto;

}
}
/* linkse tabel bij sale > products > lasers */
#lasers {
	text-align: left;
	width: 500px;
	border: 1px solid #333;
}
/* linkse tabel bij sale > products > lasers */
#lasersleft {
	text-align: left;
	width: 250px;
	border: 1px solid #333;

}
#lasersleft2 {
	text-align: left;
	width: 500px;
	border: 1px solid #333;
}
/* titel boven laserteksten */
#lasersleft h1 {
	margin: 5px;
	text-decoration: underline;
}
/* tabel met plaatjes bij lasers */
#lasersright {
	text-align: center;
	width: 180px;
	border: 1px solid #333;
}
/* afstand tussen plaatje en de rand van column bij lasers */
#lasersright img {
	margin: 3px;
}
/* tabel voor de links bovenin (categorien) */
#links {
	width:159px;
	text-align:right;
}
/* tabel voor de links aan de linkerkant */
#linksimg {
	margin-top:12px;
}
/* div waar de bovenste links in staan */
#linkstop {
	background: url(img/toplinksback.jpg) center no-repeat;
	height:20px;
	width: 600px;
	text-align:center;
}
/* de links bovenaan de pagina's */
#linkstop a {
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}
#linkstop a:hover {
	text-decoration: none;
}
/* loginveld op de index.php */
#loginveld {
	background-color:#333333;
	border: 1px #666 solid;
	color:#FFFFFF;
	height:18px;
	width:100px;
}
#loginknop {
	background-color:#333333;
	border: 1px #666 solid;
	color:#FFFFFF
}
/* gehele tabel waar de site in staat */
#main {
	background-repeat: no-repeat;
	width: 936px;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;


}
/* letters van het alfabet in de refentielijst */
#nolink {
	text-decoration:none;
}
/* tabel voor projectorplaatjes */
#projectorsimg {
	border: 1px solid #666;
}
/* projectorplaatjes afstand tussen plaatje en rand van de tabel */
#projectorsimg img {
	margin: 5px;
}
/* referentielijst tabel */
#reflist {
	text-align: left;
	width: 500px;
	margin: 10px;
}
/* referentielijst column */
#reflist td {
	border: 1px solid #333;
}
/* link in de referentielijst */
#reflink {
	font-weight: bold;
}
#reflink a{
	text-decoration:none;
}
/* tabel voor voorbeeldshows bij sale */
#showlist {
	text-align: left;
	width: 500px;
	margin: 10px;
}
/* column bij voorbeeldshows tabel */
#showlist td {
	display:inline;
	width:250px;
	border: 1px solid #999;
}
/* voorbeeldshow link voor lpv bestand */
#showlink {
	background-image:url(img/lpvicon.jpg);
	background-position:left;
	background-repeat:no-repeat;
	vertical-align:middle;
	font-weight: bold;
	height: 25px;
}
#showlink a{
	display:block;
	margin-left: 50px;
	text-decoration:none;
}
/* voorbeeldshow link voor wmv bestand */
#showlinkwmv {
	background-image:url(img/wmp.jpg);
	background-position:left;
	background-repeat:no-repeat;
	vertical-align:middle;
	font-weight: bold;
	height: 25px;
}
#showlinkwmv a{
	display:block;
	margin-left: 50px;
	text-decoration:none;
}
/* categorie voorbeeldshows */
#showlink2 {
	background-image:url(img/transbg.png);
	background-position:top;
	behavior: url(iepngfix.htc); 
	height: 25px;
	border: 1px solid #999;
	text-align:center;
}

#showsleft {
	text-align: center;
	width: 200px;
}
#showsright {
	text-align: center;
	width: 200px;
}
/* text in de site die links moet staan (bijv. bij news) */
#text {
	text-align:left;
	height: 300px;
	width: 600px;
	overflow: auto;
	scrollbar-arrow-color: #999;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #333;
	scrollbar-shadow-color: #666;
	scrollbar-darkshadow-color: #333;
	scrollbar-track-color: #333;
	
}
/* paragraaf in een tekst die links moet staan */
#text p {
	margin-left: 10px;
	margin-right: 25px;
}
/* kop in een tekst die links moet staan */
#text h1 {
	margin-left: 10px;
}
/* plaatje """  "" ""  */
#text img {
	border: 1px white solid;
}
/* tekst die gecentreerd moet staan (bijv. op de index.php) */
#textindex {
	color:#fff;
	text-align: center;
	height: 300px;
	width: 600px;
	overflow: auto;
	scrollbar-arrow-color: #999;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #333;
	scrollbar-shadow-color: #666;
	scrollbar-darkshadow-color: #333;
	scrollbar-track-color: #333;
}
#textindex img {
	border: 1px #999 solid;
	margin: 4px;
	behavior: url(iepngfix.htc);
}
#texttable {
	margin: 5px;
}
/* table bij about > studio */
.stud {
	width:400px;}
.stud td{
	padding:8px;
	background-color:#000000;
	margin:5px;
	border:1px solid #333;
}
/* table bij about > personeel */
.pers td{
padding:8px;
	background-color:#000000;
	margin:5px;
	border:1px solid #333;
}
