div.left {
	float: left;
}

div.right {
	float: right;
}

div#columnleft {
	float: right;
	width: 630px;
}

div#columnright {
	float: right;
	clear: right;
	width: 238px;
	padding: 32px 16px;
}

div#columnright h1 {
	border-bottom: 1px solid rgb(255,255,255);
	margin: 0px 0px 15px 0px;
	padding-bottom: 5px;
	width: 145px;
	font-size: 1.2em;
	text-align: left;
}

div#columnleft h1 {
	border-bottom: 1px solid rgb(255,255,255);
	margin: 30px 0px 15px 10px;
	padding-left: 30px;
	padding-bottom: 5px;
	width: 540px;
	font-size: 1.4em;
	text-align: left;
	color: rgb(255,255,255);
	
}


div#columnright p {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0px 0px 1em 0px;
	color: #FFFFFF;
}


div#columnright select {
	width: 150px;
	background-color: #ffa778;
	border-top: 1px solid rgb(26,25,25);
	border-left: 1px solid rgb(26,25,25);
	border-right: 1px solid rgb(26,25,25);
	border-bottom: 1px solid rgb(143,143,143);
	color: rgb(0,0,0);
	font-size: 0.9em;
	margin-bottom: 35px;
}

div#columnright input {
	width: 150px;
	height: 16px;
	margin-bottom: 5px;
	background-color: #ffa778;
	border-top: 1px solid rgb(25,25,25); 
	border-left: 1px solid rgb(25,25,25); 
	border-bottom: 1px solid rgb(143,143,143); 
	border-right: 1px solid rgb(143,143,143);
	font-family: arial;
	color: rgb(0,0,0);
	font-size: 0.9em;
	padding: 2px;
}

div#columnright input.submit {
	height: 18px;
	width: 70px;
	background-color: rgb(51,51,51);
	border-top: 1px solid rgb(67,67,67); 
	border-left: 1px solid rgb(67,67,67); 
	border-bottom: 1px solid rgb(25,25,25); 
	border-right: 1px solid rgb(25,25,25);
	color: rgb(171,171,171);
	font-size: 1em;
	font-size: 0.9em;
	margin-left: 80px;
	margin-top: 5px;
}

/********* gallery *************/

div.gallerypage {
	display: none;
}

div.gallerypagenav {
	width: 425px;
	margin-top: 10px;
	height: 30px;
	border-bottom: 1px dotted rgb(77,77,77);
	margin-left: 40px;
}

div.pagenavitem {
	float: left;
	background-image: url(/spykersquadron/img/pagina.gif);
	height: 30px;
	_height: 40px;
	width: 24px;
	color: rgb(0,0,0);
	padding-top: 5px;
	cursor: hand;
	cursor: pointer;
}

div.pagenavitemactief {
	float: left;
	background-image: url(/spykersquadron/img/pagina_over.gif);
	background-repeat: no-repeat;
	height: 30px;
	_height: 40px;
	width: 24px;
	color: rgb(0,0,0);
	padding-top: 5px;
	cursor: hand;
	cursor: pointer;
}

.pagenavitem a, .pagenavitemactief a {
	display: block;
	text-decoration: none;
	color: rgb(0,0,0);
}

div.paginaback {
	float: left;
	width: 75px;
	background: url(/spykersquadron/img/button_previous.gif) no-repeat;
	padding-left: 25px;
	cursor: hand;
	cursor: pointer;
}

div.paginanrs {
	margin-top: -7px;
	_margin-top: 0px;
	float: left;
	text-align: center;
}

div.paginanext {
	float: right;
	width: 75px;
	background: url(/spykersquadron/img/button_next.gif) right top no-repeat;
	text-align: right;
	padding-right: 25px;
	cursor: hand;
	cursor: pointer;
}

div.paginaback a, div.paginanext a, div.paginanrs a {
	color: rgb(180,180,180);
}

div.galleryrow {
	height: 180px;
	_height: 200px;
	width: 435px;
	margin-left: 60px;
	border-bottom: 1px dotted rgb(77,77,77);
	padding-top: 20px;
}

div.gallerybox {
	width: 130px;
	height: 170px;
	margin-right: 17px;
	float: left;
}

div.gallery_description {
	font-size: 0.9em;
	color: #a5a5a5;
}

div.galleryboxlast {
	margin-right: 0px;
	float: right;
}

div.galleryboxgroot {
	width: 427px;
	height: 427px;
	position: relative;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(89,89,89);
	clear: left;
	margin-top: -10px;
	margin-left: 40px;
}

div.galleryitem {
	width: 130px;
	height: 115px;
	_height: 130px;
	padding-top: 15px;
	border: 1px solid rgb(89,89,89);
	position: relative;
}

div.bordertop {
	border-top: 1px dotted rgb(77,77,77);
	padding-top: 5px;
}

div.bordertopsolid {
	border-top: 1px solid rgb(77,77,77);
	padding-top: 5px;
}

div.galleryboxgroot img, div.galleryitem img {
	position: absolute;
	top: 50%;
	left: 50%;
}

div.videoitem {
	background-image: url(../../img/site/videobg.gif);
}

div.imgitem {
	background-color: rgb(255,255,255);
}

div.videoitemgroot {
	background-color: rgb(0,0,0);
}

div#outof {
	color: #FFFFFF;
	width: 22px;
	height: 30px;
	padding-top: 2px;
	text-align: center;
	background-image: url(../../img/site/xoutofxicoon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#outofx {
	margin-right: 7px;
	margin-left: 5px;
	padding-top: 2px;
	color: #FFFFFF;
}

div#kolom2 {
	margin-left: 40px;	
}

div#kolom2 h2 {
	clear: both;
	width: 400px;
	color: #FFFFFF;	
	margin-left: 40px;
}

.downloadicoon {
	background-image: url(../img/downloadicoon.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	margin-top: -10px;
	padding-top: 0px;
}

.downloadicoon a {
	color: #FFFFFF;	
	text-docoration: underline;
	padding-left: 35px;
}

#downloadicoontekst {
	margin-left: 35px;
	margin-bottom: 20px;
	margin-top: -5px;
	font-size: 0.8em;
}

div.alsoseeklein {
	width: 219px;
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}


