/* ================================ +
   	         SPLASH ROC
 + ================================ */

/* 
** splash:	www.studioparkers.nl
*/

/* ================================ +
               STANDARDS 
+  ================================ */

/* start RESET DEFAULT styles */
*{ margin:0; padding:0; }
	
body { 
	font-family:		Arial, Verdana, Helvetica, sans-serif; 
	font-size:			13px;
	line-height:		18px;
	color: 					#333333;
}

.clear {
	clear:				both;
}

.floatleft{
	float:				left;
}


#wrapper {
	width:				995px; 
	margin:				auto;
	position:			relative;
}
	
#movies_pos {
  	margin-top:    10px;
	} 
	
#logo {
	position:				absolute;
	top:						15px;
	left:						20px;
}

label {
 width:          45px;
 height:         18px;
 float:          left;
}

#zoekblok {
	position:				absolute;
	top:						15px;
	right:					15px;
  width:          235px;
}

#zoekblok input {
	width:          150px;
  color:          #999999;
}

#infolinks {
  position:				absolute;
	top:						540px;
	right:					15px;
  width:          241px;
}

/* ================================ +
              buttons
+  ================================ */


a.btn_pijl_groot {
	display:			block;
	height:				25px; 
	width:				25px;
	position: 		absolute;
	right: 				2px;
	top: 					-2px;
	background: 	url('../images/btn_pijl_groot.gif') no-repeat 0px 0px;
}

a.btn_pijl_groot:hover {
	background: url('../images/btn_pijl_groot.gif') no-repeat 0px -31px;
}


a.btn_overhetroc {
	display:			block;
	height:				25px; 
	width:				250px;
	background: 	url('../images/btn_overhetroc.gif') no-repeat 0px 0px;
  text-indent:  -2000px;
}

a.btn_overhetroc:hover {
	background: url('../images/btn_overhetroc.gif') no-repeat 0px -25px;
}


a.btn_english {
	display:			block;
	height:				25px; 
	width:				90px;
	background: 	url('../images/btn_english.gif') no-repeat 0px 0px;
  text-indent:  -2000px;
}

a.btn_english:hover {
	background: url('../images/btn_english.gif') no-repeat 0px -25px;
}


/* ================================ +
         no flash installed
+  ================================ */

#noflash {
  position:				absolute;
	top:						165px;
	left:					  138px;
  width:          850px;
}

a.linkhome {
  display:        block;
  height:          30px;
  color:          #ff0033;
  font-size:      15px;
}

a.linkhome:hover {
  color:          #333333;
}









